Loading

Tuesday, December 23, 2008

WebhostingRevenue.com provides affordable reliable web hosting solution with 20% off for christmas

WebhostingRevenue.com provides affordable reliable web hosting solution with 20% off for christmas

webhostingRevenue.com provides


web hosting
They have two web hosting plans.
  1. Regular Plan - $6.95 per month
  2. Super Plan - $8.95 per month

Both plans are has most of required necessary features except couple of things like number of websites to be hosted, availaiblity of Cpanel addon domain, monthly or semi-annual pricing plan etc.
Some of the features of plans are:
  • Unlimited disk space
  • Unlimited band width
  • Free setup ($39.95 value)
  • Unlimited MySQL Databases
  • Control Panel
  • Ruby on Rails
  • And lots more...


Reseller Web Hosting
They have everything to start your own web hosting business. The payments are directly available to owner and not through webhostingRevenue.com. They provide features like
  • Free web hosting web site
  • Free billing system
  • Free End-User support
  • 3 web templates in 19 colors variations
  • Setup of your own eCommerce site with unique domain name
  • Lots of other cool features...


This service is for $32.95 per month.

Managed Dedicated Server
You can have a dedicated server to fully avail power of managed dedicated server with unlimited resource availbility as well as no sharing with others.

The price plan could be found here.


I have positive impression of WebhostingRevenue.com as I have found following necessary resources for web hosting and managing.


In case one of your new year's resolution is about starting your own website and making it big for 2009 and beyound, you can take a look to WebhostingRevenue.com. This christmas they are offering 20% off their regular web hosting plans. You can use the promo code "CHRISTMAS08" to save for web hosting.

Now if you already have web site and using other web hosting company but would like to take adventage of all the cool features and tons of bonuses from WebhostingRevenue.com, that too possible. As a new customer for webhostingRevenue.com, when you sign up for webhostingRevenue shared hosting or reseller plan and send an email with proof of previous web hosting account cancellation, WebhostingRevenue.com will apply a $50 credit to your next invoice.

Apart from these two deals, you get tons of exclusive unique bonuses which you can use to grow your business, sell them for profit, apply for your business promotions, give it as bonus to your customer and do as you imagine.


Post?slot_id=



Bannersuperplan

Tips & Tricks : How to enable web inspector in Safari browser?

Tips & Tricks : How to enable web inspector in Safari browser?

Internet Explorer and Firefox both has goodies to allow web designer, developer and users to look inside rendered html page, its session, cookies, DOM, scripts and css etc. IE uses Microsoft IE developer tool bar, Fiddler and other proprietary add-ons. While Firefox comes with Firebug and lots of other extensions which allow you to inspect internals of rendered html page.

While Safari is cool. It is fast and well integrated with (Mac) os. Slick looks and connection with iTunes. But what if you need to inspect your cookies, urls, DOM, scripts and all other things for your website. How can you do that with Safari? There are two options right now we have.

  1. Firebug lite

  2. This is basically a JavaScript file which can be injected into any web page to stimulate some of the firebug features in browsers. Firebug lite generates variables to perform its magic and not to affect or impact existing HTML elements. These variables are "firebug" and "pl".


  3. WebKit’s Web Inspector Drosera
  4. WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications.

    Drosera is a JavaScript debugger for WebKit that can be used with any application that uses WebKit. Like the Web Inspector, over 90% of it is written in HTML, CSS and JavaScript.

Now I have made you curious mentioning about both of these tools. Let me share how to get these tools for your web development.

  • Enable Firebug Lite

  • If you prefer you can check in detail about Firebug lite here .

    In short you can use Firebug lite in three different ways.

    First you can add in line javascript to contain Firebug lite,
    second you can drag Firebug lite as a bookmarklet. On safari, I could not drag and drop the link to bookmark toolbar. But on IE I could.
    Third is to download it offline and install it.



  • WebKit’s Web Inspector Drosera

  • Provided you download, build and install Webkit as per instructions here.

    Either run following command from command window / terminal:


    defaults write com.apple.Safari WebKitDeveloperExtras -bool true

    Or

    Add an entry to WebKitPreferences file.


    <key>WebKitDeveloperExtras</key>
    <true>


    WebKitPreferences file is supposedly found at C:\Documents and Settings\Administrator\Application Data\Apple Computer\Safari\ on windows and at ~/Library/Preferences/com.apple.Safai.plist on Mac. Better to use search/finder utility to find the file.


  • Develop Menu on Safari

  • This one allows you to use Develop menu which has web inspector, Error console, Network timeline etc. It needs web kit be installed or pre-installed.













    • This is been tried on Safari 3.2
    • You can open safari, then go to Edit > Preferences > Advanced properties tab.
    • Safari Advanced Preferences
    • After you check "Show Develop Menu in Menu bar", develop menu will appear quickly on top side:
    • Safari Develop Menu
    • If you click on develop menu, it will look as below:
    • Safari Develop MenuEnabled
    • Finally here is the web inspector




Enjoy...