Ajaxapp - ajaxapp.com - AjaxApp.com, ajax app and cool web apps!

Latest News:

How to add SQLite framework into Xcode 4 for your iOS app 31 Aug 2011 | 01:54 am

I’ve recently started some development of some iOS apps. And I wanted to build a small app that makes use of SQLite to store some data and I use Xcode 4 instead of Xcode 3.x as my IDE for developing m...

Flash z-index fix by setting wmode to transparent 11 May 2011 | 05:18 pm

You should have experienced that a div is being partially or completely covered by a Flash object or Flash movie. No matter how you specifically set the z-index of your DIV to be higher than the Flash...

How to generate PDF from XHTML or XML source using a Java Applet 3 Jan 2011 | 08:32 pm

Here is an example on how to use a Java Applet to generate a PDF from XHTML or XML source. The main advantage of using an Applet to generate from XHTML or XML source is XHTML/XML source can be gzip co...

Create a pop-up lightbox upon body onload 15 Sep 2010 | 08:41 pm

This is an example that shows a lightbox effect upon the body onLoad event. There are three JavaScript functions here which you can call to show the lightbox, which are pop_up_light_box(), pop_up_ligh...

Use HTML5 Canvas to draw and manipulate images 28 Aug 2010 | 05:38 am

One of the goodies in HTML5 is it allows you to use the <canvas></canvas> tag pair to draw or manipulate images on it. But not all browsers support the HTML5 Canvas. To have a canvas displayed on your...

HTML5 allows you to store data on your local web browser 27 Aug 2010 | 02:57 pm

If you remember Google Gears, there was a feature (Local Database API) allowing to store data on your local web browser. But since HTML5 has emerged into supporting such a feature, Google has decided ...

IP to country converter – using MaxMind GeoIP API 7 Jun 2010 | 04:05 pm

We’ve covered the HostIP.info API for converting the IP address to a country and city of your visitor. But you may have noticed sometime HostIP.info does not convert everything and might have comparat...

How to get the country of an IP address in PHP? 5 Jun 2010 | 02:42 pm

The HostIP.info provides API allows you to get the country including the city as well. The simple PHP script that can get the country is as follow: <?php   get_country_by_ip();   function get_country_...

How to print web page without prompt using JavaScript on Firefox 13 May 2010 | 05:05 pm

To print a web or HTML page without getting the usual printer prompt on your Firefox browser, you can make use of the Firefox plugin, JS Print Setup. Installation like usual installation of any Firefo...

PHP How-to: HTTP POST without using cURL 15 Mar 2010 | 06:32 pm

You wanna call a remote web service using HTTP POST in your PHP, but you do not wanna use cURL as cURL might not be supported in your web host. The following codes explain how you can do it without us...

Recently parsed news:

Recent searches: