Submit Blog Login Last Submitted Blogs RSS Archive Contact  
Nine-One-One... Need Code, Help!
 
 
 
Nine-One-One... Need Code, Help!
Code samples, tips and tricks for web-developers. The blog covers various web-development and programming technologies such as php, gd-library, image-manipulation, classical asp, vbs, google-maps, youtube, blogger and seo.
Language: English
RSS Feeds for this Blog
Statistics
Unique Visitors: 0
Total Unique Visitors: 2733631
Visitors Out: 789
Total Visitors Out: 8370
 
 
Articles
Hide YouTube Logo on Embedded Videos
2011-11-14 01:25:00
YouTube API has gone through several changes and new features are added every now and then. I was often asked the question that if there is a way to hide or remove the YouTube logo on embedded videos. I always said that I am worried about YouTube TOS until I stumbled upon the updated list of YouTube embedded player parameters. I noticed a couple of changes, in particular, the modestbranding parameter added on June 8, 2011. This parameter works in AS3 embedded player; so if you're using an older version of the player you must switch to AS3 to take advantage of this parameter. Here is how: If the YouTube video URL in your embed code does not contain version parameter, add version=3 to load AS3 player. The AS3 player looks aesthetically pleasing and provides additional features compared to AS2 player (see demo below). AS2 player showed the logo overlaid on the lower right corner of the video while AS3 player displays the YouTube logo in the controls panel. To remove this logo altoget...
 
Google Maps Marker Generator with Dynamic Labels
2011-06-25 04:42:00
Few hours ago I stumbled upon a question on stackoverflow.com where someone asked if it was possible to overlay a number on top of a custom Google map marker? Something like creating: from this: without using Photoshop! Read more... ...
 
Redirecting Your Visitors to Your Preferred Domain Name
2011-03-31 05:04:00
To redirect the visitors of your websites and search engines to the preferred version of URL, you can use .htaccess files on Apache. Just add this rule to your .htaccess file Read more... ...
 
Zoom-to-Fit All Markers on Google Map v3
2011-03-15 01:41:00
Google Maps API version 3, like its predecessor, allows you to automatically center and zoom the map around a set of coordinates. This is useful when you add markers or other overlays to a Google map programmatically; the API can center and zoom the map optimally so that all overlays are visible at once glance. Compared to the Google Maps API v2 example, API v3 makes the process simpler and more... [[ visit the website to read more ]] ...
 
Multiple Submit Buttons: Changing Order of Default Button
2011-01-24 03:34:00
When a form contains more than one submit button, the name-value pair submitted by the browser is that of the button that was activated (via click for example). But what happens if you press "Enter" to submit the form? The answer is simple: the name-value pair submitted by the browser is that of the first submit button that appears in the source. The following example shows a form... [[ visit the website to read more ]] ...
 
Can You Install and Run Ubuntu on Microsoft Virtual PC 2007?
2010-04-16 04:35:00
Yes! Installation Notes The installation went smoothly as far as my experience is concerned and there isn't much to write about except the following: You should update Microsoft Virtual PC to the latest version (2007 SP1 at the time of writing) before attempting to install Ubuntu. Ubuntu fails to install on earlier versions. Microsoft Update/Automatic Update Service can patch Virtual PC... [[ This is a summary of the content. Please visit the website for complete details. ]] ...
 
Running a Background Process from PHP on Linux
2010-04-14 02:13:00
While PHP is capable of handling just about anything, there are times when you must take the load away from PHP and hand it over to another program. Processing huge amount of data is one case; examples include sending thousands of emails, moving thousands of files from one location to another, batch processing megabytes of image data or converting an uploaded video from one format to... [[ This is a summary of the content. Please visit the website for complete details. ]] ...
 
Change Z-Index of Google Map Markers
2010-03-26 04:18:00
Google Maps API stacks the markers on the map upon its own discretion. However at times you may want to change the stacking order of specific markers; for example you may want to place a marker on top of all other markers so that it is always fully visible and emphasized. A marker's stacking level is determined by its z-index which is automatically assigned. Since version 2.98 of the Google Maps... [[ This is a summary of the content. Please visit the website for complete details. ]] ...
 
Retrieve Title, Description and Thumbnail of a YouTube Video Using AJAX
2010-01-20 05:48:00
The YouTube Data API allows an application to interact with YouTube and perform a variety of operations; such as searching for videos, retrieve video information and upload a video on behalf of a user. The API also provides programmatic access to the video and user information stored on YouTube. Majority of data access operations are read-only and therefore do not require the YouTube API... [[ This is a summary of the content. Please visit the website for complete details. ]] ...
 
 
 
 
eXTReMe Tracker