Posts Tagged html
HTML5: A Key Consideration for Your Next Mobile App Strategy
The time and efforts, we have put into mobile and the application development is really paying off. Mobile devices continue to be an important part of our lives , and they show no signs of being supplanted. The sophistication of application building platforms and tools has further strengthened this growth incredibly. HTML5 is the most […]
Creating a Upload/Download System Using PHP Classes
Making a PHP upload script can be a very challenging task when you are just starting out, heck; it’s still hard to some extent when you are an experienced developer. So today, I’m going to show you how to make one using PHP5 Classes and a simple form. In the script we will be able […]
Code an Email Newsletter from PSD to HTML
Last week we learned how to go about designing HTML emails. This week we’re going to turn the PSD into a functional HTML email. To code a HTML newsletter you can either code it from scratch, or use an already existing template. I personally like to use an existing template, especially the ones supplied by […]
How To Use, Style and Implement WordPress Shortcodes
WordPress shortcode API is a powerful function which was introduced from version 2.5, it’s just a simple set of functions for creating macro codes in post content. If you’ve developed a Vbulletin forum before, you would have been familiar with the shortcode (something called BBCode) but the WordPress users maybe not. In this article, I […]
Create an AJAX/jQuery/PHP Contact Form
This tutorial uses XHTML, CSS, jQuery and a little PHP to make a pop-up/modal contact form that validates whatever is entered into the form and then uses AJAX to send the form without refreshing the page. Sounds complicated…actually it’s very simple!! The code of this tutorial has been updated The HTML Markup The HTML layout […]
Recent Comments