featured, Headline, JavaScript, web design, web development »

[30 Jul 2010 | One Comment | ]
Confirmation using JavaScript

While I’m looking through the websites I have seen several websites are using server side scripting such as php,asp.net, jsp etc to get the confirmation from the users previous action.
I’ll make it clear with a small example…
When a user wants to delete a post, the user clicks on the delete button or link that performs the delete operation. Once he clicked usually the most best appropriate manner is to get confirm from the user whether he really wants to delete the post or he clicked that mistakenly. Because if he …

Common, email »

[30 Jul 2010 | 2 Comments | ]

While I’m reading some article in the web, I found this article as very useful for everyone. I would like to share this article with you all. Thanks to G-Lock Softwares.
After you have your website or blog up and running, the next step in your online business should be obtaining an email list. Having a list of email addresses can be very beneficial for your marketing. You can send those people email newsletters informing them about your products, services, special offers, and other stuff so it can be a great …

JavaScript, web design, web development »

[29 Jul 2010 | 2 Comments | ]

There are lots of web designers and web developers are around the world. Most of the website designers are those who have directly started web designing once they have finished the cause as a freelancer.  Actually its a very good job to start with, but there are some problems in the websites that are designed by the fresh freelance designers. Some of them are listed below.

No proper HTML standards are maintained.
Most of the webpage titles are missing
Empty HTML tags are not properly handled
Web pages does not contain any meta tags such as …

Common, Open Source »

[10 Jun 2010 | One Comment | ]

Well the topic seems worrying lots of people, specially the open source lovers. But there were some rumors lots of people talk about is “End of MySQL”. When sun micro systems brought mysql people say that’s the rebirth for MySQL and afterward, oracle brought sun microsystems. Now people say as since oracle wants to promote their database, they need to demote the popular competitors. Which means MySQL is one of the major competitor for oracle, because its free and more people uses it.
In my opinion it’s a false statement because …

featured, Headline, Open Source, php, web development »

[8 Jun 2010 | No Comment | ]
php an introduction

PHP (Hypertext Preprocessor) is an open source, server-side, HTML embedded scripting language used to create dynamic Web pages. PHP script is embedded within a HTML document and the programmer can jump between HTML and PHP seamlessly within the document while the code remains inaccessible to users since it is processed on the server. It combines the power of CGI scripting with the ease of working within HTML.
PHP offers several key advantages:

Cross-platform operability
Compatibility with a wide variety of databases
Support for most current web servers
Communicates with numerous network protocols
Not limited to HTML …