http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r
to Twitter
share.fb(); for posting to Facebook
share.su(); for posting Stumble Upom
share.digg(); for posting to Digg
share.reddit(); for posting to Reddit.
By default the title of the current page and url of the current page are passed as arguments if you dont specify any.
Minified Code and
Installation
var ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
BASH Playlist handler and mpg123 interface
My First "somewhat" USeful BASH scriptThis small script scans your / directory and generates a playlist of mp3 files, and you can play your file by ./juke . You will get a list of songs matching your criteria.
InstallationCopy the source code,given below, to a new file named juke# apt-get
install mpg123$ chmod 755 juke$ ./juke westSample output and Controlsarun@XiO3:~/bash$ ./juke happy1 happy birthday2 Avril Lavigne - My Happy ...
Published 3 years, 11 months ago
http://digitalpbk.com/windows-gadgets/how-make-windows-gadget-windows-7
basic HTML and Javascript. Gadgets uses Jscript which is a minor variant and is more or less similar to Javascript.
Before jumping to How to make the windows gadget, lets see where the default Gadgets used by windows are present. We can always use those inbuilt gadgets as reference to make our windows gadget.
Finding the default gadgets on Windows 7
The default gadgets on Windows 7 are located in the drive (typically C:) you
installed Windows, Under "Program Files ...
Published 1 year, 6 months ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and
installation of the executable. However, as a special exception, the source code distributed need not include ...
Published 5 years, 4 months ago