June 26, 2011

Gmail settings for outlook

Gmail settings for outlook This helping article is written for those developers who sometimes on client’s demand or sometimes to save disk quota configure mail server of the client’s domain with google mail service. Although a little search on google can figure our that how to configure google accounts in outlook but still when clients […]

June 24, 2011

Connect a web service in a php page

Connect a web service in a php page Connect a web service in a php page instantly lighten the SOAP in our mind as a first word when we talk about web service in php. In simple words if i explain it to you that how can you call this service or connect this service […]

June 21, 2011

php manual chm

php manual chm PHP developers should have php manual chm file in their easy access in more than a single click. Obviously you can keep this file as a shortcut in quick launch bar or even should keep this open instead of searching it every time in google. Click here to download this file. WDWD […]

June 17, 2011

Facade can reduce complexity in website development

Facade How facade design pattern can reduce complexity and help in website development? What facade design pattern is? This is an obvious question as it was in my mind when i first time heard this word. And if it is so important in our development process so why it remained out of screen yet? In […]

June 16, 2011

What is content management system?

What basically content management systems is? A content management system is basically a convenience provided to the website manager to update content or content related activities instead of modifying static or dynamic files and repetitive uploads. Another feature which comes up with content management system is reporting on dashboard, its being widely used by famous […]

June 15, 2011

Dreamweaver file check in and check out

Dreamweaver file check in and check out Tips For your convenience, image is provided in full-size. Please open it in new window to have full view. Assumptions We are assuming that if we are giving you guideline using Dreamweaver version 8, so you can find the similar options in Dreamweaver CS3 and Dreamweaver CS4 as […]

June 14, 2011

Error establishing a database connection

wordpress

Error establishing a database connection WordPress is a sophisticated framework and a lot of help available online. Please have a look in your wp-config.php and also check the followings to make sure that configuration is correct. 1- /** MySQL hostname */ define(‘DB_HOST’, ‘localhost’); :: Normally this constant remain as it is as localhost, make sure […]

June 11, 2011

10 points to be covered when converting a design to html

10 points to be covered when converting a design to html: Site Architecture should be well communicated among Stakeholders Designers Developers QA Dept. Define those modules which are repeating all over the website more than 1 time and write styles for those modules with “id” instead of applying classes on them Reason: This distinction will […]