Archive for 2010
Well today my colleque asked me why I have a link to “yourherbalcare.com” on my site.
I said, “I don’t have link to that site.”. He said, yes you have it’s below your “About the Author Box”, between <noscript> tags.
I went into the sourcecode of my site, and yes there it was. It’s a hack of the developer of this plugin to use your site to promote his own.
Well, the “yourherbalcare.com” is offline now but the link remains in your own site if you don’t remove it.
And here’s how you can remove it.
Well as promised we give away 1 year of free (bought item) downloads to one person per month who writes a review in the Joomla! extention system.
As we don’t get 5 reviews per month, (Yet) we just picked one for the month of january.
And the winner is……..
Erik of the company Digitivity
Have fun downloading Erik !
Well…. who will be the February winner ? We’ll tell you soon !
Yesterday i published a new version of my Calculator Plus Module for Joomla! 1.5 and it has everything in it what you need.
It’s got : MS M+ M- MR MC, EXP, SQR plus minus divide times clear decimals plus/minus
So.. basicly everything.
This module is usage free.
You can see the demo here.
You can download the module here.
So you have a application, and you want to know how much it takes of your (or the users) system memory ?
Easy, just use the following code:
I build a lot of Flex Applications on PhP / MySQL Backends. Now these PhP backends most of the time check if the users has the correct rights for e.g. opening a database or getting some data or what ever.
When a new user of the Flex or AIR application want’s to change their password or create a new user with password I triggerd a nice little php password create script that makes a nice MD5 (with salt) password out of the given readable password.