If you need to translate your website from one language to another then I have some good news for you. Google Translate has released a JavaScript based API that’s both easy to use and implement. It can handle 13 different languages and as much as 29 language pairs.
I already checked the API documentation and it’s definitely easy to implement. Check out my sample implementation.
Share this Post through Social Bookmarking
These icons link to social bookmarking sites where readers can share and discover new web pages.
Form input validation is sometimes an annoying part in web development but it’s something that we web developers can’t avoid. In order to make sure that the data being entered by our users are valid, we simply have to validate. Another good use of validation is to provide feedback to the user on whether what they are typing is acceptable or not.
Read the rest of this entry »
Share this Post through Social Bookmarking
These icons link to social bookmarking sites where readers can share and discover new web pages.
Ever wondered what AJAX is? AJAX stands for Asynchronous JavaScript and XML. It is not a programming language in itself but rather a combination of different web development techniques. Furthermore, AJAX technology is not new though it has only been popularized recently especially by Google (Google Maps, GMail, Google Calendar, etc.)
Read the rest of this entry »
Share this Post through Social Bookmarking
These icons link to social bookmarking sites where readers can share and discover new web pages.
Download: Stormy Skies Wordpress Theme Package.
Finally, a new and appropriate theme for this blog. Introducing the Stormy Skies Wordpress theme. It’s designed for 1024×768 screens and supports widgets. The screenshot below shows the original look of the theme, with no graphics in the header.
Read the rest of this entry »
Share this Post through Social Bookmarking
These icons link to social bookmarking sites where readers can share and discover new web pages.
Ever wondered how to make those drop-down menus using CSS? There are many ways to do it but they are all pretty similar. Here’s how I do it.
The CSS Code
Read the rest of this entry »
Share this Post through Social Bookmarking
These icons link to social bookmarking sites where readers can share and discover new web pages.
Here’s a nifty little script I use to validate date input with PHP. This function can accept any common date entry and return true if the date is valid or false otherwise.
The Script
<?php
Read the rest of this entry »
Share this Post through Social Bookmarking
These icons link to social bookmarking sites where readers can share and discover new web pages.
Whew! Finally, I managed to spare the time and gather the energy required to start off a new website - one that has been in my mind for a very long time already. Dear friend, allow me to offer you a warm welcome to this brand new website called Coders Cult.
Read the rest of this entry »
Share this Post through Social Bookmarking
These icons link to social bookmarking sites where readers can share and discover new web pages.