Two New Websites Up!
Thursday October 16th 2008, at 8:52 am

The first I forgot to mention when it went up. Cook’s Champagne.

The second is a great wine, Paso Creek.

Drink and be merry :)



Web Developer’s Checklist
Thursday October 9th 2008, at 3:56 pm

First I thought about writing one of my own, then I thought, “I’m sure someone else has already done this, and done it well.” And indeed they have. Check out this web developer’s checklist. Serves as a helpful reminder to novices and experts alike.



DTV Coupons: Uncle Sam’s Scam?
Wednesday September 17th 2008, at 11:13 am

No Digital TVDigital TV: The newest greatest thing since swiss cheese. Millions of Americans have been perfectly content with their rabbit eared television sets, including myself. I don’t have cable, don’t want cable, and don’t care about cable. As far as I’m concerned, the cable companies can stick it with their outrageous prices. Having rabbit ears is my silent “screw you” to the system, refusing to pay their prices but still getting basic channels for free over the air. And I’m sure I’m not the only person with this attitude.

And now comes along DTV, requiring that by law all analog transmissions must end, rendering our rabbit ears and millions of television sets about as useful as a DVD rewinder. But wait, the government is going to issue you not one, but TWO coupons giving you $40 off a converter box allowing you continued use of your analog television set. Check out their coupon site.

no coupons for you (even though you asked)

But untold numbers aren’t receiving their coupons, myself included. Check out the comments on this Consumer Reports blog. Oh and if you don’t receive it, they can’t send you another one… by law. That’s right, based on whatever cockamamie bill this DTV fiasco was devised under, if you don’t get your coupon, then too bad, you’re out of luck, the law says they can’t send you another one.

the numbers

When you add it all up, the amount of money being spent on coupons and converters is pretty fantastical. Every household in America, regardless of income, is eligible for two $40 coupons, a total of $80. Let’s use a nice even number and say there’s 100 million households in this country (there’s more, based on the census). 100 million X $80 is EIGHT BILLION DOALLRS. Eight… Billion… Dollars. That’s 8 billion dollars theoretically spent solely on digital TV converters. Well hell, manufacturers of DTV converters certainly are profiting. Not only that, but usually the $40 coupon doesn’t cover the entire cost of a converter; it’s usually $10-$20 more than the coupon (and you can’t combine coupons). This is $8b of required spending by the American public for the DTV conversion. The numbers are staggering.

So a law has been enacted effectively ending a free form of mass media. If you want to continue to receive this free media, you have to go spend money. But wait, the government will issue you two coupons helping you buy a converter. If you don’t receive those coupons, they won’t issue them again.

This is utterly mind-boggling. What next? Kill radio airwaves? Require a converter to use the internet? Declare your telephone obsolete? To be honest, this whole DTV thing is a scary reminder of who really controls our mediums for information, and how much power we actually have over it. You don’t have a right to free analog television anymore, the government just said so. And if you’d like to continue using your current TV without cable, then go spend money. Thanks a lot, Uncle Sam.

Posted in Rants | 1 Comment »


Web Development is Software Development
Wednesday July 30th 2008, at 4:17 pm

When I sat down to write this blog, I only intended for it to be rather short. But then it grew, and grew… and grew. I’ve actually started and stopped writing this blog several times. And as an aside, I took this opportunity to comment on my education at RIT, and how it has prepared me for my current job.

Since I’ve been graduated and at Partners and Napier, I’ve realized several things about the field that I’m in. The most prominent is that a web developer wears many hats: software developer, systems analyst, technology expert, and ensurer of usability, to name a few.

how well did RIT prepare me?

Overall, my Information Technology education at RIT has taught me well in all of these areas. But, I do feel that the “web developer” concentration lacks in a few fundamental ways. The first, is that it is merely a “concentration.” I don’t think that quite does it justice, as concentrations within the IT major only account for 2-3 specific courses. To me, the web development concentration (and most of the others) should be separate lines of education within GCCIS; much how ANSI is. There is just too much extra material to cover in a few courses to become a student specialized in these areas. But, I realize this is much easier said, than done.

My second comment about the web development concentration, is that it does not teach the fundamental code management practices that will be necessary for maintaining large and complex websites. Nor does it place emphasis on what the title of this blog is: the fact that web development is very much akin to software development.

and on with the show

Make no mistake: When you’re talking about web development, you’re talking about software development, and then some. There are several major points I am going to make in this blog:

  1. We know more than HTML, and HTML is not programming.
  2. A web developer should be as competent a programmer as a computer science major or software engineer.
  3. We should have extensive knowledge of web technologies, and the impacts of application development on the web.
  4. Web developers must be highly versed in systems analysis and design.

Wow. So I just made a crapload of assertions. Let’s look at them each.

1. We write more than HTML

