News on 3D WordPress Logo
Adii, a Designer, Blogger and WordPress Rockstar has mention 3D WordPress Logo on his site. Thank you, Adii.
More about Adii : links to Adii’s Mini Interview.
Hello. My name's Kate. I love Linux, WordPress - own a WordPress dedicated design studio, a beginner entrepreneur who co-founded Asia software company. This is where i blog about Linux, WordPress, daily life and other interesting stuff
Status: available
Adii, a Designer, Blogger and WordPress Rockstar has mention 3D WordPress Logo on his site. Thank you, Adii.
More about Adii : links to Adii’s Mini Interview.
When I logged on to my private blog today, dashboard showed up an announcement that WordPress has latest update, WordPress 2.3.1.
Download and install like previous upgrade. Just copy all folders and files, except wp-content and wp-config from Wordpress 2.3.1 to an Old Wordpress, it works like a charm.
You don’t need to runs upgrade.php (wp-admin/upgrade.php). WordPress updates itself.
I want to redirect a page from Nineteen Labs to my tumblr site. Not only a page, but any page or post.
There are 2 ways.
1. Use a meta tag. Put this tag into your post/page:
<meta http-equiv="refresh" content="0; url=web_address" />
Change url=web_address to your web address, you also can change time to redirect from 0 to whenever you want. For example
<meta http-equiv="refresh" content="0;url=http://bookmark.nineteenlabs.com" />
[redirect URL SECONDS]
For example
[redirect <a href="http://bookmark.nineteenlabs.com/">http://bookmark.nineteenlabs.com/</a> 0]
Alex King’s plugin, Wordpress Mobile Edition is a PDA / Mobile Phone friendly interface for blog.
This plugin detect mobile browsers and change your blog ‘presentation’ to mobile friendly. Drop plugin files in plugins and themes directory, and activate plugin like others.
Nineteen Labs use this plugin and working very well in Nokia Browser and Opera Mini
We can read latest post, recent post, pages, and give a comment. But we can’t write any post (no access to blog admin). With this friendly interface, your blog load fast in mobile phone (save time and kilobytes)
Here is screenshots in Nokia Browser and Opera Mini (with Wordpress Mobile Edition)




Here in screenshots in Opera Mini (without Wordpress Mobile Edition)



This is easy upgrade process like previous versions.
But there are problems, this sign � shows up in blog posts.
Here is a way to fix it (same as search and replace contents in WordPress) :
1. Backup a WordPress database. You can use phpmyadmin or mysql console.
Using mysql console :
mysqldump -u try -p nineteenlabs > /tmp/kate/backupfile01.sqlUsing phpmyadmin :
2. Now, search and replace contents. This time i’ll do it in phpmyadmin, because this sign isn’t recognized in a console, �
UPDATE wp_posts SET post_content = REPLACE (post_content,'�',' ')SEARCH AND REPLACE THROUGH MYSQL CONSOLE WORKS IF ITEMS TO REPLACE IS EASY TO READ BY CONSOLE.
Using mysql console
mysql -u [username] -pType ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.
mysql>use [database_name]
mysql>(You want to make sure wp_posts table) show tables;
mysql>+----------------------------+
| Tables_in_wordpress |
+----------------------------+
| wp_comments |
| wp_falbum_cache |
| wp_links |
| wp_liveshoutbox |
| wp_liveshoutbox_useronline |
| wp_options |
| wp_podpress_statcounts |
| wp_podpress_stats |
| wp_postmeta |
| wp_posts |
| wp_term_relationships |
| wp_term_taxonomy |
| wp_terms |
| wp_usermeta |
| wp_useronline |
| wp_users |
+----------------------------+
16 rows in set (0.00 sec)
mysql > UPDATE wp_posts SET post_content = REPLACE (post_content,'Item to replace','Replacement text');
mysql > exit
I visited wordpress.com page about Posting Source Code, there’s a link to Automattic Projects.
I scroll down and there are plugins from Automattic.
Here is some great plugins to install in your wordpress:
Weblog Tools Collection announce the beta version of Wordpress Jobs, a primary location for employers looking for professional Wordpress help and for Wordpress professionals to find, apply for and obtain jobs in WordPress.
Job categories : Design Positions, Programmer Positions, Blogger Positions, and General Positions. While in beta, the service will be free.
I am using pownce and twitter as nanoblogs. I installed Twitter Plugin yesterday, in one of my page.
I read that pownce can be bridge in to Twitter using twitterfeed from one of pownce public notes. So i give it a try, by feeding a blog url, then bridge pownce into twitter using twitterfeed. I look into page where I put twitter plugin, we can see posts from pownce, twitter and the blog.
This site powered : WordPress. Made with PC (sorry, MAC), Coffee and Tofu