03 Jan, 2011
Free jquery chart api
Articles related to free jquery chart api
http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers
JQuery make dynamic draggable and droppable containers
The
jquery UI javascript has the Draggable and Droppable Interactions inorder to implement a drag drop UI. By default draggable and droppable containers are marked draggable and droppable by
jQuery when the page loades, As shown in the code snippet below for the
jQuery Drag code and
jQuery Drop Code,
jQuery Drop Code using
jQuery droppable
$(".dropTarget").droppable({
drop: function(event, ui) {
// Drop Logic ...
Published 2 years, 2 months ago
http://digitalpbk.com/pyfacebook/pyfacebook-download-python-facebook-api-library
PyFacebook Download Python Facebook
API Library
PyFacebook is the official Facebook
API Library written in Python. It is maintained in github, I have attached a snapshot of the master trunk zip file with this post.
Python
Facebook
Software ...
Published 1 year, 6 months ago
http://digitalpbk.com/javascript/optmizie-javascript-files-google-closure-compiler
.0 applications uses a lot of javascript usually
jQuery library or the YUI (Yahoo User Interface) Library to make RIA (Rich Internet Applications), this can be a very handy tool to improve Performance.
The example code shows converting the following script from
function hello(name) {
alert('Hello, ' + name);
}
hello('New user');
to
function hello(a){alert("Hello, "+a)}hello("New user");
It removes whitespaces, and shortens the variable names.
A Few numbers ...
Published 2 years, 6 months ago
http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html
in Facebook redirecting to a wierd URL. the Workaroundfor this is to remove the next parameter from the facebook login
URL.http://www.facebook.com/login.php?api_key=&v;=1.0&next;=http%3A%2F%2Flocalhost%2Ftest%2F%2Ffacebook%3Fredir_domain%3Dexample.comtohttp://www.facebook.com/login.php?api_key=&v;=1.0For PHP websites the changes for the facebook.php are given below:It must be similar changes for any of the other client
API's.This is accomplished by changing the line on facebook ...
Published 2 years, 9 months ago
http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html
a form or window to accept files.'fAccept = 1 Enables.Private Declare Function DragQueryFile Lib "shell32.dll" Alias "DragQueryFileA" _(ByVal HDROP As Long, ByVal UINT As Long, ByVal lpStr As String, ByVal ch As Long) As Long'DragQueryFile gives the information to us about the dropped file.'lpStr outputs the filename.Private Declare Sub DragFinish Lib "shell32.dll" _(ByVal HDROP As Long)'This function
frees the resources used during the drag operation ...
Published 5 years, 5 months ago
http://digitalpbk.com/perl/script-fetch-pnr-status-reservation-train-indian-railways
form_number => 1,
fields => {
lccp_pnrno1 => $part1,
lccp_pnrno2 => $part2,
}
);
$content = $mech->response->content;
$content =~ s|(.*?)|$1|si;
$content =~ s|||sig;
if($content =~ m|(Passenger [1-6].*?)
Chart|sig) {
print $1;
}
Outdated script
#!/usr/bin/perl
use WWW::Mechanize;
my $mech = WWW::Mechanize->new();
$pnr = $ARGV[0];
$mech->get("http://www.indianrail.gov.in");
$part1 = substr($pnr,0 ...
Published 2 years, 3 months ago
http://digitalpbk.com/stock/google-finance-get-stock-quote-realtime
How to Access Stock Quotes Realtime through Google Finance
Get Realtime Stock Quotes using Google Finance
API in Python Programming Language
Google Finance is a product of Google, that tracks everything related to the Stock market and manage your Portfolio etc. It has access to realtime data of various stock exchanges around the world like NASDAQ, NSE of India etc. We can use this to get realtime data of stocks for programatically accessing the value of a stock.
Tell me already, Where ...
Published 1 year, 1 month ago
http://digitalpbk.blogspot.com/2009/07/perl-imagemagick-convert-jpeg-png-bmp.html
these in C reading files uncompressing based on the extensions, compressing, write the encoders and do whole lot of "Reinventing the wheel" stuff. So I found this software called ImageMagick which already wrote the codes to do all these for you, and what more? It has a neat Perl
API so that you can do the fun stuff that you do on perl on images. Now that's sweet. Hello WorldNow just check out this simple script to convert files from one format to another.#!/usr/bin/perl##usage: perl im ...
Published 2 years, 10 months ago
http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html
τ υ φ χ ψ ω ϊ ϋ ό ύ ώ Ё Ѓ Ђ Ѓ Є Ѕ І Þ ß☺ ☻ ♥ ♪ ♫ ۞ © ™ ♦ ♣ ♠ • ◘ ○ ◙♂ ♀ ♪ ☼ ► ◄ ↕ ‼ ¶ § ▬ ↨ ↑ ↓ →← ∟ ↔ ▲ ▼ ô ö ò û ¢ ╗ ╝ ╜ ╚ ╥╔ ╟ ╞ ┼ ─ ├ ┬ ┴ └ ┐ ╛ ▒ ░ » «¡ ¼ ½ ¬ ⌐ ¿ ª ╩ ╦ ╠ ═ ╬ ╧ ╨ ╤╥ ╙ ╘ ╒ ╓ ╫ ╪ ┘ ┌ █ ▄ ▌ ▐ ▀ αß Γ π Σ σ τ Φ Θ Ω δ ∞ φ ε ∩ ≡± ≥ ≤ ⌠ ⌡ ÷ ≈ ° √ ⁿ ² ■ (Hope your browser renders the characters)You can find more characters on the unicode character
charts found at unicode, including one's with your local language.Happy orkutting ... ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2009/05/orkut-youtube-facebook-blocked-ssh.html
and proceed to this page to setup your SSH Proxy.Alternatively if you don't have the luxury of setting up an SSH machine at home, search on Google &
quot;Free Shell Accounts", &
quot;Free SSH Accounts", &
quot;Free SSH server", etc and sign up with anyone. Beware that your credentials will be passed to these servers while logging in. So it is always secure to use one at your home. Still if you are so desperate, you can do so :D ... SSH Proxy Setup ...
Published 3 years ago
Related help topics for free jquery chart api
More keywords like free jquery chart api
More pages for free jquery chart api