Posting from iPhone

Written by Zealus on June 29, 2009 – 4:17 pm -

Suprisingly even to myself, starting Saturday I am yet another owner. So far I am neutral as to how the device behaves. Some things are definitely much more advanced, and some things take a lot of time to get used to.

I do like the abundance of apps and the convenience of having them in a single location. However, it beats me as to why certain things are free (like remote desktop client for Windows), but something as simple as ssh terminal is available in paid flavors only.

According to my own sources, the jailbreak will become available pretty soon and I was encouraged to proceed as much more software is available outside of AppStore. Having a knack for changing things on my phones, I guess I will be exploring that route pretty soon too.

BTW, this blog post was typed on the and I can’t say it was all that uncomfortable.

Tags: , ,

You might also be interested in reading this:


Tags: , ,
Posted in Main | No Comments »

Hacking Wordpress - Link In The Title (update 2)

Written by Zealus on November 10, 2008 – 3:13 pm -

As I have just figured out after some of the upgrades the external link in the title hack was, indeed, broken. In fact, I am somewhat puzzled, as it worked on some of my installations and didn’t work on others.

It turns out that the method of obtaining the permalink for the post is returning the canonical URI no matter what permalink system has been set up (I use custom on this blog). For example, even if you have something SEO-friendly, the code

$perm  = $post_id->guid;

would still return http://www.istudioweb.com/?p=427 as a link to this post. The right way of doing it now (before WP 2.7 arrives) is change the above line to:

$perm  = get_permalink($post_id);

That’s it. Should work.

P.S. Updated the downloadable txt file. Click here to view.

Tags: , ,

You might also be interested in reading this:


Tags: , ,
Posted in Main | Comments Off

Post Halloween Web Trends

Written by Zealus on November 7, 2008 – 3:03 pm -

After Halloween long gone and other holidays coming on, I went through Trends to see what the trends say. Turns out - Halloween is the most important costume and party . As you can see from the picture above, there is a very strong spike on each Halloween for all three words: “halloween” (blue), “costume” (orange) and “party” (red). There’s no spike on Christmas, no spike on 4th of July, no other spikes as far as I can see.

Note to entrepreneurs - it’s a good idea to set up an emergency costume delivery, or even mobile costume stores. Shouldn’t be a big problem and the higher markup is well justified. Either deliver something ordered online or set up a mobile store so that the whole block could shop.

Tags: , , ,

You might also be interested in reading this:


Tags: , , ,
Posted in Main | Comments Off