Let’s dispel that notion right now. In fact, a web developer is far more than a kid who can simply write HTML. A web developer, in the proper sense, can oversee the creation of a site from initial art concepts, to technical implementation, to QA testing and client acceptance, to final production launch. We can make GUI decisions, design the database, and architect the code. Knowing the markup language HTML is only a fraction of a web developer’s skills, and most will know more than one programming language.

2. A web developer should be as competent a programmer as a computer science major or software engineer

Why? Since I just dispelled the notion that we’re only capable of HTML, let’s also dispel the notion that a web developer is either a lousy programmer, or simply can’t program at all.

true web developers must be able to program in an object-oriented paradigm

Web applications require just as much thought, planning, and architecture as any other aspect of software development. Because of this, writing quality and robust code is essential. What good is your code if other developers can’t understand it, or extend it? Not only that, but writing applications that interact with a database is a regular process for a web developer. The PHP engine, for example, is extremely robust and very fast at run-time. Yet, this is not an excuse for sloppy or inefficient code.

version control is a must

Web developers must properly use version control, and this is another aspect of software development. Take the following scenario:

You have just launched a site. Let’s call it Sally’s Cookware. You’ve done all your QA and bug testing, the client approved it, and so you launched to the live server. Scheduled in a month, is the launch of a 2nd version of this site, including many more features.

Two weeks later, you’re happily well into development of the 2nd iteration of Sally’s Cookware. Suddenly, your project manager blasts into your office; Sally’s Cookware has a serious bug. There’s an error in the tax calculation under certain circumstances, and thousands of customers are being under-charged on taxes. This needs to be fixed NOW.

But, oh wait, you’re not using version control. In fact, you haven’t got a clue what it means. In this situation, you’re screwed (rather hard). Your current code is two weeks into development; it’s still buggy, untested, and unfinished. How are you supposed to stop what you’re doing, revert to the original code as it was at launch, fix the bug, and then continue development on the 2nd iteration? Well you could, if you had version control.

At RIT, this is something that’s taught in Software Engineering, but not in web development. Why? While you’d think that IT’s Web Site Design and Implementation course would teach these important aspects, it does not. RIT’s Information Technology department, and the web development concentration, lack these vital teachings.

The solution to my above scenario is to use a version control system like Subversion for web development. When using a tool like this, we can save and put aside our current two weeks worth of work, revert to the original launch state, fix the bug, deploy it to the live site, and then continue working on the 2nd installment of the site. Being able to do this, however, requires the same code management practices that software developers learn.

Delving further into the specifics of using version control with web development is beyond the scope I intended for this blog. But here’s an awesome article about it, conveniently titled: Using SVN for Web Development. If you’re still interested, there’s a great book titled Pragmatic Version Control using Subversion. It isn’t a typical dry or boring read (the Pragmatic line of books are good like that), and I actually read through the whole thing in about 4 hours.

3. Extensive knowledge of web technologies, and the impacts of application development on the web

As web developers, we are often uniquely responsible for not only server-side programming, but also for client-side programming. This means ensuring that our interfaces and layouts work for everyone. Regardless of browser, operating system, screen resolution, or the weather outside. We have to test it in many configurations, and ensure that it works just as well for Joan and her Mac as it does for Bob and his PC. This is not unlike the fact that software developers must ensure that their applications run on computers with an infinite number of system and hardware configurations (unless you’re Apple). What happens if the user doesn’t have Flash installed, or JavaScript enabled? Is our application prepared to gracefully handle those situations?

always something new

On top of being aware of all the current caveats of client-side front-end development, there is always something new out there. Some new technological acronym like AJAX or CRACKER-JAX is always on the horizon. And it’s our job to stay abreast of these new fads. Sometimes fads become trends, and trends end up becoming a new de-facto standard. We must decide which to follow, and which to not. Wrong decisions can cost money.

4. Web developers must be highly versed in systems analysis and design

Starting with requirements gathering, to concept, to architecture, to database design, to coding, to usability testing, we need to be capable of it all.

Why can a developer make GUI decisions, and why would we participate in the design process of a website? Because the artists may design something that is too technically difficult to implement in the time or budget allotted. Often by making simple adjustments, time and money can be saved during the programming phase of the site. It’s not my job to drive the creative direction for the site, no more than it is for the artists to program the site. Yet, a developer’s input is critical during the design stages. We must ensure the design is technically feasible, and we do this by working in synergy with the art team.

The notion that a web developer is involved from start to finish helps keep projects on time, and on budget.

in conclusion…

Web development is a unique beast. It requires expertise from a lot of different areas, and it is always changing. It’s for those two reasons that I enjoy it so much.



Action Chess
Thursday June 5th 2008, at 10:55 am

This is probably one of the coolest things I’ve ever seen:

http://lab.mathieu-badimon.com

Although its practicality is questionable. Nevertheless, it rocks.





    MYEMPLOYER



    THEMISSION
    Lead Web Developer



    EXPRESSEDWITH
    PHP · Joomla · MySQL



    work n.
    exertion; labor; toil.


    play n.
    activity for amusement or recreation.




    copyright © vince cardillo 2008