December 28, 2008 – 10:25 pm
The one thing I have never really liked about Ubuntu, is that it is sluggish on my computer. I have a little 1.7 gig Intel P4 and 512 megs of ram. Today I put poor performance behind me and it was as simple as one command.
November 6, 2008 – 8:42 pm
A recent LA Times article confirmed my suspicions about religious intolerance on social media sites like Digg and Reddit.
October 29, 2008 – 11:03 am
Check out my latest series on DevLounge, How to Make a Magazine-Style Homepage with Drupal, Pt 1. Part 2 is now up will be up soon. In the mean time, check out my other post called Web 2.0, Future Creep, and the Irony of Frameworks.
October 27, 2008 – 2:00 am
I spent last night and today hacking away on the Blueprint CSS Architect tool. I realized that it was difficult to use and it required a lot of setup that I perceived as a deterrent to its success.
The latest iteration of Blueprint CSS Architect has a couple of new features that I would like [...]
October 23, 2008 – 1:22 am
If you have recently tried to install the Sticky Menu plugin you will have noticed that it does not create a table in the database as it should. Here is the fix, for anyone who is interested. Just open the stickymenu.php file and replace the entire stickymenu_install() function with the one below.
September 5, 2008 – 10:00 am
This is old-hat now but it’s still useful.
The actual specificity of a group of nested selectors takes some calculating. Basically, you give every id selector (”#whatever”) a value of 100, every class selector (”.whatever”) a value of 10 and every HTML selector (”whatever”) a value of 1. Then you add them all up and hey [...]
September 4, 2008 – 8:06 am
I just finished testing all the browsers I have in Dromaeo, Mozilla’s Javascript performance test suite. Here’s what I came up with: FF 2 (loaded with plugins): 10815ms; FF 3.0.1 (no plugins): 1789ms; Chrome:444ms;Safari 3.1.2:1961ms; Opera 9.5: 1765ms; IE 8, 7, and 6: Crashed. FF 3.0.1 Linux: 2044ms. I’ve excluded FF 2 from the chart [...]
August 11, 2008 – 2:37 pm
#cformsform{
margin-top: .8em;
}
.cform, #usermessagea{
font-family: arial,sans-serif;
font-size: 12px;
}
.cform label{
display: block;
}
.cform .cf_hidden{
display: none;
}
.cform .reqtxt,.cform .emailreqtxt{
color: #b30018;
padding-left: 5px;
}
.linklove{
display: none;
}
.cf-box-group label{
display: inline;
font-weight: normal;
}
.cf-ol li{
padding-top: .4em;
}
.cf-ol li.cf-box-group{
padding-bottom: .25em;
padding-top: 0px;
}
.cf-box-title{
font-weight: bold;
padding-top: .4em;
}
.failure, .notice, .success{
border: 2px solid #ddd;
margin-bottom: 1em;
margin-top: .8em;
padding: .8em;
}
.failure{
background: #FBE3E4;
border-color: #FBC2C4;
color: #8a1f11;
}
.notice{
background: #FFF6BF;
border-color: #FFD324;
color: #514721;
}
.success{
background: #E6EFC2;
border-color: #C6D880;
color: #264409;
}
.failure a{
color: #8a1f11;
}
.notice a{
color: #514721;
}
.success a{
color: #264409;
}
Here’s a question I’ve had for a while. How do you make money off of your blog if you are unwilling to use advertising? Can it ever be profitable?
It is with great satisfaction that I present to you dBlogIt.com, the new home of dBlogIt! Yay! In addition to a place of it’s own I’ve moved the whole thing over to Movable Type (a professional publishing platform) in order to speed up page load time for you, my faithful readers.
But that’s not all! [...]