Validus … talkin bout <code> n sh!t

30Mar/120

whichElement

Posted by Joey

Great resource for web developers & designers using html… I always trip up on this stupid thing. In some projects I use

as much as I can and avoid but then I reverse that… but most cases you always take off from where some else coded it and try keep in line with the code style guide.

Is it worth changing?

Check out the site, contribute

Filed under: CSS, HTML5, Stuff No Comments
17Aug/110

How browsers work?

Posted by Joey

Great article, thanks Jake :P for finding it.

If you get a spare time, its worth the read

http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/… Continue reading

Filed under: CSS, HTML5, Stuff No Comments
16Nov/100

CSS Positioning 101

Posted by Joey

Great article on CSS Positioning, I’ve always failed with it concept… In most cases you break the layout and then use hacks to fix it. If you’re that kinda person, you won’t mind taking the time to read this.

http://www.alistapart.com/articles/css-positioning-101/… Continue reading

Filed under: CSS, Stuff No Comments
22May/090

Visual Basic Cheat Sheets?

Posted by Joey

I found this great little website that displays cheat sheets for different languages. Recently I’ve been working on a VB project and it’s come very handy. If your a developer like me know knows the basic concepts of programming all you need is the syntax of a different language then this is the reference guide you need: http://www.cheat-sheets.org/… Continue reading

Filed under: CF, CSS, Stuff No Comments
5May/093

Bloody PNGs not working in IE?

Posted by Joey

This has always been a common problem for developers but now days with IE7+ and other browsers following the trends of Mozilla are able to comply with transparencyissues. Here’s an old post of mine from HTMLForums in regards to this problem.

Posted by nas-t1
Hi

Ok, I made design where I had to use transparent image. I decide to go with .png file instead of .gif… Continue reading

Filed under: CSS, Stuff 3 Comments