I AM LISTENING TO
|
WHAT I LIKE
  • English
  • German


BLOG FILTER



Just added a video demo for the current Horizontal Accordion 2.5, showing off the latest version.

Decided to add the new width calculation to the release. The container & handle width are calculated correctly now, no margin or padding left. Added a black border around the container to showcase that.

readmore

Just added the documentation for version 2.5 to the pro page.

Enjoy :)

readmore

I just released version 2.5 today and already listed some things on the todo list for version 2.6.

Support the development and submit your own suggestions.

readmore

The jQuery Horizontal Accordion 2.5 goes PRO.  If you decide to use the Horizontal Accordion for your commercial projects and always enjoy the most recent release, I ask you to support my work with the purchase of a pro license.

The public release will be delayed until the next full release.
By supporting the development, a Pro user gets early access to new releases and will be able to suggest & vote on new features. I will be adding that section in the coming days.

I will be updating the PRO page with the latest documentation as well, but most of it is covered within the delivered example page and on the current public documentation page.
Thank you for supporting the development.

readmore

I will be adding automatic image slicing for your handles, which takes a background image and adjusts its background position for each handle on the fly.

Will also add a method to easily exchange the image and allow looping of images within the handles as well :)

Cheers
Alexander

readmore

I will be releasing an updated version of the Horizontal Accordion this week.

  • better calculation of handle width
  • stop/start cycling on mouseenter / mouseleave
  • call external function on complete
Cheers
Alexander

readmore
18. February 2012

Adobe Air QR-Code Reader.

Desktop QR Code Reader

Auch Teil unserer Software Ecke

readmore
18. February 2012

HTML Purifier

Cleanup HTML and filter content with this PHP lib.


readmore

PHP Simple HTML DOM Parser

Traverse HTML just like you would do it with jQuery.

http://simplehtmldom.sourceforge.net/

readmore
14. February 2012

Prevent hotlinking

Simple way to prevent hotlinking using your htaccess

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(jpe?g|gif|bmp|png)$ – [F]

Just replace mysite.com with your own domain.

readmore