Google Static Map lets you embed Google map image in your own web pages without using Javascript or any dynamic loading page. The static map created on your page based on URL parameters sent through a standard HTTP request. You create the URL with it's required parameters and place it within an … [Read more...] about Embed Google Static Map in Your Blog Pages Using GStaticMap Plugin
Featured Articles
How to Use Flowplayer as Your Web Video Player (Beginner’s Guide)
Flowplayer is a free video player for the web that is used to embed video streamson a web page. Flowplayer is highly skinnable and extendable. You can customize it's look and feel and also extend it's functionality using available plugins. If you are an expert in JavaScript or ActionScript … [Read more...] about How to Use Flowplayer as Your Web Video Player (Beginner’s Guide)
How to Create Scrollable Image Slider Using JavaScript
Scrollable image slider is one of the interesting features in the image gallery application. This allows us to display thumbnails in the form of slides that can be scrolled automatically or manually using the control buttons. Figure below shows a scrollable image slider featuring four thumbnails … [Read more...] about How to Create Scrollable Image Slider Using JavaScript
How to Crop Image Using JavaScript and PHP
Image cropping is a usefull feature in web application that allows user to crop an image on a web page and save it for later use. This feature is commonly used in user's preferences tool for creating a profile image. User uploads an image from his local hardrive and then directly crop his desired … [Read more...] about How to Crop Image Using JavaScript and PHP
How to Create Facebook Application with PHP for Beginner
Facebook is the fastest growing social networking application that currently has more than 350 million active users. One of it's key features is Facebook Platform, that enable us to build applications on Facebook. Currently there are a lot of Facebook applications built by developers around the … [Read more...] about How to Create Facebook Application with PHP for Beginner
Prototype: Using Ajax.Updater to Update Browser’s DOM Element
Ajax has become popular since it allows web application to behave interactively like a desktop application. It allows asynchronous communication between client (browser) and server so web applications can retrieve data from server in the background without interfering with the display and behavior … [Read more...] about Prototype: Using Ajax.Updater to Update Browser’s DOM Element
Installing TeamSpeak Server on FreeBSD
TeamSpeak is a powerfull voice over IP software which enables people to speak with one another over the internet. TeamSpeak consists of both client and server software which the server acts as a host to multiple client connections, capable of handling literally thousands of simultaneous users. The … [Read more...] about Installing TeamSpeak Server on FreeBSD
How To Define Global Absolute Path in PHP
A path is general form of a filename or directory that specified a unique location in a file system. In web programming, a path is used to define links (url) to documents and images or to include a specified library file. There are two standard ways to define a path: Absolute Path, is a path … [Read more...] about How To Define Global Absolute Path in PHP
Installing Windows XP on Acer Travelmate 6291 Laptop (SATA Hard Drive Without Floppy)
Last night i was confused when i was installing Windows XP on my friend's laptop, the installer didn't recognize the laptop's hard drive,i thought there was a problem with the hard drive. After googling for a while, i found that it was caused by Windows XP installer that didn't support SATA hard … [Read more...] about Installing Windows XP on Acer Travelmate 6291 Laptop (SATA Hard Drive Without Floppy)
Installing MapServer and PHP MapScript on Linux
Introduction MapServer is an open source and free software for rendering maps, images, and vector data on the web. MapServer was originally developed by the University of Minnesota (UMN) ForNet project in cooperation with NASA and the Minnesota Department of Natural Resources. Presently, the … [Read more...] about Installing MapServer and PHP MapScript on Linux
Recent Comments