Articles
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 …
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.
Browser Hack
Use * for Internet Explorer CSS properties (width:100px; *width:95px;) Use # for Google Chrome CSS Properties (width:100px; #width:95px;)
Codeigniter URL Rewriting
Codeigniter URL Rewriting mostly we need to rewrite URLs to provide user friendly URLs of projects. In CodeIgniter its much simple rather than manual writing HTAccess Rules. Suppose you have : Controller (users) Function (index) list of all users Function (add) add user Function (view) view user Function (update) update user information Function (delete) delete …
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 …
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 …
WordPress Plug-in(s)
WordPress Plug-in(s) Every WordPress website needs following plug-in(s) to be successful and good website. Contact Form 7 Just another contact form plugin. Simple but flexible. SEO Rank Reporter Track your Google rankings every 3 days and view a report in an easy-to-read graph. Vizualize your traffic spikes and drops in relation to your rankings and …
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 set a custom group of users
How to set a custom group of users You can add a new group from the Magento admin area > Customers > Customer Groups > Add New Customer Group. Once a customer registers, you can change the group he/she belongs to from the Magento admin area > Customers > Manage Customers. Click on the Edit …
Magento “Access denied” issue
Magento “Access denied” issue As a solution to the “Access denied” issue, you should log out from the Magento admin area and then log in again. If the above does not help, you should reset the admin privileges. This can be done through the Magento admin area > System > Permissions > Roles > Administrators. …
How to add a Contact Us form in Magento
How to add a Contact Us form in Magento Magento includes contact form functionality by default. A link to a contact form can usually be found in the footer of your Magento installation. Of course, you can add a contact form on any page. All you need to do is: Log in to the administrator …
How to set up a blog in Magento
How to set up a blog in Magento It is not difficult to set up a blog in Magento. However, note that this functionality is not included by default and you will have to use a custom extension to add it. You can search Magento Connect for an extension that will fully suit your needs. …
