What is memcached?

From danga:

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss.

Useful links;
http://www.danga.com/memcached/
http://en.wikipedia.org/wiki/Memcached

Firebug makes your life easy...:D

To My Dear Web Developers,

Use firebug and taste it's power...:D

From Mozila Corporation we learn:

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

here it is....
https://addons.mozilla.org/en-US/firefox/addon/1843
http://getfirebug.com/

Use YSlow to improve your website's performance

From the Internet:

YSlow analyzes web page performance and tells you why performance is slow. It is integrated into the Firebug web development tool for Firefox.

Please follow the link:
http://developer.yahoo.com/yslow/
http://developer.yahoo.com/yslow/help/

My profile......

http://www.linkedin.com/in/shibly

Why META tags are important????

From Me,

Meta Tags are important to promote your website and help to make your site SEO friendly. You can use different meta attributes as your requirements and take the benefits.......Try and explore them.

From the Internet,

Meta tags are information entered into the <> area of an HTML document They do not display in the browser window. Rather, they give instructions to the browser and allow some degree of control over how your pages are indexed by search engines. Meta tags can also allow the voluntary rating of sites for the benefit of filtering software for adult content such as Surf Watch.

Here some useful links:

http://www.w3schools.com/tags/tag_meta.asp

http://www.life.uiuc.edu/edtech/html/meta.html

http://eis.bris.ac.uk/~cckhrb/webdev/code/html/meta_w3c.htm

http://en.wikipedia.org/wiki/Meta_tag

http://searchenginewatch.com/2167931