03 Jan, 2011

Free jquery code dashboard

Articles related to free jquery code dashboard

JQuery make dynamic draggable and droppable containers

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 1 year, 11 months ago

Optimize Javascript files with Google Closure compiler

http://digitalpbk.com/javascript/optmizie-javascript-files-google-closure-compiler Optimize Javascript files with 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, 3 months ago

Free Online 8085 Assembler and Simulator

http://digitalpbk.blogspot.com/2008/08/online-8085-assembler-and-simulator.html Free Online 8085 Assembler and Simulator Free Online 8085 Assembler and SimulatorI just made this long back, just put it online for anyone that might be interested in using it.Quick StartEnter the code as shown in the sample in the code view,Click Compile and Simulate.Click HexView to see the hex code of the programClick SimView and Click Step or Exec to simulate the program.There is a built in special function call for keyboard reads : CALL KBINPUTDisplays a prompt for directly entering ...
Published 3 years, 6 months ago

Extracting embedded Album art in mp3

http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html Embedded Album art found Extracting ... Enter a filename for Art[2] (No need extension): 2Image Type : jpegExtracted to 2.jpegDoneD:\ID3V2>Source code will be made available soon ... have to do some tidying up ... Meanwhile any problems? jst leave a comment ...LicenseGPL License:GNU GENERAL PUBLIC LICENSEVersion 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USAEveryone is permitted to copy and distribute verbatim copiesof ...
Published 5 years, 1 month ago

Perl Script to HTML formatter

http://digitalpbk.blogspot.com/2007/06/perl-script-to-html-formatter_17.html Perl Script to HTML formatter IntroThis script converts a Perl Script to HTML so that it looks good with colour code formatting for keywords and variables. This isn't yet completed and may contain bugs but I guess its worth posting. Anyone is free to modify and redistribute the code as long as the first line remains intact.Usageperl format.pl ScriptFile.plOutput will be saved as ScriptFile.pl.htmlScriptstyle="color:#0ff">$cnt =~ s/&/&/g;$cnt =~ s ...
Published 4 years, 7 months ago

CSS Transparency Effects

http://digitalpbk.blogspot.com/2007/06/css-transparency-effects.html effect is achieved by opacity:X where X lies between 0 and 1 (0.1, 0.2,0.25 ...)For example produces a semi transparent google logo.Inorder to produce the same effect on both browsers just give both codes Both browsers would ignore the other code and produce the same effect.Does this work on other browsers?I donno try and let me know ....Feel free to comment. ...
Published 4 years, 8 months ago

Less CSS Compiler for Windows (lessc.exe)

http://digitalpbk.com/less-css/less-css-compiler-windows-lesscexe Less CSS Compiler for Windows (lessc.exe) Less CSS Compiler for Windows (lessc.exe) LESS is a language that helps CSS Designers to write better manageable and extensible CSS style sheets. Current less compiler called lessc is only available for the *nix platforms, which can compile LESS files to CSS. Where is lessc.exe ? lessc.exe for those who are in a hurry :) . It is attached to the bottom of this post also so feel free to read on. How to use the lessc.exe This compiler is adapted from the .net port of less compiler ...
Published 9 months ago

C Code to convert JPEG to BMP in LINUX using libjpeg

http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html C Code to convert JPEG to BMP in LINUX using libjpeg IntroThe following code converts JPEG file into BMP file. The code requires the libjpeg library. The following code is a good example of how to use the libjpeg library. (it compiles). Code converts colour jpeg to 24bit BITMAP.Code : jpeg2bmp.c#include #include #include #include /* we will be using this uninitialized pointer later to store raw, uncompressd image */unsigned char *raw_image = NULL;/* dimensions of the image we want to write ...
Published 3 years ago

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html Drag 'n Drop Files from explorer to VB IntroductionThis piece of code allows to make programs in Visual Basic 6, to have a drag and drop support of files directly from the folders. This is an alternative to the old File Open mechanism. This is way cooler...Code tested on Windows XP and on Visual Basic 6. Any information about other versions of windows or vb? Leave a comment...DownloadDownload the code from planet source code.The CodeThe main part of the code is the module, here ...
Published 5 years, 1 month ago

Perl Script to send Free SMS to any mobile number in INDIA using way2sms

http://digitalpbk.com/perl-sms/perl-script-send-free-sms-any-mobile-number-india-using-way2sms Perl Script to send Free SMS to any mobile number in INDIA using way2sms The following script sends SMS to any number in INDIA using the free service provided by Way2Sms.com Requires WWW::Mechanize and Compress::Zlib libraries. Please remember to fill the username and password in the fields that is mentioned in the script. Updated code on 28th October 2011. If you face errors use the new script. #!/usr/bin/perl use WWW::Mechanize; use Compress::Zlib; my $mech ...
Published 2 years, 2 months ago

Related help topics for free jquery code dashboard More keywords like free jquery code dashboard
More pages for free jquery code dashboard


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Mirrored sky A Mirrored sky in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk