13 Aug, 2010
What is used to compress google javascript
Articles related to what is used to compress google javascript
http://digitalpbk.com/javascript/optmizie-javascript-files-google-closure-compiler
Optimize
Javascript files with
Google Closure compiler
Google has released / open sourced one of its internal tools, the
javascript closure compiler. The closure compiler is
used to optimize
javascript files. It works by analyzing the code and removing redundancies and shortening variable names.
This tool can be
used to
compress javascript files, (similar to the famous packer), results in lesser code to download, execute, obfuscation and faster user experience.
Since most web 2.0 or 3 ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2007/01/firefox-browser-within-browser.html
to functionality
using JavaScript. To extend the browser, we modify parts of the browser UI by adding or modifying widgets. We add widgets by inserting new XUL DOM elements into the browser window, and modify them by
using script and attaching event handlers. Have fun making tabs within tabs within tabs ......Did not work? Did not work ?
What happened ? Lemme know ... Feel free to leave a comment ... ...
Published 5 years ago
http://digitalpbk.com/php/file_get_contents-garbled-gzip-encoding-website-scraping
PHP file_get_contents giving garbled output
Are you getting garbled values when
using file_get_contents fetching an external URL (website scrapping
using php) and wondering
what went wrong ? The content is appearing to have wierd characters instead of normal HTML output because of GZIP output encoding by the website you are fetching.
You can fix this issue in multiple ways.
Method 1 : Accept-Encoding
In this method we set the request headers so that the webserver is forced to respond ...
Published 1 year, 11 months ago
http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html
from phishing, cookie stealing, defacement etc(Bookmark me and wait for more on this topic).This is the case of simple sites that are not well made. Well made sites like
google, yahoo and hotmail take this issue into serious consideration and have filters. Finding an XSS hole there is tough. However some weak filters can be bypassed
using the technologies mentioned in XSS Cheat SheetMessage to Webmasters (specially of PropMart.com)This article was written for you. Please provide a filter from ...
Published 5 years, 1 month ago
http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r
page load slow as well as bring in unintentional 3rd party
javascript code ( or flash tracker ) which runs on your blog.
So it is always safe to
use your own script or scripts which you can read understand and verify it just does
what it is suppose to do. :)
Javascript Object for Social Media Sharing
var share = {
fb:function(title,url) {
this.share('http://www.facebook.com/sharer.php?u=##URL##&t=##TITLE##',title,url);
},
tw ...
Published 1 year, 10 months ago
http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html
be achieved
using skins. You can find out these tricks by just going through the source of various skin files. (The way to rip the .WMZ file has already been discussed above).Finally inorder to package your skin, ZIP all the files
using WinZIP/WinRAR or any other
compressing utility. Note that you should zip all the files and NOT the folder. Rename the ZIP to WMZ, and your all set.Click here to Download the skin file we just made (if you already haven't done so).Winding upHope this section ...
Published 5 years, 2 months ago
http://digitalpbk.com/google/google-search-social-results-beta
is anticipating and making steps so that it stays ahead of Facebook. In my opinion
Google should do
what is supposed to do best that is being Search and Facebook do
what it is supposed to do best, that is Social Networking.
Do you think
Google needs to be another Facebook ?
Share your thoughts...
Google
Trendz ...
Published 1 year, 8 months 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, 6 months ago
http://digitalpbk.blogspot.com/2009/08/google-wave-review-preview-dev.html
Google Wave Review & Dev Preview
Google Wave?
Google wave is a new product from
Google, it is like but much more than a collaborative chat with bots helping you and adding interactive data within conversations. It is a developer preview that I got so its kind of slow. The chats are realtime, which means you will have to think really hard before you type it :D . You can add maps, videos, images, or even other websites or anything within a conversation to make it live. Each ...
Published 2 years, 6 months ago
http://digitalpbk.blogspot.com/2007/04/using-php-for-more-than-html.html
Using PHP for more than HTML
IntroIt is mostly thought that PHP can be
used only for making dynamic web pages. No. PHP can also be
used to make dynamic images (jpg,gif,bmp,png..),
javascript codes (js), Style sheets (css), XML files and in the advanced cases pdf's, docs etc.So How do we know the php is a different file ?By default the php file is rendered as a HTML file. The server does not need any recognition for the format of the php file, i.e, server doesn't care
what the format is ...
Published 4 years, 9 months ago
Related help topics for what is used to compress google javascript
More keywords like what is used to compress google javascript
More pages for what is used to compress google javascript