Tag Archives: XHTML
Rounding Up the Best Javascript WYSIWYG and Markup Editor

Rounding Up the Best Javascript WYSIWYG and Markup Editor

WYSIWYG Editor is the first requirement if you want to develop a web application which involved HTML editing and you want your user see a real time preview of what they are editing. Most of the available Content Management System and other publishing platform in the web are using WYSIWYG editor for easy page editing.

Read more
All About Tables – jQuery Plugin

All About Tables – jQuery Plugin

Yes HTML table tag is not recommended in designing your websites anymore but it is still very useful especially in displaying a tabular data. In this article I will be featuring a list of jQuery plugins that are utilizing the html table tag.

Read more
Building a basic PHP E-Commerce Application using CodeIgniter Framework – Part 3

Building a basic PHP E-Commerce Application using CodeIgniter Framework – Part 3

Part III – Creating the site mockup and Preparing our View.

In this part of the series we will create a design mockup for our e-commerce site. And create a reusable component of our view.
First we need to know how our site should looks like. And how we showcase our products. Basically our site should [...]

Read more