Archive for the 'Tutorial' Category

Round corners with CSS only without images

This is a <div> with round corners without using image

I’ve recently been involved in a web development project, which I need some round corners for some tabs in order for the web pages to look cool! (As shown above) Round corners on tabs, boxes of contents or menus will always make your web page look so appealing and neat.

Continue reading ‘Round corners with CSS only without images’

Ajax shopping cart, built using PHP + Prototype

Ajax is getting popular these days. Many would wanna convert their traditional shopping carts for their online stores into Ajax-driven, which needent page refresh. A tutorial example has been posted on PHPBuilder how to use Prototype on the JavaScript client side, to make ajax remote calls and PHP on the server to store the cart items.

Continue reading ‘Ajax shopping cart, built using PHP + Prototype’