Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things

11 February, 2014

How to build a E-commerce site

Recently i completed E-commerce website. so i share this project related tutorials. i learn lot of things especially Add cart system ,online payment gateway (Paypal) using core php code. follow this kind of article to help learn some our knowledge in E-commerce project.

 

10 February, 2014

How to make a website in Photoshop

Nowadays Website designer only make a website. but others can't do this because they are don't know about HTML, CSS coding. there are many ways to create website without using html and css code. photoshop is one of them. so learn this simple tutorials make it own website design.

psd to html

09 February, 2014

Find all your computer information

Today i posted hardware related article this is one trick to find all your system information. using command format type below text it extract ask you for information from the Direct X Diagnostic Tool Report of your computer.

computer

08 February, 2014

custom search engine

This topic i explain about how to make search engine in your site. this is simple concept your posted value directly search on google search engine. that value posted on form action page follow the below code and live demo.

search engine

07 February, 2014

change the html 5 form validation defult error message

Hi Guys, this is a post on the validation where in you will be learning how to change the default message of the form validation. The code is simple and basic, it uses the JavaScript events line 'onchange' and 'oninvalid'.

For more validation code, click here


Dynamic menu with sub-menu using php and mysql

Recently I have posted how to create dynamic menu concept. But my readers asking me for the sub menu. Here I have explained How to implement Parent menu and unlimited child menu using php and MySQLi.

sub_menu