Web Development

Category for articles related to web development

My 10 Favorite Sublime Text Tools and Shortcuts for Beginners

Back almost 16 years ago when I first got into developing text editors pretty much had Microsoft Works and Notepad. Then of course if I wasn't writing a paper for school or anything then Works was a bit of overkill... so notepad it was. I was a notepad user for many years and still use it from time to time for when I need to clean something up (remove formatting ...

Exciting and Frustrating Times Ahead for Web Developers

Any web developer that has been working in the field for awhile can tell you the frustrations of having to support multiple browsers and testing apps against them. Only until recently we had to just think about Webkit/Gecko browsers and then the rogue IE6/7. It seems like those might be the good old days given the recent news of more fragmentation in browser engines. Just as we think browser makers ...

Help Wanted: Developers Who Are Also Janitors

Once, long ago, I use to be a janitor cleaning up after executives in office buildings as I put myself through school. At the time I would be sweeping the floors as I saw some of those workers crunching through their spreadsheets late at night getting ready for their presentations the next day. One guy I saw did a lot of print shop type of stuff, graphic work, troubleshooting etc ...

Creating a Custom YouTube “Sparkbar”

I received a question about this a little while ago and I finally got around to making a blog post about it. The person was asking about making a custom YouTube percentage bar like the one you see on videos right above the thumbs up and thumbs down icons. Intrigued I looked at the code and boiled it down to something that perhaps you all could use for a project... ...

Context Menus With jQuery

I was tinkering around with some jQuery and created a little bit of code that I thought I would throw out into the Internet ether. I am sure it not the most efficiently optimized, but it does demonstrate some things can do with a little jQuery and the contextmenu event. I see this example as something you could easily build off of and with a little styling and a little ...

A Review of Two Python Books

In today's blog post I am going to review two books on Python. I decided to do two because both of these books are essentially reference books from the Developer's Library series by Addison Wesley publishing. The first book I will be reviewing is titled "Python Essential Reference, Fourth Edition" by David M. Beazley. It is a bit of an oldie (2009) but I think is a great reference book ...