Self Management September 20, 2012

Major mistakes in HTML

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 …

Major mistakes in HTML Read More »

Self Management September 19, 2012

Expert Google Searching Tips

Expert Google Search Tips Explicit Phrase:Lets say you are looking for content about internet marketing.  Instead of just typing internet marketing into the Google search box, you will likely be better off searching explicitly for the phrase.  To do this, simply enclose the search phrase within double quotes. Example: “internet marketing” Exclude Words:Lets say you want to …

Expert Google Searching Tips Read More »

Self Management September 19, 2012

Responsive Design

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.

Self Management September 16, 2012

Browser Hack

Use * for Internet Explorer CSS properties (width:100px; *width:95px;) Use # for Google Chrome CSS Properties (width:100px; #width:95px;)

Magento September 5, 2012

Analysis of PHP OpenSources

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 …

Analysis of PHP OpenSources Read More »

Self Management August 30, 2012

Requirement Gathering Tips

Requirement Gathering Tips Without understanding the requirements, you can not complete project 100%. Need to follow few tips to get maximum and full requirements: Read again and again the provided description of project Write down all points which are in your mind or you want to ask to your client Try to set a meeting …

Requirement Gathering Tips Read More »

Self Management August 25, 2012

How to make an Excellent Project

How to make an Excellent Project Most of the time, project starts but never completed 100% with in the given time and budget. There could be few reasons: Client do not know what he/she want to get developed Business dept (who communicates with client) also do not know much about functionality and development Developer allocation without any …

How to make an Excellent Project Read More »