Archive for September, 20072007
I have been working on an email template to use for a future design tool. Emails, if you don’t know, are not as easy to design as web pages. They are viewed in a wider variety of clients. Some of these clients are downright evil. I feel like I have come up with a scalable and strong email template that has really good flexibility. It took me all day to design, test and tweak. I kept a loose journal of my adventures. Here are some of the highlights:
Some reference material:
Tested so far in:
I need to check mobile devices and lotus notes, AOL and some others. I hope it’s helpful to some of you. SEE UPDATED POST2007
I finally lost my patience with LunarPages. The downtime was just getting out of control. I put down $95 and got a Bluehost subscription (12 months). Lunarpages made me wait 10-30 minutes for their technical support and then refused to do anything about it. The intermittent failures were just unbearable. I am going to switch everything else to Bluehost asap. My review of Bluehost so far:
I will update this review after a month and see if the outages stop. I put a review in on a site about Lunarpages, and the admin of the site gave me some useful information. His opinion was that the grass was not greener. We shall see. Interesting thing, the site didn’t put up my review. 2007
http://mike.teczno.com/img/right-triangles/RightTriangles.swf Grab the fingers with your mouse and walk the image across the page. No real world usefulness, but it’s sure fun. 2007
WordPress 2.3 is out. I downloaded it and upgraded. Bam! I was going to wait for the fantastico upgrade, but decided to just push the envelope. The upgrade process is so smooth and pain free. I really have to hand it to those guys, this is a great product. I admit I haven’t used all of the alternatives out there. However, WordPress leaves me wanting nothing. It’s one of the few products that I don’t actively wish it were better. Best of the new features: A button to have more choices in the editor. It was a pain to change the font. Hmmm. Where is the font size button? Man, come on. Why do they insist on limiting those buttons. I need to add them in or something. I know there is a JS hack for it somewhere around here. TheH3 button makes the whole paragraph bigger. Ok, so many it has 1 or 2 little tweaks. But still, great product! Thanks! Hmm, I still notice in FF that it gets JS errors once in a while. Not sure what that is about. Oh well. 2007
Ethan’s teacher, Mr. Fidner has this posted on the classroom wall. He also has pictures of inspirational people like John Lennon and Ghandi. I like Mr. Fidner. I consider myself a crazy one.
2007
Another great find! Check out this plugin for Wordpress to manage categories with Ajax. I have a few hundred uncategorized posts from before I knew to manage them. I have always been hesitant to deal with them. Now, with this plugin, it’s finally fast enough to deal with! Hooray! I am having a good technology night. 2007
Just what I wanted for the holidays! As previously blogged, I had been having trouble with the latest versions of WordPress because they switched from Latin to UTF-8 character set. I found a fix, which basically said, “Leave it as Latin”. But finally, I found a 1-step UTF-8 Converter Plugin. GENIUS!! It didn’t just work well. It worked perfectly. So perfectly, that I would suggest WordPress to include it as part of the base package. This is absolutely a thing of beauty. Thank you! Nice blog design by the way. In 2 days, Wordpress 2.3 will out. I am so giddy with this success, that I think I will upgrade right away. I was thinking of updating the style on my blog, but I just feel it’s too much effort right now. I have to focus. Don’t add things to the list! 2007
I recently received a comment that said my sprites were breaking in Opera and Safari 2. I don’t have a mac, so I can’t test Safari 2, only 3. Safari 3 works fine. I checked my Google Analytics to see how many people used Opera and it turns out to be around 3%. So I fired up my Microsoft Virtual PC and installed Opera, right next to IE6 and Safari. All the browsers, I really don’t want to support. Booooooo! Ok, so the problem wasn’t my technique, nor jQuery. To make my life easier for the demos, I used an array to set all of the sames of all of the icons. I used a function called indexOf to get the position in the array and match it to the class. This is all a fancy way of making the class of the link define what kind of image shows up. Turns out Opera doesn’t support using indexOf in this way. I found a fancy solution to extend indexOf on Opera. But this is ugly ugly ugly. Why does Opera have to be different? Why does Opera have to exist? Who uses Opera as their main browser? Seriously, are there people who say, “Firefox? yuck; IE7? boo; Safari? no way!” It makes no sense to me. Then again, I am a developer who has to deal with the mess underneath. I suppose if we all drove one kind of car, then maintenance would be easier. I suggested to the jQuery list to put that extension (copied below) into the core. Why not fix Opera and avoid these issues in the future?
To make this code box, I used Dean Lee’s Source Code Highlighter Plugin for WordPress. Uses this GeSHi thing too. 2007
I recently have been working on a new API Browser for jQuery. It’s been a pet project in the back of my mind for some time. I thought I could create a better mousetrap, if only I could get over the programming hump. So finally, last week, I took a few tentative steps forward. First, I got a good section of it working with pure jQuery. The problem with this approach was that it was very slow. Loading in a giant XML file into the browser and then parsing it took alot of time. So I decided to figure out some PHP do do the heavy lifting. It took me a little while to figure out what was the deal with the -> symbols everywhere. What was a variable? What was an object? Surprisingly, it went much quicker than I thought it would. I got the basics going in a day, and then refined it this morning at 5am. Getting a variable out of the URL was super-duper simple. I literally didn’t have to do anything. Here is the source of the main page and here is the super XmlReader.php that I created. It’s designed specifically for the jQuery API. It’s not very long and pretty readable. I have the part working where it builds the autocomplete array. I have the part where it builds the list on the left hand side. The next thing I need to do is build the links on the list which calls the same XmlReader and returns a html snippet for the example. I was thinking of putting that html in a modal window or a tab. I have not gotten stuck so far. (fingers crossed) 2007
I was listening to NPR this morning to an interview with Robert Reich. Apparently, Rob Reich uses blogspot for his blog. He was very interesting on the interview. He was talking about how the world has changed in the last 30 years. I didn’t get to the end of the interview, so I think I will need to read his new book, SuperCapitalism. I liked him on the interview. He seems like he might have some wisdom inside that head of his. My plan was to finish Einstein and then start Che. Right now, Einstein is boring me, and Che looks exciting. However, I think a little current events might be good. On a totally unrelated note, I have been playing around with PHP. I really wish I had majored in Computer Science. The lack of understanding the proper way to program just kills me. So many technical things I want to achieve and just can not get to the finish line. |