Archive for the ‘PHP’ Category.
January 23, 2008, 4:32 am
Ever heard from Picnik? It allows you editing your images direclty within your browser. Forget Adobe Photoshop :) Picnik has been around for a while now but recently it started to offer its service for the public. for free! I played around a bit and must say that it is amazing .. Use it within PHP, classic ASP, .net, Ruby on Rails or whatever… especially i like the idea of the whole service which works like this…
- Send your images to their service (existing image via URL or encoded as multi-part)
- Then the user modifies the picture (size, colors, rotation, special effects…)
- Picnik sends you the picture back to your server (either an URL where you can download it or directly as multi-part image)
Here comes an example I have built for demonstration… Continue reading ‘picnik comes with a free-to-use image editing API for your website’ »
December 17, 2007, 4:47 pm
Today i stumbled across a nice tool called Pastie. Pastie helps you if you want to show some bits of your source code to someone else. e.g. you need some help, advice (or you just want to show off with your code). You paste an excerpt of your code and pastie saves it for under a unique URL. Then you send this URL to the person you want to show the code. The big advantage here is that the syntax is nicely highlighted … very nice for remote troubleshooting! I have created a code snippet for demonstration.

(i’ve used code sections to create more sections.)
July 2, 2007, 12:50 am
My last post (about an ASP RSS component) included a demonstration which made use of a cool ajax technique simply called “ajaxed”. See the demonstration here again. If you play around you will recognize that there is no conventional postback and AJAX is up in here ;) I have developed a small “library” which easily allows you to call server side ASP VBScrtipt procedures from the client side. No low-level Ajax knowledge is required… Continue reading ‘ajaxed: Calling server side VBScript procedures from client side (equivalent to PHP xajax)’ »
November 26, 2006, 12:00 am
While I was testing my web apps in the new Internet Explorer 7 I discovered that sometimes a page is not rendered properly after a refresh. After some testing I realized that somehow the browser is randomly showing a blank (white) page when I hit the reload button a couple of times. The interesting thing was that when I viewed the sourcecode everything was there but the page wasn’t displayed at all. I did some research and found the reasons/solutions for it. Continue reading ‘IE7 Bug: Blank page (white screen) after some refresh’s’ »