Webrevised

Thoughts and code on the WWW, Internet and Code culture in general

  • Extending Code Igniter Active Record Class

    Learn how to extend the Code Igniter Active Record class and use it to make complex queries with mutliple ANDs and ORs

  • jQuery Lazy Loading Script – On Demand Javascript plugin

    Lazy load javascript using jQuery. Implement the on demand javascript paradigm and reduce rendering page time while allowing for a more modular way of implementing your web applications.

  • Code Igniter Data validation class – Updated

    Validate any kind of data using the same way as Form Validation Code Igniter Library. Move your data validation from Controllers to Models and achieve a Fat Model skinny Controller Theme in Code Igniter

  • Timthumb.php vulnerability – thousands of templates affected

    Scouring the internet today I have learned about a new CRITICAL vulnerability opened by the timthumb.php - online image resize script. This post will help you identify if you use timthumb.php and propose immediate action

  • Website and MySQL backup script (Dreamhost friendly)

    Backing up your websites can be a tedious task. FTP needs to download all files one-by-one and phpMyAdmin is not, usually, easily accessible to the webmaster. Taking the later under consideration I created a script which will let you download your website files and database content quickly and easily ......

Learn how to extend the Code Igniter Active Record class and use it to make complex queries with mutliple ANDs and ORs

Continue

Lazy load javascript using jQuery. Implement the on demand javascript paradigm and reduce rendering page time while allowing for a more modular way of implementing your web applications.

Continue

Validate any kind of data using the same way as Form Validation Code Igniter Library. Move your data validation from Controllers to Models and achieve a Fat Model skinny Controller Theme in Code Igniter

Continue

Scouring the internet today I have learned about a new CRITICAL vulnerability opened by the timthumb.php - online image resize script. This post will help you identify if you use timthumb.php and propose immediate action

Continue

The pre-framework era During my web development career I had to accomplish a plethora of tasks for various projects. Database operations, content policies, forms and authentication rules which would eventually grow to build to complex back-end applications and websites. At first it was really exciting as it helped grow my knowledge ...

Continue

Backing up your websites can be a tedious task. FTP needs to download all files one-by-one and phpMyAdmin is not, usually, easily accessible to the webmaster. Taking the later under consideration I created a script which will let you download your website files and database content quickly and easily ......

Continue

Let's see how and why Wordpress has managed to emerge from a small-scale blogging platform to a full fledged and powerful CMS powering around 13% of the internet

Continue

Read a first from an article series on how to not get hacked. Useful php tips and snippets which will give a strong headache to possible hackers. This article deals with how you should deal with user generated content, how store it to the database and how to retrieve it ...

Continue

Download a CodeIgniter library which will enable your website to accept social micropayments through Flattr

Continue

Hello world!

Posted by ChT Comments Off

Dear visitor welcome to web revised. A blog dedicated to all those people empowering our online lives, spending hours and hours,  in front of computers designing websites and rich user interfaces, building web applications or collaborating to the internet culture in general. In this blog you will find various (mostly technical) ...

Continue
  • RSS
  • Delicious
  • Digg

Popular Posts

Hello world!

Dear visitor welcome to web revised. A blog dedicated to ...

CodeIgniter Flattr l

Download a CodeIgniter library which will enable your website to ...

To framework or not

The pre-framework era During my web development career I had to ...

Don't get hacked! Pa

Read a first from an article series on how to ...

Wordpress, changing

Let's see how and why Wordpress has managed to emerge ...