blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Do Know Evil

Tyler Mulligan’s tips and tricks. I have a strong interest in computers, specifically web design, programming and increasing efficiency. I’ve created this blog to share snippets of code and bundles of information with anyone who’s interested.
Do Know Evil Blog  
Related Blogs
previous blog next blog

4 Users are Following

8.4
great
based on editor's review


recent postsrss feed

Resources for Learning About jQuery Functions and a Note About Callbacks

Sep 7, 2009
Though it’s still using 1.2.6 (with current jQuery at 1.3.2), visualjquery.com has always been a favorite of mine for it’s simple and elegant layout. Some of the functions leave some documentation to be desired but after working with jQuery for a...

Reducing pageweight by compressing production css and js files

Sep 4, 2009
I’ve been a little obsessed with improving the speed of web pages via minified javascript and css files. YUI’s team not only agrees with this, they recommend gzipping your minified js and css files. For a while I’ve been calling YUI Compressor inside...

Installing Firefox 3.5.2 (Shiretoko) on Ubuntu using the default repos and customizing the icon to be more recognizable

Aug 30, 2009
When Firefox 3.5 came out, I along with many others, was eager to try it. For a while I ran it out of the archive directly but this caused minor issues as it’s a messy solution. At some point I noticed firefox-3.5 in the...

Finding the difference in time between the first and last file in a folder using bash

Aug 22, 2009
I was working on running some statistics on log files and it required me to figure out the difference to increase the accuracy. I came up with the following bash script: #!/bin/bash # get the dates start_date=$(date --utc --date "$(ls -Rt --full-time...

feh - lightweight command line image viewer and data tool

Aug 17, 2009
While I was looking for a better image viewer than the default ‘eye of gnome’ (eog from the command line), that’s able to play animated gifs, I came across a command line tool called feh sudo apt-get install feh feh is is lightweight image viewer...


Comments & Reviews:
Be the First to Review this Blog!