I’ve recently purchased an Asus Eee Pad Transformer as a means to replace my laptop. One of the biggest features I use on my laptop is Google Docs. I love it for meetings around the office, keeping track of different things at home, etc. But editing documents on a tablet is terrible! It says there is “edit” mode, which allows you to type. That’s great if I’m writing a novel…not going to happen. Most of the time, I’m making a list of some sort; which isn’t available in “edit” mode. In fact, no rich-text editing options exist in “edit” mode.
I would love for this to become available, as I’m a huge fan of Google Docs.
EDIT: I have found a work-around. If you install FireFox on your tablet, you should be able to edit the documents.
Lately I’ve been thinking it would be good to start a St. Louis WordPress users group. I’d love to attend some of these and meet some other WordPress people in the St. Louis area. The idea of having a St. Louis WordCamp is also appealing, but I think it would be beneficial to find out how many people are interested in WordPress before investing the time for a WordCamp.
So who out there has a place to host such an event and would want to put it on? I’d be happy to help, but I’m not sure I’d be able to make it to every meeting. I wouldn’t want to be the point person, I’m just trying to get the ball rolling.
I’ve started to play around with WordPress 3.0 Beta 2 and the new menu system it has. While playing around with it, I thought it might be nice to include a dropdown box of menu choices on a settings page for a theme. So I made a function similar to that of the dropdown box for categories (wp_dropdown_categories). I called this one wp_dropdown_nav_menus.
If you want to use this in your code, please change the prefix of the function from wp_ to something more useful for your purpose. Just in case WordPress comes out with a function similar to this one.
Enough is enough. You know there is a problem with the iPhone 3G dropping calls. Please fix it. I finally went through and did as the forums suggested, and disabled 3G. I shouldn’t have to do that though. I’ve been growing tired of your company and my family will probably be switching to Verizon once our contract is up.
Has anyone messed with Piwik Analytics? I just got it setup on thejudens.com yesterday, and so far it seems pretty slick. The one thing I like most about it is that the data is mine! I don’t have to share it with google! Right now we have both google analytics and piwik running on the server. I’m going to let them run and see how they compare with each other. I’m just kind of curious how close the results will be with the other. I’ll report back later and let everyone know.
In the meantime, you better go check out Piwik. It runs on php/mysql and you can most likely install it on your hosting account.
I recently had to make a list of all the active blogs for the university’s blog site running WordPress MU. Here’s the code to do so:
https://gist.github.com/ericjuden/5583445
Blog Directory
You’ll notice the query is set to filter out blogs that are marked as archived, spam, private. Also, it hides the main blog from the list.
UPDATE: As posted in the comments by Brad, you can sort these in alphabetical order by the site name by using the following code:
https://gist.github.com/ericjuden/5583806