Tuesday, January 27, 2009

sitepoint launches firescope



To coincide with the launch of the redesigned SitePoint Reference web sites, we're very excited to be launching a new browser extension we've developed -- one that puts our reference data right in your test environment.
FireScope is a new add-on for Firebug, the popular web development tool, extending it with reference material for HTML and CSS. Using data directly from our reference sites, the tool provides the most accurate and up-to-date information on usage and browser compatibility, and it's all right there in your browser!

FireScope's core functionality is centered around a new Reference panel, which contains a search tool for looking up HTML elements, attributes, and CSS properties. The tool also hooks into context-menus in the HTML and CSS panels, the DOM crumbtrail, and the Inspector, adding options to look up a selected item (that is, search for it in the Reference panel) or to view a code example. For more information, detailed screenshots, or to download the extension, please visit the FireScope homepage.

About Firescope:

FireScope is a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS. The extension's core functionality is centered around a new Reference panel, which contains a search tool for looking up HTML elements, attributes, and CSS properties. The extension also hooks into context-menus in the HTML and CSS panels, the DOM crumbtrail, and the Inspector, adding options to look up a selected item (ie. search for it in the Reference panel) or to view a code example.

For getting firescope please click the below link,
https://addons.mozilla.org/en-US/firefox/addon/10273

Tuesday, January 20, 2009

Which URL is Right?

How about starting a crusade to standardize URLs?

http://www.example.com
http://www.example.com/
http://www.example.com/index
http://www.example.com/index.html
http://example.com
http://example.com/
http://example.com/index
http://example.com/index.html

WHICH ONE IS CORRECT??
Good question, Steve! First of all, these pairs are equivalent:

* http://www.example.com
* http://www.example.com/

* http://example.com
* http://example.com/

The trailing '/' is implied if there is no path specified, so you can use either form freely. In the same way, the port number (80) is implied in most URLs, but you could quite correctly spell it out:

* http://www.example.com:80
* http://www.example.com:80/

* http://example.com:80
* http://example.com:80/

Best practice is to leave off the port number when it is 80, of course. As for whether to leave off the path when it is '/', that's a matter of personal preference. Some will argue that leaving off the '/' saves a byte on an Internet crowded with bytes. Others will argue that including the '/' makes it clear to readers that you're referring to the home page of the site in question, as opposed to the site as a whole.
Next we have the question of whether to include a 'www.' at the start of the hostname. This is a rather controversial subject that we covered at length in Tech Times #184. In short, including the 'www.' is a nod to Web tradition, whereas leaving it off is bowing to current Web fashion.

Strictly speaking, neither is correct. Pick whichever suits you best. The important thing is to make sure that the other form automatically redirects to the form you have chosen. If your server answers to both forms without redirection, search engines will see your site as two separate sites (one with the 'www.' and one without), each of which will have a lower search engine ranking than if your site had a single, authoritative hostname.

You can find instructions to set up your web server to redirect to your preferred hostname at the no-www advocacy site. From its name you can tell which URL style it prefers!

As for the URL of the home page (/, /index, or /index.html), again that is largely a matter of personal style, and again the key is to choose one and make sure that the others either redirect to your preferred form, or display a 404 error page. This ensures that search engines don't mistake them for multiple copies of the same page at different addresses.

Click to More...

Wednesday, January 7, 2009

The Principles Of Successful Freelancing




This book contains totally 8 chapters.
Chapter 1: Considering Freelancing?
Chapter 2: Prepare for the Transition
Chapter 3: Manage Your Money
Chapter 4: Set Yourself Up
Chapter 5: Win the Work
Chapter 6: Give Great Service
Chapter 7: Achieve Work–Life Balance
Chapter 8: Where to from Here?

Please click below link to know more about this book :
http://www.sitepoint.com/books/freelancer1/