Looking for a reliable partner to bring your project to the next level? Whether it’s development, design, security, or ongoing support—I’d love to chat and see how I can help.
and let’s create something amazing together!
The Horizontal Accordion provides a vast amount of options to adjust its settings to your liking and allows you to integrate it fast into your website. You have complete design freedom and can interact with the plugin through css, plugin methods and external function calls. The plugin is under constant development. I deliver the foundation […]
The jQuery Horizontal Accordion has been downloaded 280.000 times over the past 2 years. The freely available plugin was a simple concept, far from perfect and not really solid across all browsers. So not really fit for live projects. Over the years I asked for donations to support development, which never really worked.I asked people, […]
header(‘Cache-Control: no-cache, must-revalidate’);header(‘Expires: Mon, 26 Jul 1997 05:00:00 GMT’);header(‘Content-type: application/json’); The first two headers prevent the browser from caching the response and the third sets the correct MIME type for JSON. Than just output your JSON data $data = array( “fire” => 1, “water” => 0, “earth” => 1, “air” => 1, ); echo json_encode($data); exit;
When loading web-fonts, we often see a brief un-styled moment before the browser applies the actual font. Gladly Typekit and also Google Web Fonts provide an option around that. Both are using WebFont Loaders to help handle those brief moments. TypeKit Webfont Loader Example (function(d) { var config = { kitId: ‘***’ , // Your […]
After receiving several emails over the past few months, inquiring about Script Connector, CastleKart and where I stand with all of that, I felt some sort of official comment should be posted to put an end to any questions concerning all of that once and for all. Sometimes things in life just do not work […]
Script Connector® was a startup I founded with a good friend in Mexico City. Started in 2005 and ended 2010. PORTFOLIO
Audiosprite is a node.js ffmpeg wrapper to concat small audio files into one single file. It even allows you to define the gap between each file. It also outputs a howler.js compliant JSON configuration file for simple copy and paste. This saves a lot of work, when using audio sprites in your web projects. audiosprite -f howler –autoplay bg_loop […]
Adding audio to a web project can be really a pain in the …. . Howler.js makes it almost painless to add audio for desktop or mobile solutions. Just used the audio sprite feature in one of my projects to allow switching between sounds. Works perfectly on iOS after the first touch event. howler.js / Github Check […]
If you want to prevent google to provide duplicate content from you, you can easily force www for your domains by simply using a small rewrite rule for the htaccess. RewriteEngine onRewriteCond %{HTTP_HOST} !^www.your_domain.com$RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301] CheersAlexander
As a developer we daily look for oportunities to sell ourselfs and our products. We seek new frontiers by advancing our skills and constantly looking at new technologies. We work on new innovative products, that we hope will conquer the world. The question always remains, are we actually producing and advancing for our clients? Do […]
The development site is finally back. After the reopeneing of the main portalZINE site, this is the 2nd site that goes back online. I will have the complete portalZINE triangle back together soon :) Starting next week, I will be sharing some more inside into my daily work and the puzzles I am facing. Once […]