Website Development (Coding dept.)
The folowings coding style we prefer.

Custom PHP Programming
Due to the length of some of the code lines, this page may not display properly on all browsers or all resolutions.
PHP is a server-side scripting language that can be used on a host of webservers and platforms. I prefer to use it with Apache on either FreeBSD or Linux, but it can even run on Win32 platforms.
What server-side scripting language means is that the script is put into the HTML files that make up a site, but the server processes the script BEFORE it is sent to the client browser. PHP code is not visible if you view the source of a page because the server processes the code and returns only the output. This is easier to code and debug than writing CGI scripts in Perl or C since the HTML form and related code are all in one page and PHP puts any errors on the browser.
Another advantage that PHP offers is the ability to directly connect to relational databases using full featured internal functions. It supports a whole fleet of databases including Oracle, DB2, mSQL and MySQL. I have written this tutorial with an eye to the MySQL database server since that is what this site uses. Most of the information here should be applicable regardless of the backend database. Send us email for a sample.

WordPress Programming
WordPress started in 2003 with a single bit of code to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day.
- Full standards compliance
- Password Protected Posts
- No rebuilding
- Easy installation and upgrades
- Easy Importing
- WordPress Pages
- Multiple authors
- Intelligent text formatting
- Typographical niceties
- Workflow
- XML-RPC interface
- Easy Importing
- Easy Contact form
- Last but not least, very very seo friendly.

Facebook Markup Language
FBML enables you to build Facebook applications that deeply integrate into a user’s Facebook experience. To use JavaScript within FBML, use FBJS.
- Tools
- User/Groups
- Notifications and Requests
- Platform Internationalization
- Deprecated
- Status Messages
- Page Navigation
- Wall
- Visibility on Profile
- Profile-specific
- Misc
- Editor Display
- Embedded Media
- Dialog
- Additional Permissions
- Social Plugins
- Message Attachments
- Forms

HTML5
HTML5 is a language for structuring and presenting content for the World Wide Web, a core technology of the Internet. It is the fifth revision of the HTML standard (originally created in 1990 and most recently standardized as HTML4 in 1997) and as of June 2011 was still under development. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers etc.). HTML5 is intended to subsume not only HTML4, but XHTML1 and DOM2HTML (particularly JavaScript) as well.
Following its immediate predecessors HTML 4.01 and XHTML 1.1, HTML5 is a response to the observation that the HTML and XHTML in common use on the World Wide Web is a mixture of features introduced by various specifications, along with those introduced by software products such as web browsers, those established by common practice, and the many syntax errors in existing web documents. It is also an attempt to define a single markup language that can be written in either HTML or XHTML syntax. It includes detailed processing models to encourage more interoperable implementations; it extends, improves and rationalises the markup available for documents, and introduces markup and APIs for complex web applications.
In particular, HTML5 adds many new syntactical features. These include the <video>, <audio>, and <canvas> elements, as well as the integration of SVG content. These features are designed to make it easy to include and handle multimedia and graphical content on the web without having to resort to proprietary plugins and APIs. Other new elements, such as <section>, <article>, <header>, and <nav>, are designed to enrich the semantic content of documents. New attributes have been introduced for the same purpose, while some elements and attributes have been removed. Some elements, such as <a>, <cite> and <menu> have been changed, redefined or standardised. The APIs and DOM are no longer afterthoughts, but are fundamental parts of the HTML5 specification. HTML5 also defines in some detail the required processing for invalid documents, so that syntax errors will be treated uniformly by all conforming browsers and other user agents.

Magento CMS and Shopping Carts
Magento is ecommerce web application that was launched on March 31, 2008. It was developed by Varien (now Magento Inc) with help from the programmers within the open source community but is owned solely by Magento Inc.. Magento was built using the Zend Framework
- Marketing Promotions and Tools
- Analytics and Reporting
- Search Engine Optimization
- Site Management
- Catalog Management
- Catalog Browsing
- Product Browsing
- iPhone Optimized
- One-Page Checkout
- Multiple shipments per order
- Multiple Payment Options Supported
- View, edit, create and fulfill orders from admin panel.
- Downloadable Products






Signup for Newsletter