Posts Tagged ‘Web Development’

Adding Scripts, CSS, And Extras – When Is It Too Much?

Thursday, September 9th, 2010
Adding Scripts, CSS, And Extras – When Is It Too Much?

Let’s stick that in there too!

Ok, I will admit that this topic just popped into my head, mainly because of what I was doing at work, and then thinking of the HTML5 Boilerplate. I’m using that as a starting point to illustrate what I am talking about, not bashing it. I think the template is awesome and I am using it in my personal projects.

Let’s say we are using it to start a new site. It has a lot of awesome things in it to compensate for a ton of stuff. It has jQuery, a ready to go script page for your js, a nicely organized style sheet, dd-belatedpng.js for png support in IE6, Google Analytics code, Modernizer 1.5 js for HTML5 tag support in browsers that don’t actually support HTML5…and a few other things I can’t remember at the moment. For argument’s sake though, let’s just pretend that is it.

(more…)

Being Open to New Dev Tools

Wednesday, September 8th, 2010
Being Open to New Dev Tools

Look at all the options!

One of the cool things about being a web developer/designer is that there is a massive amount of tools to do our job. From editors, to photo manipulation…it is quite awesome. One of the problems I think a lot of us have though, is that we get into a rut using the same software because that is what we are used to. I should know I was one of those people. But once I switched to a new one in one category, everything opened up for me.

(more…)

Looking Back At My Web Development Timeline

Wednesday, August 25th, 2010
Looking Back At My Web Development Timeline

Dreamweaver is NOT the most awesome thing in the world

Note: This post is more for me than you. I want to document what I’ve done, where I’ve been, and where I am going. Maybe in a year I’ll look back and say, “Damn, I was an idiot back then,” just like I do now.

I’m curious on how many of my readers use Dreamweaver. Do you solely use DW or do you use other editors/IDE’s? When I started out in the web development and design world, DW was considered the best. That was back at version 3 I believe. I still have a Dreamweaver 4 Magic book lying around here somewhere. This is back at the tale end of table use, too. Man did I seriously hate tables. But anyway, DW’s design view was how I worked. I trusted it to show me things were working correctly. Remember, I started out in print design, and everything I know I self taught, and the “community” was not what it is today. All I knew was that people made web sites using Dreamweaver.

(more…)

When You Have Added Effects Just Because You Can

Tuesday, August 17th, 2010
When You Have Added Effects Just Because You Can

I was inspired, sort of…

Anyone check out the design change over at css-tricks.com? Pretty damn nice, yes? I found its cleanness inspiring. So much so in fact, that I was an hour into changing my design here up quite a bit. If you wandered over here at the time, you might have noticed some of the changes. But while I was doing these changes, which involved a lot of deleting, I suddenly stopped to think things through. I then put most of what I was taking out, right back where I had them. Again, if you happened to be here while it was happening, you would have noticed that my slider was gone. Replaced by a simple header, a small lead-in on what the The Web Machine was all about, and another h2 tag that said some silly crap that I can’t remember. Why did I put it back though?

(more…)

Paprika to get organized, Microdata, and ranting

Thursday, July 15th, 2010

Get organized

Paprika logo Let’s start with Paprika. I know in my post “Creating your own web dev tool kit – Part III: Apps that help” I told you about todotweet.com. It is still a great little twitter app, but I have found that Paprika suits me better. It is just another little note taker type thing that lets me create projects with to do lists in them.

Paprika screenshot

As you can see from this little screen I have a project name of The Web Machine, an h1 tag that is the Things to do…, 3 tags (Design, Coding, and Articles), and something to do under each. Paprika is so easy to use, and along with the base amount of features that I want, I’ve made it my new to do list app. You do have to create an account, which is also stupid easy (like 4 fields to enter), after which they give you your own url. Login, and you are off.

(more…)