I didn't know ripping Wall-E would be so hard. http://bit.ly/18hgV 7 hrs ago
No not the 1.1.1 firmware update that must have just been released after I left the house this morning, I’m talking about Mobile Admin for the iPhone.
Jared and I will be releasing a major update to the UI, some key updates:
While working on the CSS…
[Updated 10/5]
Version 2.0 was just released.
Version 2.0 - multiple mobile browsers supported
After a week and a half of hard work Jared and I committed Version 1.0.2 to Wordpress Extend. we lapsed and forgot to test the plugin on the 2.2 branch and now we’ll need to pull it back for a later release when we get everything straightened out for the majority of users.
Mobile Admin started it’s development shortly after Matt requested on the [wp-hackers] mailing for the community to create an…
For some reason I want to create a new webpage using blueprint right now. “Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing.” [Link] (1)
I just updated a few of my wordpress plugins. The first is ‘Add RSS’, which adds more RSS feeds for browser detection by default. A really cool option is adding per-post comment RSS feeds. The second is ‘AJAX CSS Switcher’ and it uses UDASS which is a “The Unobtrusive Degradable Ajax Style Sheet Switcher”. Hat tip to @photomatt for getting me the SVN setup on these new plugins. [Link] (1)
I’ve uploaded Add RSS to Wordpress Extend and updated it to version 1.5.
Description: Add RSS Feeds to your template header for Firefox and other browsers to detect automatically. Plugin facilitates adding your comments feed, per-post comment feed and allows for custom RSS feeds to be added. Feeds are not excluded to local RSS feeds of your site. Forexample you can add your Twitter or Pownce feed just as easily as adding a comments feed.
It’s a very basic plugin but…
If you haven’t noticed my site has dramatically transformed overnight to a “light” theme. The core of it is based off of IAMWW D2, which I had to heavily restructure and stylize to get what I wanted. Heavy props to the author because I was about to write my own sandbox theme with about the same layout and look. And even though I want to do a lot more here it is…
I want to post a more in depth about why I…
Well the wait is over for me. I talked myself into buying an iPod last night after toying around with it for just a few minutes and my experience with it for 20 minutes today at the mall solidified my decision.
 Yes, the iPhone does do what many other phones do already. That’s clear but it’s the how that counts. The simplicity may be a drawback for some (or at least one I know) but like the BlackBerry OS it’s almost…
It took just about 40 seconds for the full page to load on ATTs edge which is pretty fast compared to my Curve which takes just about as long without rendering proper html.Even the ajax style switcher worked which wasn’t surprising since it is safari but it was nice to see the css change without a relod on a phones browser.Next up, finding one and fixing the my CSS switcher.
Is anyone using my ajax style switcher on this site? Is it just not noticeable enough?
One of the many things I’m not fond of in the newly released widgetized wordpress 2.2 is the RSS widget styling.
For those who don’t like the RSS icons, especially if you have a dark theme you can use this CSS to hide them.
.rsswidget img {
display: none;
}
I ended up using this:
.rsswidget img {
float: right;
}
And then replacing the rss icon the wordpress team included since the included image corners are white.
Actually, it looks like I’m going to have to write my own…