CSS Tuesdays: Minify
Looking to really increase the load time of your site and minimizing the HTTP requests? Check out Minify. This handy app will easily and quickly compress your CSS (and Javascipt) files.
Love it or hate it – it is here to stay.
Looking to really increase the load time of your site and minimizing the HTTP requests? Check out Minify. This handy app will easily and quickly compress your CSS (and Javascipt) files.
The need to show all posts in a particular category or that category’s sub categories is very high. There are not too many projects out there that do not require a customized search, a menu, or a listing of some sort where the user wants to include all posts (or exclude) that belong to a […]
How many times have you worked with either someone else’s code or some crazy dynamically generated code that uses inline styles for everything which you need to change or override but cannot for some reason or another? I have seen this a lot with custom applications written by programmers who think they are doing designers […]
After four years of blogging – I think I finally am getting close to having a solid idea of what to write that would be both regular and interesting. I am going to make each day of the week specific to something that I find interesting. This will not only hopefully be more interesting for […]
Every Easter my family went to Myrtle Beach for a week to two weeks and we stayed in my mother’s cousin’s beach house. Alone, that was exciting, but what was mesmerizing was this thing called “cable”. Sure – cable was around when I was younger, but my parents thought channels 2-13 were enough for us. […]
I should have known the second I had to spell out “help” to the tech support representative that this was going to be a rough call, but I tried to stay calm. It blows my mind that some companies put such incompetent people in a position to “help” (which they cannot even spell) people with […]
If you ever wanted to do something cool (slideshow, lightbox, accordion, pagination, table sorting, drop down menus etc) – please do yourself a favor and look at jQuery and all the great jQuery plugins that are available. About a year or two ago I really liked some of the different javascript libraries (YUI, prototype, etc) […]
Ever wonder how to get rid of the nasty outline that Firefox puts around some images/buttons? Add this little bit of code to your CSS that controls the button or image and you will no longer see these ugly outlines:
Between normal day to day work, maintaining a house, spending time with the family and pets, exercise, relaxing, and enjoying life…there is not too much time for fun side projects these days. I have been trying to complete a few really cool things over the last few months without much luck…but I think March will […]
I recently ran into a situation where there were two versions of PHP on a server and I needed to make sure PHP 5 was being used. To pick the version – all you need to do is add the following into your .htaccess file (assuming you do not have access to your httpd config): […]
If you are a web or application developer, there will come a time (hopefully) that you will need to use subversion for your projects. While I use the command line for this – there are some GUI applications that make it easy for people to manage their files using subversion. For this documentation, I have […]
I have been a die hard Apple fan since I can remember. I have a closet full of old Apple products (desktops, laptops, a Cube, eMates, Newtons, displays, iPods, etc) that I have either had in the past or have since bought for my collection. I ran across a blog post filled with pictures (and […]