Monday, September 28, 2015
Tuesday, September 15, 2015
How to prevent favicon.ico making extra http request
Here how.
UPDATE 1:
From the comments (jpic) it looks like Firefox >= 25 doesn't like the above syntax anymore. I tested on Firefox 27 and it doesn't work while it still work on Webkit/Chrome.
So here is the new one that should cover all recent browsers. I tested Safari, Chrome and Firefox:
<link rel="icon" href="data:;base64,="> I left out the "shortcut" name from the "rel" attribute value since that's only for older IE and versions of IE < 8 doesn't like dataURIs either. Not tested on IE8.
UPDATE 2:
If you need your document to validate against HTLM5 use this instead:
<link rel="icon" href="data:;base64,iVBORw0KGgo="Tuesday, August 4, 2015
Monday, July 27, 2015
Thursday, July 9, 2015
Friday, April 17, 2015
Solution to error in installing native gem on windows
Solution to error in installing native gem on windows.
gem install json Fetching: json-1.8.1.gem (100%) Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing json: ERROR: Failed to build gem native extension. C:/Ruby193/bin/ruby.exe -r ./siteconf20140809-24288-wfgqsd.rb extconf.rb creating Makefile make clean Makefile:165: *** target pattern contains no `%'. Stop. make Makefile:165: *** target pattern contains no `%'. Stop. make failed, exit code 2 Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/json-1.8.1 for inspection. Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/extensions/x86-mingw32/1.9.1/json-1.8.1/gem_make.out
Wednesday, April 15, 2015
Linux Adding service to upstart
sudo apt-get install chkconfig sudo chkconfig --add Name_Of_Your_Script sudo chkconfig --level 2345 Name_Of_Your_Script on
Friday, April 3, 2015
Papago for android
Link to Papago for android.
https://drive.google.com/file/d/0B7MFJJF11UMneTJkMFBZTVRnZTg/view?usp=sharing
Instruction:
- Extract file to your local folder.
- Copy extracted files to root of your phone SDCARD.
- Browse thru the folder on the phone.
- Install the 'PAPAGO!SGMY_Navitotal.apk' (need to tick "install from unknown source" in the phone setting first)
- Enjoy.
(The map include is as 01 April 2015. )
You can update the map by downloading from MFM
.
.
.
.
.
#androidNavigationOffline
Tuesday, March 3, 2015
Subscribe to:
Posts (Atom)
Proxmox installation display out of range
Reference: https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/
-
Original Source :: http://en.irfanview-forum.de/viewtopic.php?t=490 /one - force 'Only one instance' /fs - force Full Screen displa...
-
Original Source:: http://www.zytrax.com/tech/pc/serial.html Tech Info - USB and Firewire USB and FireWire (IEEE 1394a and b) represent the...

