Normally, the answer to that question would be: the administrator of the website. Well… not always. By now you all heard of mysql injection. At this moment, I have knowledge of at least 5 websites developed by WEB COMPANIES (yes, you read it well, those companies that have on the index page of their website the words: WE ARE PROFESSIONALS) that have breaches in the security. …view full post

SlideItMoo Wordpress Plugin
June 3, 2010SlideItMoo plugin for Wordpress implements the MooTools plugin having the same name into an easy to use plugin that allows you to set image galleries into your posts and pages with only a few clicks. The JavaScript source can be found here with various examples and implementation instructions....
Read more
MooTools Fancy Animated Tabs
February 17, 2010There are times when we need to display a bit too much content in a small space. One way to do it is by using tabs. Fancy tabs is a tabs navigation display that tries to cover most situations, from AJAX loaded tabs to auto navigation and multi purpose usage. To make things easier when designing...
Read more
Wordpress YouTube playlist plugin
October 8, 2009WP MyTube is the Wordpress plugin implementation for YouTube MooTools player embed with attached playlist. Simply put, this plugin will allow you to easily insert YouTube videos into your Wordpress blog posts based on username or video id only. The attached playlist will display the user videos...
Read more
MooTooltips – easy to make good looking tooltips
March 13, 2009MooTooltips gives you the possibility to create bubble tooltips on HTML elements in an easy manner and with the possibility to set each tooltip's behavior individually. It's also possible to display as tooltip content the content of an HTML element from the page, some text you want to input or...
Read more
SlideItMoo – image slider
February 23, 2009SlideItMoo v1.1 comes with some new stuff implemented in it. Those of you familiar with version 1.0, skip to download read on. Updates have been made for more extensive usage of SlideItMoo. For the rest, some explaining. Also, the 1.0 version is available here and I'll try to provide support for...
Read moreYou’ve all seen or made by now an e-commerce shop. If you look at big shops, they use to show right next to the category name the number of products available in that category – ie: Computers (190). Wel, once again you can do that in more that one way.
First way (and the wrong one if you ask me) is when you select the categories from your database to count the number of products from the database that belong to that category. But the problem with this is that you use much too much resources and when your database grows, you script will slow, sometimes even die. As I said before, this might look easy but is wrong. …view full post
The big question regarding this issue is: what is fater?
Let’s assume you need to build a pagination script. In order to find the total number of rows that will help you determine the number of total pages, you have to use either mysql_num_rows() or simply make your request using mysql’s count(). …view full post
I read some time ago on a website the following line: May the best of your past be the worst of your future. Amen to that brother!
Over the time I’ve seen good applications and bad applications and not so good application. The question that must be answered here is simple: How do we create a fairly safe PHP application? …view full post




