Featured Posts

Getting into Java... I'm starting to make my first Java applications with the aim of being able to program cell phone API and other handheld technologies. I see this as a huge market in years to come and can wait to get my...

Read more

Teaching Intro to Flash at Tunxis Again Looks like I'll be teaching at Tunxis again this semester. Can't wait to get started again as I have a lot of fun the last time we did this. The class is going to be restructured slightly to showcase the...

Read more

The difference between classic and motion tweens in... Here it is: If you're used to doing things "the cs3 way" then you can continue to do so with the classic tween tool. It works the same way as you remember, using key frames as normal, but you cannot...

Read more

PHP: If (equal to AND not equal) - eliminate form spam... Just learned a great function of PHP thats already made my forms a lot better. A while back I wrote an article about eliminating form spam without captchas by using css to hide a text input box for bots...

Read more

Drop Downs, Fly Outs, and Accordion Site Navigation: This last week I was in a meeting discussing a client site. It was a typical business meeting that was going into overtime on a Friday afternoon, and then things turned for the worst... someone suggested...

Read more

twitter

Breaking News

  •  

Good News at HattersWorkshop

Category : Around The Office

Over here at HattersWorkshop we’ve been in between coders for a few months now and I’ve had to turn down a few jobs because I couldn’t just fake knowing php. However, that storm has passed and I’m pleased to announce a new member of the HattersWorkshop Development Team, Mohammed.

 

He hails from Israel, and I must say that the time difference I thought would be an issue. I am happy to report that nothing could be further from the truth. As luck has it Mohammed is sitting down for the evening to work right about the time I’m getting out of bed so we end up working side by side over IM.

I have a few contracts coming in that I’ll need his assistance on and I am eager to get started.

 

And still more good news: My Main PC just got back from California getting warranty service. All they did was change processor fan and reinstall the OS, but it works now and it didn’t before, so this is progress. Its also a hell of a lot quieter, a minor unforeseen bonus.

It’s nice having the old power house back, but while it was out Ive been starting wide-eyed at a PC with dual PCI-e video cards. MMmmm nothing like a little SLI, or better yet, 4 of em.

 

When I get it done Ill post pics as that computer is going to look like the beast from Sword Fish.

Until then, good luck to everyone reading this. It’s only money and we have a long way to go until the next weekend.

Listed on Technorati!

Category : General Web Info, SEO / SEM, Technology

<a href=”http://technorati.com/claim/w66nj9f7b” rel=”me”>Technorati Profile</a>

First Class Went Well – Dont know who learned more.

Category : Around The Office, Technology

Last week I was a personal web tutor for a very prestigious designer. I provided instruction on basic web design and how to use Adobe Dreamweaver CS3. Finished the course with instruction on using dreamweaver CM templates system, and the whole time we had a healthy dialogs about design and web best practices and so on.

I wasn’t able to complete the site in the alloted time, but this was because I labored a bit much on the basics and should have spent more time doing more advanced instruction. The real culprit though was that I didn’t know how to use div tags correctly for formatting purposes. (NOTE AS OF 2009 – This is pretty funny looking back on – its all I do now. I wish I would have taught myself earlier!)

Anyway, having taught myself this in the last 48 hours I feel I have a much better understanding on how div tags float and relate to each other on the z-index. Good times. When I get around to redesigning my site Ill be using div tags to hold my content and Ill place it in the beginning of the body so it’s indexed better by spiders.

Will I still use tables for layout? yes. I have used tables for years and thats how I think. So long as tables arn’t nested 3 layers deep and the relevant content you want indexed is at the top of the page code in a positioned div tag you’re fine.

The best way to learn something is to teach it because nothing will show you your weaknesses like a question you can’t answer.