Archive for category: Tutorials

Using NetBeans as a jQuery IDE

Using NetBeans as a jQuery IDE

2 / December 6, 2011 10:58 pm

Looking for a fast IDE for jQuery? may be we are not looking on the correct place

jQuery problems with Internet Explorer: objects, arrays and other input problems

jQuery problems with Internet Explorer: objects, arrays and other input problems

0 / November 23, 2011 5:05 pm

getting an “SyntaxError:Expected identifier, string or number” in Internet Explorer while developing in jQuery? this checklist can help you to avoid this kind of problems

Install LAMP in Ubuntu Desktop with just only one line of command

Install LAMP in Ubuntu Desktop with just only one line of command

0 / June 17, 2011 10:43 pm

A very SHORT tutorial… If you want a LAMP server, don’t break your mind with which packages you need… only you need ONE LINE of command, and less than 30 characteres ^^

How to recover ubuntu server from a disaster situation

How to recover ubuntu server from a disaster situation

0 / May 23, 2011 4:25 am

What do you will do if someday your Ubuntu server just stop even to boot? Don’t panic, There is still something you can do

Installing Coldfusion 9 over XAMPP – Part 2 : How to add CF9 Admin Panel to XAMPP Admin Panel

Installing Coldfusion 9 over XAMPP – Part 2 : How to add CF9 Admin Panel to XAMPP Admin Panel

2 / April 24, 2011 2:43 am

With few lines of code You can make your XAMPP Administrative page to have CF9 Admin Page ready to work with you. Very easy to do it!

Installing Coldfusion 9 over XAMPP – Part 1 : Installation and first run

Installing Coldfusion 9 over XAMPP – Part 1 : Installation and first run

25 / April 22, 2011 3:54 am

Problems installing Coldfusion 9 under your XAMPP installation in your Windows PC? here a how-to step by step, a la T.Bogard Style

Virtualbox: Give Internet to a Host-only Virtual Machine with iptables

Virtualbox: Give Internet to a Host-only Virtual Machine with iptables

0 / April 21, 2011 5:34 pm

Did you had problems making your Virtualbox Host-only virtual machine to have internet access or publishing web services? Here a handy solution using iptables!

Tutorial : How to JSONP with jQuery using $.getJSON or $.ajax

Tutorial : How to JSONP with jQuery using $.getJSON or $.ajax

1 / May 31, 2008 7:22 am

Remote Services is a now-a-day need, and sadly few documented in detail. Here you can learn how to use Remote JSON (JSONP) In your web-applications with jQuery, PHP and