Archive for category HTML
Free YouTube Video Downloader & Path To FLV Finder Tool
Posted by Kieran McCarthy in Bits Of Code, HTML, PHP, Plugins, YouTube on January 23, 2008
Click here for the “YouTube Video Downloader & Path To FLV Finder Tool”
Click here for the “YouTube Video Downloader & Path To FLV Finder Tool”
This is a follow up article on my previous post “How to get the direct url path to .flv video files on YouTube for Free” it’s a collection of php scripts mashed together from around the web. It will enable a user to fetch the actual .flv path url to a YouTube video.
If anyone is interested in the code leave a comment request and I will contact you.
Hope this helps you!
Popularity: 29% [?]
Faster SkreemR Audio Search Add-on for Firefox (auto-suggest feature)
Posted by Kieran McCarthy in Bits Of Code, Firefox, HTML, MP3, Music, Plugins on November 27, 2007
Update 3rd Dec 07: James over at SkreemR has officially added my Firefox plugin to their 3rd party plugins “Tools” page view the page here
I coded this firefox add-on to query the SkreemR mp3 search site much quicker than the standard search tool add-on.
SkreemR currently provide a useful search add-on, it installs SkreemR search to your current list of search engines within Firefox. By searching for an artist or song you are directed to the SkreemR website and results are displayed.
I re-coded their XML install file to include a live suggest feature pulling related words as you type from Yahoo to speed up your search query.
Examples:
Popularity: 100% [?]
How to Grab a Thumbnail Screenshot Of Any Website
Posted by Kieran McCarthy in Bits Of Code, HTML on November 19, 2007
An easy tutorial on how to grab a thumbnail image screen shot of any website. This is an easy way for webmasters to grab a screen shot of their own websites to include them in their portfolio pages, clients websites or just storing the images for later use.
We will use Snap Shots cached thumbnails to retrieve a web page screen shot. You can grab a small 270 x 173 pixel image or a large 427 x 274 pixel image of your website here is do it how to:
In your html page just call the image from within the <img> tag like so:
<img src=”http://shots.snap.com/preview/?url=http://www.kmcgraphics.com&size=small” />

or if you want the larger size type:
Popularity: 16% [?]
