Home » General » Page 8
Just released a new plugin for jQuery. cubicFUSION Picasa allows you to easily pull images from Picasa / Google+ into your webpage.
This is a simple version, with more to come in the future :)
Check it out
January is always a slow month. Still have a couple of free slots for the coming weeks ;)
If you are looking for a jQuery plugin developer or general PHP developer send me an email and we can talk. My skillsets are listed on the website.
Cheers Alexander
Seit 2 Jahren arbeite ich mit einem Freund an nostraEVENT, einer Plattform über die man Vorhersagen anlegen, teilen und später überprüfen kann.
Momentan kannn man lediglich per Einladung teilnehmen, eine Restriktion während der Beta Phase. Aktuell ist nostraEVENT nur auf Deutsch verfügbar, eine komplette Übersetzung in Englisch und weitere Sprachen ist aber in der Vorbereitung.
nostraEVENT
Just updated the documentation for the jQuery Horizonal Accordion 2.60.05 release!
http://www.portalzine.tv/index?/Horizontal_Accordion_Pro
The latest download package features a clean seperation of all examples / options.
Enjoy
Will have the updated documentation up by end of the week.
The examples have most of the new options it included.
Just updated the download in your customer section.
A list of changes
Just fiished the latest updates and will upload the new version on Monday evening.
These are the highlights. I still have some minor updates on the list, that might make it into the release as well.
More on Monday.
Alexander
Further updates on their way:
Should have those available for all PRO users end of the week, latest start of next week.
jQuery Horizontal Accordion 2.6 Beta 2 available.
Just updated the 2.6 download to Beta 2. Alle Pro customers can get it.
Since 2.2 some apps can be moved to external memory (App2SD), but some of them wont allow it. Here is a nice easy way to accomplish this for most of the installed applications using the Android SDK, ADB and your connected device.
1. install the SDK (if you dont know how –> search) 2. make sure that your device is connected (adb devices) 3. open a shell: adb shell 4. update the install location of your device: pm setInstallLocation 2 5. exit the shell: exit 6. now most of your applications can be moved ( Settings->Applications->Manage Applications.)
This trick combined with root access, makes even smaller devices more usable :) Enjoy