13 Aug, 2010

What is used to compress google javascript

Articles related to what is used to compress google javascript

Django SocialAuth Fix Google Email Open id attribute exchange

http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email a stable release yet. One of the issues is the bug in open id attribute exchange of the "email" field when using Google for authentication. The fix is pretty simple, Google requires the type_uri of email to be set to http://axschema.org/contact/email. Thus we have to change the OPENID_AX settings in localsettings.py to OPENID_AX = [{"type_uri": "http://axschema.org/contact/email", "count": 1, "required": True ...
Published 1 year, 9 months ago

CSS Transparency Effects

http://digitalpbk.blogspot.com/2007/06/css-transparency-effects.html CSS Transparency Effects 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% IntroCSS (Cascading Style Sheets) can be used to add cool effects to an ordinary looking web page. One such example is adding transparency effect to images or other portions including text of your website. in IEIn IE transparency is achieved by filter: alpha(opacity=XXX) where XXX takes value from 0 to 100. It indicates the % of opacity required.For example produces a semi transparent google logo.in FirefoxIn firefox the same ...
Published 4 years, 8 months ago

Google Go HelloWorld Example Program

http://digitalpbk.com/google-go/helloworld-example-program Google Go HelloWorld Example Program Go is a new language from Google, and here is the first step to learn it: Google Go Hello World File : hello.go package main import "fmt" func main() { fmt.Printf("Hello World !!! \n") } Compiling & Running 8g hello.go 8l hello.8 ./8.out Output Hello World !!! (Obviously :D ) Google Software ...
Published 2 years, 2 months ago

Google Nexus S Wallpaper Size

http://digitalpbk.com/android/nexus-s-wallpaper-size Google Nexus S Wallpaper Size Google Nexus S Wallpaper Size Best resolution for Nexus is 960px x 800px Check out the sample wallpaper for nexus s sized to 960px by 800px. Aspect ratio of wallpapers for the Google Nexus S android phone is 6:5 unlike the popular screen 4:3 resolution or 16:9 widescreen aspect ratio. Google nexus S screen resolution is 480px by 800px. The wallpaper size is double this screen resolution to accomodate all the screens. Google Nexus S Android Software ...
Published 7 months ago

Show Desktop missing?

http://digitalpbk.blogspot.com/2007/12/show-desktop-missing.html Show Desktop missing? Show DesktopAfter opening hundreds of windows and you want to desperately do something with your desktop, you have to go on minimizing all the windows. This is where the Show Desktop is used. For those who have not seen it, it is there in the quick launch section of the Task Bar.And for the more unlucky guys who have not enabled the quick launch, a google search would be more than enough to know more. And for the lucky guys like me, who occassionally find it interesting ...
Published 4 years, 1 month ago

Examples of Mirroring Character at work:

http://digitalpbk.blogspot.com/2006/12/examples-of-mirroring-character-at-work.html Examples of Mirroring Character at work: Check out http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html if you haven't already done so.... On Google.com (Search results) On reddit.comOn digg.comOn metafilter.comOn my pageYou got an example ? Leave the url as a comment ....Caution!This trick can potentially be used for phishing! So please always look at the Address Bar for the URL of the page and verify it is the right site you want to visit! Please warn everyone you ...
Published 5 years, 1 month ago

Make WWW::Mechanize do not exit on GET Errors

http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume Make WWW::Mechanize do not exit on GET Errors When using PERL and WWW::Mechanize, your script can stop if there is some error in GETing a URL (such as 404 Not Found, 403 Permission Denied). Instead of resuming, the script terminates. If you want the script to continue resuming, you have to pass autocheck => 0 in the Mechanize class constructor as shown below my $mech = WWW::Mechanize->new(autocheck => 0); This makes sure that the mechanize library does not check for errors ...
Published 1 year, 11 months ago

Orkut YouTube Facebook etc Blocked ?? Follow this guide to Unblock

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 "Free Shell Accounts", "Free SSH Accounts", "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 2 years, 8 months ago

tracert Program (path to the source)

http://digitalpbk.blogspot.com/2008/03/tracert-program-windows-trace-path.html tracert Program (path to the source) Command Line : C:\Documents and Settings\User10>tracertUsage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_nameOptions: -d Do not resolve addresses to hostnames. -h maximum_hops Maximum number of hops to search for target. -j host-list Loose source route along host-list. -w timeout Wait timeout milliseconds for each reply.What?Trace route is a handy little program that shows the networks ...
Published 3 years, 10 months ago

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html PERL Code to change Google talk status Code : stat.plThe following code changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years 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


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Transport Ships Bringing Raw materials to Havelock Transport Ships Bringing Raw materials to Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk