Saturday, 31 August 2013
PHP Tip: Encode & Decode Data URLsConverting small images to data-URLs is a great way to eliminate HTTP requests and decrease loading time for your pages. Using PHP‘s base64_encode() and base64_decode() functions, we have the power to convert images to data-URLs and vice-versa.Decoding Data URL ImagesSo we start with a small image named, say, “feed-icon.gif”:We then convert to data-URL format by encoding with base64_encode()1:<?php...
Display Latest Tweet with Show/Hide CookiesUpdate (2013/08/03): This simple technique no longer works thanks to the 2013 Twitter API, which makes it much more complicated to grab your latest tweet. For WordPress, check out the Latest Tweets Widget.</update>My previous theme displays my latest tweet at the top of every page. It turned out to be an excellent technique for getting more followers – visitors see the tweet, click...
HTTP Headers for ZIP File DownloadsYou know when you you’re working on a project and get stuck on something, so you scour the Web for solutions only to find that everyone else seems to be experiencing the exact same thing. Then, after many hours trying everything possible, you finally stumble onto something that seems to work. This time, the project was setting up a secure downloads area for Digging into WordPress. And when I finally discovered a solution, I told myself that it was definitely something I had to...
Friday, 30 August 2013
PUBLISHED AUGUST 28, 2013 BY CHRIS COYIERHere is the basic markup for the progress element:<progress></progress>As per the standard defined by W3C, the progress element represents the completion progress of a task. A progress element must have both a start tag (i.e. <progress>) and an end tag (i.e. </progress>), even though it looks like a replaced element (like an input). This is good though,...
Subscribe to:
Posts (Atom)
Blogger templates
Popular Posts
-
500 topics for projects. IT engineering Final year projects and mini projects,Computer Science & Engineering final year project idea Hi ...
-
If you want to block tough proxies like hidemyass.com, my previously posted .htaccess methods won’t work. Those methods will block quite...
-
There are many ways to encode and decode PHP code. From the perspective of site security, there are three PHP functions — str_rot13() , b...
-
Create your own API with Restler By Richard Askew on July 17, 2013 | 1 comment ...
-
60+ Awesome New WordPress Themes Blog Post In: http://www.webdesignerdepot.com It seems like every time you go looking for a new WordPress ...
-
Ajax-Powered Error Logs Update: Check out the new and improved Ajax Error Log Version 2.0! As an obsessive website administrator, I like to...
-
PHP Tip: Encode & Decode Data URLs Converting small images to data-URLs is a great way to eliminate HTTP requests and decrease loading...
-
4 Ways To Make Your Blog Pay Real Money May 13, 2012 By James Bruce http://www.makeuseof.com/ Writing a popula...
-
Computer Engineering: HTTP Headers for ZIP File Downloads : HTTP Headers for ZIP File Downloads You know when you you’re working on a proj...
-
By Noura Yehia JavaScript libraries have made huge leaps and bounds in helping developers write code and develop products more quickly. jQu...
Recent Posts
Unordered List
Blog Archive
-
▼
2013
(47)
-
▼
August
(29)
- PHP Tip: Encode & Decode Data URLs
- Display Latest Tweet with Show/Hide Cookies
- HTTP Headers for ZIP File Downloads
- The HTML5 progress Element
- Create your own API with Restler
- REMux: An Experimental Approach to Responsive Web ...
- Professional developers share tips and tricks from...
- PHP Web Development Tips and Tricks
- How To Make Money From Blogs
- Download Mobile Computing Material
- SQL Keywords or Functions
- HTML Tags
- Free Download: Flattastic UI kit
- 60+ Awesome New WordPress Themes
- 40 useful APIs for web designers and developers
- Download Free Javascript & JQuery E-Books
- Create a shopping cart using php & detail about ho...
- Google Update New Adsense like Stay on top of AdSe...
- Compiler Design Assignment Solution
- Facebook Chat Letters
- Static update/notice message with hover effect for...
- Add a Paypal donate button
- How to select all friends at once to invite friend...
- Final Year Project List In Java
- PHP Session
- PHP & MYSQL Shopping Cart
- NEURAL NETWORKS by Christos Stergiou and Di...
- Scroll To The Top or Jump To Top
- Most Use Full SQL Functions
-
▼
August
(29)