Speed up your site with caching

December 20th, 2008 admin Posted in PHP & MySQL | No Comments »

As your site is growing you need focus more and more on site performance. If your content is not changing in every minutes but you have a lot of visitors then your webserver is making a lot of unnecessary work. The server processes your PHP scripts always, however the output is the same. Using cache mechanism we will process the script once but use it more times.

Read the rest of this entry »

AddThis Social Bookmark Button

Form validation with Captcha image

December 20th, 2008 admin Posted in PHP & MySQL | No Comments »

Nowadays the spammers make more and more trouble for site administrators as they submit spams to forums, guestbooks, and registration forms and so on. To protect ourselves against spam robots it’s a good solution to extend our forms with a Captcha image. This image contains a security code which is only readable for humans and not for robots. Read the rest of this entry »

AddThis Social Bookmark Button

Control.Tabs attaches creates a tabbed interface

December 20th, 2008 admin Posted in JavaScript & AJAX Tutorials | No Comments »

Control.Tabs attaches creates a tabbed interface from an unordered list of links/anchors that point to any elements on your page that have an id attribute. Since it attaches these behaviors to HTML that already has semantic meaning, it will degrade gracefully for browsers that do not support JavaScript, and is search engine friendly. It attaches in one line of code for simple use cases, but is highly customizable and can be used in a variety of edge cases.

http://livepipe.net/control/tabs

AddThis Social Bookmark Button

20 Great PHP frameworks for developers

November 25th, 2008 admin Posted in PHP & MySQL | No Comments »

A good PHP framework can help you develope a PHP application quickly, with more simplicity and with a vision “best-practices-oriented”.

Read the rest of this entry »

AddThis Social Bookmark Button

WEBalbum is a virtual photo’s album

November 16th, 2008 admin Posted in Open source | No Comments »

WEBalbum is a virtual photo’s album on your web site. WEBalbum makes possible a simple way to share photos on the internet.

Now you can very simply place your photos on your web site. Only need is a few mouse clicks to add one photo or many photos. You will determine who will have a right to view photos and which category will have access. Every user who visits your site can rate photos, add comments, add own photos or add new photo category. All depend on you and what you added privileges for user.

User, who visits your page, will be logged in as anonymous. You get him privileges yourself. As administrator you can add a new user’s account, add password and privileges for him. For example, when you add user test and give him privileges, person who enter to the site as test will be has access to operation which you permitted him. If you want user will has access only to photos in the category “My holiday in Spain” and won’t has access to the category “My parties in Spain” – it’s really very simple, it only a few mouse clicks.

 

Homepage  Download  Demo

AddThis Social Bookmark Button