Web Development

New Features of C # 4.0

The new .NET Framework provides a better approach in terms of language support in C# with its version 4.0. With lots more features being added with the version, let us deal with new things in terms of method invocations and COM interoperability. These features enable us to create objects that can even conform to the standards of Dynamic Language Runtime. Some of the features which we would like to focus in this blog post are as follows: 1. Dynamic Lookup 2. Named and optional...

Joomla For Dummies Even Mummies Won’t Forget

With a large sector of websites being developed using Content Management Systems, it is of utmost importance for website owners and developers to choose the right CMS for their needs. The wide range of Content Management Systems available today, however, make it a daunting prospect to choose the right CMS. Some factors to take into account while choosing a CMS are : Simple Installation User friendly and comprehensive admin panel Availability of plugins and modules for extended...

The Forgotten Fundamentals of SEO

Many websites that look stunning in design, doesn't clear the validation. When we run them through a validator, they list fairy big list of errors through validator. A website code is just a part of search engine optimization process, but it does have a huge impact on users. Because clearly coded / error free coded website have a benefit of, Cross Browser Compatibility Faster Loading Time Better Accessibility Code optimization is the process of making changes in the HTML and...

Ultimate Checklist for SEO Friendly CMS

Confused if you need a CMS to your website? Not sure in choosing the right CMS? Then you have landed at the right place. If you own a ecommerce website, run a blog in your website, allow user interaction in the website, frequently update content in your website, then you need a Content Management System. The main requirement for choosing a good CMS is SEO friendliness. A website even if designed by spending high expenses is of no use until it has an online presence. SEO is the main factor...

How to achieve safe updates with MySQL in PHP

How to achieve safe updates with MySQL and PHP In this post, we are going to discuss about safety updates with MySQL and using that with PHP. For beginners, a useful startup option is 'safe updates' (or --i-am-a-dummy, which has the same effect). This option was introduced in MySQL 3.23.11. It is helpful during situations wherein you might have issued a “DELETE FROM tbl_name” statement but forgotten the WHERE clause. Normally, such a statement deletes all rows from the table. With...