Very excited today we just launched version 2.0 of our JEPUM application.
The joomla picture manager application version 2.0 include new features like automatic resizing of images when dragging images into the app for upload to your joomla site, resizing of existing images on your joomla site, cropping of images, renaming of images very easy.
We built the app to help managers of joomla sites with images, since we did not find the joomla media manager very efficient and productive. So if you want to save a lot of time on your joomla site with images have a look at it.
It is built with Adobe AIR and flex SDK, we are in the process of creating a mobile version of the app to be able to upload pictures to your joomla site from your mobile easy and fast as well, this will also be included free to the customers that buy the app.
Wednesday, October 6, 2010
Monday, October 4, 2010
Adobe AIR productivity tool Worksmart 2.0 just released
We at Web Responsive have just released our second iteration of our Health/Productivity tool WorkSmart.
The tool follows the Pomodoro Technique to enhance your productivity and keep healthy at the office, by getting you up from your chair to do a small exercise that is easily done in a few minutes.
Furthermore the tool helps keep track of your daily tasks by project, plus track your efficiency by an overview of the finished tasks and if they keep inside the estimated times.
We made a small video of the features that can be seen here if you have any requests for new functionality or critics we invite you to have your say either at the website or at our facebook page.
The application is built with Adobe AIR and flex 4 hope this can help people get more efficient I know it has helped me ;).
The tool follows the Pomodoro Technique to enhance your productivity and keep healthy at the office, by getting you up from your chair to do a small exercise that is easily done in a few minutes.
Furthermore the tool helps keep track of your daily tasks by project, plus track your efficiency by an overview of the finished tasks and if they keep inside the estimated times.
We made a small video of the features that can be seen here if you have any requests for new functionality or critics we invite you to have your say either at the website or at our facebook page.
The application is built with Adobe AIR and flex 4 hope this can help people get more efficient I know it has helped me ;).
Tuesday, September 28, 2010
mkdir with android emulator. "permission denied"
I recently ran into a small issue when i tried to create a directory in my sdcard for my emulator.
When I tried to use this approach as explained here the emulator showed permission denied when trying to mkdir in the sdcard.
The way i solved the issue:
1. open command prompt
2. type in - adb shell
3. type in cd /sdcard/
4. type in mkdir yourfilename
worked like a charm hope this can help anyone else stuck in this same situation.
first small blogpost but hopefully this got the ball rolling for many more ;)
When I tried to use this approach as explained here the emulator showed permission denied when trying to mkdir in the sdcard.
The way i solved the issue:
1. open command prompt
2. type in - adb shell
3. type in cd /sdcard/
4. type in mkdir yourfilename
worked like a charm hope this can help anyone else stuck in this same situation.
first small blogpost but hopefully this got the ball rolling for many more ;)
