Lijeesh Blog

It is the matter of freedom

WordPress Song - It’s Called Wordpress

It is cool song about WordPress by Devin Reams. Check it out. Hear it once, the lines are memorialized. Cool !.

Download as MP3 format.

lyrics of WordPress Song.

Welcome to my story bout my, CMS
It’s an awesome piece of software, it’s called WordPress
It manages my blog, it makes it look real nice
I installed in in 5 minutes, this things slicker than ice
All I had to do, was click on Next
Within seconds I was running, no room to get vexed

It’s called WordPress
It’s my CMS
It’s the best thing to hit the web since porn
The code is open, the source is free
It’s available for people, just like you and me

Once I picked my title and wrote a description,
I clicked on manage, I needed to do so me fixin’
I deleted Hello World, got rid of first comment, too
I clicked on View Site and all I saw was plain blue
I moved to Presentation, there were some nice looking themes
But none fit my style, none screamed Devin Reams

Chorus

After I tweaked the code and played with CSS
I installed myself some plugins, I was real impressed
They organized my archives, they helped me tag, too
Then I installed a spam blocker not a single one came through
I added movie ratings and book ratings as well
Now when people visit me they’ll know that Crank was hell

Chorus

So I made an about page, it got me a stalker
I was thrilled and excited, I wanted to to talk to her
She said she knew my hometown, what I looked like, too
It was mentioned that she loved guys with eyes that were blue
I didn’t mind the attention, decided it was time she had met me
Little did I know, some people named their boys Leslie

Chorus

Now you might be thinking, he plays piano real good
I wish it were true, I sure wish I could
Instead I wrote the lyrics to this nerdy tune,
It was GarageBand provided ballad piano number 2

Chorus x2

View as pdf.

Posted in WordPress | No Comments »

Do PHP in your language - Awaiting PHP6 funs

While PHP5 gaining popularity development of PHP6 is in progress. The main upgrade happens is the Unicode support for almost all php functions. Check the complete upgrade plans on developers meeting notes.
With PHP6 new features we can mix Unicode in code. See the fun.
PHP In your langauge
See PHP developer Andrei Zmievski’s talks on Unicode in PHP6.

With this upgrade possibilities of developing libraries in Unicode languages, and using them to code applications in mother tongue is possible.Coding in Malayalam, Hindi or Arabic will go smooth. Not need to know English to do a computer programming then :).

View as pdf.

Posted in PHP | 5 Comments »

Native windows applications with PHP

After PHP-GTK, it is WinBinder pays my attention towards PHP’s capabilities to build Desktop applications. Unlike PHP-GTK WinBinder is not cross platform. But it enables development of Native windows applications much easier.

WinBinder Technology In 5 easy steps we can create a simple application. I have created a simple XML editor to see how easy the development is.With my application I can create XML files in complete hierarchical way. I am using the Tree Control and Tab Control to make the application. GUI is developed with WinBinder’s form editor - which is also made with PHP.

It will we cool to have a PHP IDE in PHP itself. That is not so complicated as well.

You can download the presentation that explains the proccess here.

There exists a php compiler that uses some PECL packages to make bytecode from PHP and makes exe files from WinBinder Applications. It is called phpc. Packaging of standalone PHP windows applications are thus goes much easier.

Screenshots

PHPC - phpcompiler front end made with PHPMy sample XML editor applicationMy sample XML editor application Attributes

WinBinder as default is not Object oriented. But Object oriented libraries are available in community. WbObjects , Classes from Jonasjohn etc are useful.

View as pdf.

Posted in PHP | No Comments »

Close
E-mail It