08
Feb 10

Cross Browser Issues? Use a Reset

When building websites one of the toughest things to master are browser inconsistencies. CSS and HTML on paper aren’t all that difficult.  You could purchase a good book and from it get a solid understanding of both.

One thing that I struggled with when I started building sites was how certain things just didn’t look right when I looked at them in Internet Explorer vs Firefox etc.

Then one day I discovered the CSS reset. A CSS reset is basically a set of declarations that you can include in your stylesheet that simply “reset” commonly used elements. These resets usually zero out all margins and padding among other things, which greatly reduces browser inconsistencies.

I use a hybrid version of Eric Meyers reset in every site I build.

There are other resets out there as well. Check them out if you haven’t already.


10
Jan 10

Working on the blog again…

I am messing around with the look of this site again.

Hold tight if things don’t look quite right.

Cory


03
Jan 10

R-Strap

In my last post I mentioned that I picked up “one of the best peices of photographic equipment I have ever used, the GorillaPod.”

Well, I may have found a strong contender to the GorillaPod. For my Birthday I recieved a ‘R-Strap’ camera strap from blackrapid.com.

This strap is pretty slick go check it out. Below is a demo from their site.


18
Nov 09

GorillaPod

I recently picked up one of the best peices of photographic equipment I have ever used, the GorillaPod. A GorillaPod is a small bendy camera tri-pod that you can wrap around almost any object. The best part is that it is much smaller than a standard tri-pod so you can take it with you wherever you go.

Check it out: http://joby.com/


13
Oct 09

Bored?

Bored? I am.

Check out this site: http://www.mono-1.com/monoface/main.html


11
Oct 09

Happy Thanksgiving

Hope everone has a great holiday!


10
Oct 09

Squarespace as a CMS?

I recently had the opportunity to try of Squarespace, a hosted CMS solution that allows users to update their website.

Unfortunately, I didn’t have much luck and I think the product is pretty weak as a full blow cms. The main issues are that you are unable to create actual templates, you must simply style their pre-canned code with css, I found this extremely limiting.

Another issue I discovered is that you cannot add editable regions like you can in something like Joomla. It does allow you to add “html injection points”, but these bits are added to every page, you cannot specify which page they go on. This was an issue as we wanted to have an ajax slider appear only on the homepage.  The way around this is to add this bit of code to the actual page that the user can update. This is problematic as the user could accidentally mess this bit off code up. Normally I would hard code this to the template where the user woudn’t have access, but in this case Squarespace won’t let you.

On the upside, if you want to manage a small, simple site, Squarespace could work well. Unfortunately there is a monthly fee and a better solution would be something like Wordpress.


10
Oct 09

Working the bugs out

I am working on this new blog so if you notice anything crazy or that doesn’t look right, just hold tight.


19
Sep 09

New Blog

This is my new blog. You will notice that there is absolutely no style. I plan to create my own template shortly.