By Mufti Ali on April 30, 2010
This tutorial will teach you how to create a site search using dreamweaver. We will look into creating a database (to store the search data) and a search form, then connecting them using dreamweaver and displaying the results.
Posted in News | Tagged Dreamweaver, mysql, php, Web Development
By Mufti Ali on April 29, 2010
This is my first ever written tutorial, so hopefully you will learn something new today and maybe even feature this code on your own website.
I have also included some basic validation to prevent you from getting spammed, without the need to use Javascript or jQuery.
Posted in News | Tagged Forms, php, Tutorials, validation
By Mufti Ali on April 28, 2010
TomatoCMS is an impressive, powerful Content Management System, is built on Zend Framework, jQuery, 960grid. It’s free and open source licensed under GNU GPL.
Your Website = { Widgets }
TomatoCMS considers each web page made up of many different elements called widgets. You can easily create, customize the layout of your site like never before through [...]
Posted in News | Tagged CMS, opensource, php, zend framework
By Mufti Ali on April 19, 2010
YouTube is the most popular platform when it comes to upload your videos to the web. It’s therefore likely that some day, as a web developer, you’ll be asked by one of your clients to integrate some YouTube videos on a web page or a social web app.
We’ll see in this post how with a [...]
Posted in News | Tagged JQuery, mysql, php, Youtube
By Mufti Ali on March 29, 2010
After reading this article, I modified and implemented it in this blog. You can see it in the right column. This is how I did it.
Posted in News | Tagged google analytics, php, wordpress
By Mufti Ali on March 23, 2010
Tympanus has writen article that show us how to create an online application for giving some funny touches to an image. This image processing application using jQuery and jQuery UI for dragging and resizing little bling elements like mustaches and glasses. With PHP the image and the bling elements will get merged and the end [...]
Posted in JQuery, php, Tutorials | Tagged CSS3, image processing, JQuery, php
By Mufti Ali on March 2, 2010
Our customers uses this registration page to keep their information in our database. Once registered, this information will be displayed in a checkout page for a speedy process. This post covers the customer registration function, login and logout function.
Incoming search terms for the article:codeigniter login registrasi logout
Posted in News | Tagged codeigniter, Ecommerce, php, shopping cart
By Mufti Ali on February 26, 2010
Contact page allows visitors to send a message through a form. It has a reCaptcha in order to avoid spam. I will cover the contact page and sending email message to an administrator in this article.
Posted in News | Tagged codeigniter, Ecommerce, php, shopping cart
By Mufti Ali on February 26, 2010
I am going to update Shop_controller today.
Rather than manually updating Shop_controller.php, it is much better to add preferences or settings in the BackendPro.
Posted in News | Tagged CMS, codeigniter, Ecommerce, php, shopping cart