There are two Adsense for Maps products provided by Google to monetize Google Maps API application: Advertising alongside local bussines search result using the GoogleBar that requires your Adsense account be enabled for Adsense for Search Advertising based on map viewport using the Maps Ad … [Read more...] about How to Add Adsense into Your Google Map API Application
Java Script
How to Overlay Video Using JQuery Tools and Flowplayer
In my previous tutorial, i've explained the basic usage of Flowplayer as your web video player. In this tutorial, i'll will show you a little bit advanced usage of Flowplayer combined with Jquery Tools. JqueryTools is used to overlay video with a simple apple effect. This feature is usefull when … [Read more...] about How to Overlay Video Using JQuery Tools and Flowplayer
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
Free JavaScript Calendar Using Dynarch Calendar
Dynarch Calendar (JSCal2) is a free JavaScript calendar from Dynarch. It supports inline and popup view, disabling dates, selecting a range date, highliting special dates, date tooltips and themes. Current version at the time of this writting is 1.7 which can be downloaded here. How to … [Read more...] about Free JavaScript Calendar Using Dynarch Calendar
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 Image Overlay Using Javascript
Image overlay on a web page could be done easily using Lightbox javascript library that could be downloaded here. The library uses Prototype Framework and Scriptaculous effects library. In this tutorial, i'll use Lightbox library version 2.0, the latest version at the time on this writing. A. … [Read more...] about How to Create Image Overlay Using Javascript
How to Create Flash Like Image Slideshow with JavaScript
In some cases on web application development, image slideshow is a nice option to display images in an interactive mode, which nowdays, could be done well using Adobe Flash. However, Flash has it's own drawbacks such as it needs additional player plugin installed on the client browser and another … [Read more...] about How to Create Flash Like Image Slideshow with JavaScript
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
Recent Comments