Archive for the 'RSoW.com' Category
Sub-Categories:  
Theme Conversion Update
1 Comment...

Well as some of you know I have been working on a joint MU and Invision Power Board based on the Chromatophore.. I thought I would give an update — It’s going well all things considered, but its taking me a little longer than I had for seen to get the color chooser logic working correctly.

You can see my progress here:

http://info.rsow.com/projects/fffredesign/

I’ve run into some interesting javascript foibles that I have had to deal with and have also taken this opportunity to start on my own javascript toolbox.

Read More

 
Javascript Obfuscation
6 Comments...

Code obfuscators will strip out the unnecessary characters like white space, tabs, newlines and comments. The modern flock of javascript obfuscators will also go through and replace every command and variable in the file with some random key that points to an array which then gets eval’d back out at run time. Generally speaking the code you see in an obfuscated javascript file looks like completely gobbledygook which is sorta the point.

My stance on it is simple; Don’t do it — If you ever catch me encoding or obfuscating my javascript, come kick me square in the jimmy.. I simply cannot abide by people who think they need be secretive with javascript.. And lets be completely honest here, that’s what it’s about. Read More

 
Server hacked
No Comments...

Yay! Everything is back and working nicely. The nice thing about having your hacked is that you end up having to put everything back — which yes is a colossal pain in the ass, but you will just about always put it back in better shape than it was in to begin with.

Read More

 
Fixing the Archive Problem
2 Comments...

The that this is based on, “Oceans Mist” had a number of problems that I wont go into.. however one of the biggies was its inability to correctly display archives.

Basically if you had any more than 10 items (or however many you have your WP set up to display in the admin area) they just wouldn’t show up. There was no way to page back through those archives. This is lame, and I’m fixing it.

Read More

 
IE7’s JSFoo sucks so badly it’s painful!
No Comments...

Since I work for IBM, I can’t officially say that IE sucks in my code comments — someone complained..

But by god I can say it here… IE7’s javascript engine is complete shit. They need to scrap it completely and start over. Firstly, It’s sloooowww.. IE7’s JS is slower than IE6.. which I find to be impressive as IE6 was slow as hell..

Read More

 
MS says De-Hack your CSS for IE7.. Really?!
7 Comments...

About a year ago now IE Blog made a “Call to Action” regarding the demise of popular CSS hacks which is now causing broken pages in IE7.  They basically said that people needed to remove all the common CSS hacks that they used in order to get some things formatted in Internet Explorer.

Read More

 
Sub-Categories:  
Archive for the 'RSoW.com' Category