
Religion is regarded by the common people as true, by the wise as false, and by the rulers as useful
Seneca
If you are using Windows Xp, then you most certainly encountered the following error when trying to delete, move or rename a file or a folder:
or one of it’s flavors:
Cannot delete file: Access is denied
There has been a sharing violation.
The source or destination file may be in use.
The file is in use by another […]
You probably know the old saying: “There’s no need to reinvent the wheel”, and probably you know the meaning too.
Also, as you can say from the “Tips of the Day” series on my blog, which present you quick short tips to improve PHP applications, I am an adept of clean PHP code, optimized and non-repetitive.
This […]
While browsing through my blog today, I just found out that the pictures in the 20+ Wallpapers For Linux Lovers are unavailable.
Those where uploaded on my Flickr account - and they are now available. I try to login to my Flickr account - nada, “this account does not exist”. WTF is wrong with you guys, […]
So, I just found the Daily32 theme while reading DailyBlogTips in my RSS reader and I really like it. I just implemented it here on imbaDev.com and I think it will be here for a long time :)
I just need to sort some stuff like what to put in the Resources area up there, grab […]
There are lots of plugins to embed videos in WP/WPMU (you could do it manually in WP, but NOT in WPMU), but sometimes plugins are not an option.
So, what is there to be done?
You’ll just have to go to wp-includes folder, find the kses.php file (so the path is: wp-includes/kses.php) and modify some code over […]
As you have probably noticed, the frequency of posting on this blog decreased drastically in the past few weeks. That’s because of several reasons:
I have a very important exam at the end of this year (Baccalaureate, for those who know what it is - I don’t exactly know the USA/UK/etc equivalent, but it is the […]
Money without brains is always dangerous.
Napoleon Hill
Hint: see USA :)
Whenever you find yourself on the side of the majority, it’s time to pause and reflect.
Mark Twain
As I’ve said before, it is good practice to close mysql connections after you have finished working with them.
The same idea applies to variables, especially large arrays holding user data for example. After you used a certain variable and you are sure you don’t need it anymore in your script, simply destroy it to free […]
Recent Comments