Tag: optimization Archives Not Just A Random Blog

06/30/2011

Image & URI Convertor Tool

by Cyle — Categories: tools — Tags: , , , Leave a comment

Use this simple tool to convert an image into base 64 data URIs for embedding images. If you want to convert a base 64 data URI to an image click here or scroll down.



Max file size: 500 Kb
File Types: *.gif, *.jpg, *.jpeg, *.png

Note: It is best if the image is optimized to the smallest file size possible before converting it to a base 64 data URI!! Here is a great online image optimization tool.

 

What Are Data URIs?

Data URIs are used to embed images into other files so that the image is like “immediate” data. This is known as inline images, and can be embedded many places like in your CSS, <img src... tag, email messages, and more. Read More » »

06/29/2011

Optimizing Images

by Cyle — Categories: tools — Tags: , , Leave a comment

This tool optimizes your images to reduce file size. Upload your image below to see your results.



Max file size: 500 Kb
File Types: *.gif, *.jpg, *.jpeg, *.png

 

What is image optimization?

Image optimization is when you use the smallest file size image, while still having the image visually acceptable, in the proper format, and serving the same purpose as before. Read More » »

06/22/2011

Speed Up Your PHP Webpages

by Cyle — Categories: php — Tags: , , , Leave a comment

PHP is great to use for dynamic websites, but the more you use, the more resources are required to execute the PHP script. Here is a list of tips to optimize your PHP and make it require less resources, and in turn execute your web pages faster. To see how long it takes to execute a PHP script see my post on Measuring Execution Time With PHP. Believe it or not, but all of the tips below will decrease the amount of resources required and speed up your PHP scripts. Read More » »

© 2013 Not Just A Random Blog All rights reserved - Theme by ([][]) TwoBeers