Archive for the 'WP-Plugins' Category

Installing… Blog Improvements

1. Anti-spam.

For a quick, easy solution to be tested first, Bad Behaviour is installed. Take a day or 2, and I’ll see the results.

Next line defense, if I have to try is Spam Karma 2.

2. K2 Theme

Or the Kubrick 2 theme. The old version of kubrick, which is not bad, comes installed with Wordpress 1.1

Now with K2, wow, the blog turns high-tech, with its powerful features (of which i dreamt) with its compatibility with other don’t-miss-it plugins at the snap of fingers.

Now due to those brute forced plugins I had with my previous themes, the site has couple of issues (as usual). Plan A? Import K2 into previous theme. Plan B? Migrate all features I had into K2. Meantime, i’ll enable theme switcher again.

Click here to use K2 Theme
Click here to use Landzilla Theme

another update. I have started to use SK2. Next solution if needed would be secureImage

Spot the difference for Spell Check Engine

Before…
Before

After…
After

Can you see the difference? What is the change?

Suprise, suprise..

Now my live ajax spell checker is linked to Google’s spellcheck webservice thanks to many of the webmonkeys (Chris meller, PhotoMatt, Chris meller, and many others) out there. (don’t worry, you can still use aspell engine if you want to)

I have also merge changes from Garrison Locke’s latest ajax spellchecker v2.2.

What are you waiting for, try out the new features of the my live ajax spell checker.

I’m missing my zZzzZz lately.. gotta go!!

Work today

Its funny I always work at the wrong time, its a weekend but I’m “working”.

But so I completed a trial overhaul for the webpage of Everfeed, an engineering company in Singapore. Current site, Redesigned site. Nothing fanciful, just trying to make it plain simple but usable.

Today 2 batch of people I know left Singapore, one in the morning, one at night. This is the 3rd time I failed to see them off at Changi, and suprisingly this makes me feel “sadder” than when I usually see people off at the airport.

An interesting post on how I could work on my ajax spell checker plugin, PhotoMatt mentions how google spell checking webservice could be used.

The issue to this is that, using ajax (in fact javascript), browser security won’t allow you to call a webservice for a remote site. This means, ajax scripts still have to contact its parent server, which in turns “relays” and contacts google’s webservice.

This means, most likely this would be much slower than (aspell thru) pspell, but, given google has mutiple language support or other more advance features, this could be played around with.

Chris Meller implement a cool php script for it already, and I could be modifing pspell (again) to use google spelling webservice.

Another thing I did today, was writing a mix scripts (bash, javascript). Then i realised, 1 powerful feature of unix/linux is in its tools, piping them and writing batch shell scripts could do almost what you need. In a way this is simpler than programming “apis” and get done what you need sooner.

Features for next Photozip releases.

Thanks for all those who gave feedback about the plugin. (Some even use russian but thanks too)

Planned features for next releases.

a) styles (border and shadow) support
b) insertation customisation (links, size, style)
c) admin options
d) spg(/Gallery) integration
i) better thumbnailing
ii) integrated gallery (wif cool access keys)
iii) panorama scripts
iv) xml info (+comments)
v) + exif info
– long into the future maybe

e) php unzip
f) single image uploading
g) gallery managment
h) photo editing

PhotoZip, Live SpellCheck Plugin Updates

My PhotoZip and Ajax Spellcheck plugins are updated!

PhotoZip now allow you to view your image folders on the server, delete them, or insert them into the posts again. In case the javascript for inserting to the post box don’t work, a textarea with the htmlcode is created so you can copy and paste the code from the textarea.

Ajax Spellcheck now uses Emil’s DHTML(&Rich Text) Spellchecker. Now words are spell checked while you type! For demonstration purposes, (to know how it works), try on this site.

Links to Wordpress Support pages
http://wordpress.org/support/topic/36181
http://wordpress.org/support/topic/37913

Writing plugins are pretty fun for now.. but I guess I wont be able be easy to commit time and effort (time will tell soon - playing with plugins by others would be enough to tire me out). Although I always have lots of ideas, and perhaps to fullfill them would be to code them myself, I should learn how to live with constraints and be satisfied with what I have too.