DeviLib - library about web, IT, programming and web design

Archive for the ‘Programming’ Category

Update MySQL information as easy as possible

Thursday, February 7th, 2008

mysql

I will give you an example, how easy in nowadays can be information editing (let’s say in admin/user panels). No more endless and boring forms, now we got something new… Everything we need is jquery and it’s plugin called jeditable. So let’s start.
(more…)

Behind The Scenes - Using Iframe

Thursday, November 1st, 2007

As the web 2.0 is becoming increasingly popular, it is almost a must to learn and apply ajax technologies. Is it really important? The answer is clear – Yes. However, the convenience of ajax (from the point of the view of a user) is possible to replace by the identical methods. (more…)

20 PHP optimization tips - make it faster

Thursday, November 1st, 2007

PHP main pageOptimizing PHP is of a great importance, though it has not much impact in a small script, however the bigger the script is becoming some shortcomings can cause much inconvenience later. Here are several facts (although some of them could be disputed about) that may help you in choosing the the right way to achieve the best results.

(more…)