Great Website for Tutorials
Great Website for Tutorials http://www.lynda.com/
Great Website for Tutorials http://www.lynda.com/
15 Amazing Facts About Google 1) Google began as a research project in 1996. 2) The original nickname was BackRub due to the backlink technology used to determine site importance but eventually changed the name to Google originating from the misspelling of the word “Googol to signify the large quantities of information for people that …
Major mistakes in HTML Do not use Block elements inside the Inline elements <a href=””><h3>Click Me</h3></a> In Correct <h3><a href=””>Click Me</a></h3> Correct Do not avoid to insert ALT and TITLE tags in image and hyperlinks tags <img src=”images/logo.png”> In …
Responsive Design A website that responds to the device that accesses it and delivers the appropriate output for it uses responsive design. Rather than designing multiple sites for different-sized devices, this approach designs one site but specifies how it should appear on varied devices.
Use * for Internet Explorer CSS properties (width:100px; *width:95px;) Use # for Google Chrome CSS Properties (width:100px; #width:95px;)
Analysis of PHP OpenSources PHP Open Sources has reduced our development time but of course grip looses on automatic procedures. We have advantages and disadvantages of every thing. Here I am going to share a small analysis about PHP Open Sources. WordPress Advantages Easy to setup a website Available a lot of themes, install by …