The android app can show now a map overlay after login.
An cloud based backend has been started to serve map overlays to the mobile device.
The basic data collecting rest services are coded and tested.
Next step is to push the implementation to the cloud.
First move is into AWS using elastic beanstalk.
Saturday, January 16, 2016
Monday, December 7, 2015
New Android App
Currently I am working at a new mobile app.
Mobile Device Support to help enjoying festivals better. The Hitchhikers Guide to the Festival ;)
So its an android app which provides extra information to users regarding the event that is loaded and the friend users having been connected.
Good fun the android studio and the framework. Just a bit dynamic sometimes.... regarding API changes and having to assess applicability of examples to the issue at hand.
So juggling android sdk lib version numbers is the new sport!
Mobile Device Support to help enjoying festivals better. The Hitchhikers Guide to the Festival ;)
So its an android app which provides extra information to users regarding the event that is loaded and the friend users having been connected.
Good fun the android studio and the framework. Just a bit dynamic sometimes.... regarding API changes and having to assess applicability of examples to the issue at hand.
So juggling android sdk lib version numbers is the new sport!
Wednesday, May 23, 2012
wordpress and ecommerce beta is online
http://dev1.shitkatapult.com is the beta version of the wordpress oscommerce marriage.
a smooth AJAX interface to the oscommerce product database.
a smooth AJAX interface to the oscommerce product database.
Wednesday, December 14, 2011
oscommerce & wordpress
Goal would be to plug all product data straight into the wordpress post system
WHY
all wordpress themeing could be applied to the shop without any coding!
WHY
all wordpress themeing could be applied to the shop without any coding!
oscommerce & wordpress
- start using oscommerce plugin:
- it provides access to the osc database -> ok
- catalog & product data are listed with inline HTML -> unflexible
- develop a jquery based viewer on the product data -> funky
- use injected JSON for initial data download to delegate rendering on javascript completely -> fast
- use jquery templates to split design from logic -> nice
- add templates to PHP class osc_products using inheritance -> neat
- use osc shop for shopping cart -> no existing classes can be used
- use the application_top for setup
- remove all output modules
- return the oscid only to reference the cart again
- use ajax based shopping cart in wordpress
Sunday, June 26, 2011
nmake postbuild.mak visual studio command failure backslash missing trailing space
one important contribution to programmers life from microsoft are the backslash path separators.
A really nice example of why this is so brain dead I discovered using Microsofts own nmake tool which can be integrated into visual studio.
For example, if you use a rule like below and you forget to put a space behind the trailing backslash
suddenly the smart nmake semantics decides to use the backslash as a line continuation causing a syntax error.
As a trailing space is clearly not visible this is a nasty ditch to fall into.
Thanks Microsoft for such a smart choice for the path separator.
CopyFdoComponentsDebug : ..\..\..\Oem\FDO\*.*
if NOT EXIST ..\..\bin\debug\FDO\nul mkdir ..\..\bin\debug\FDO
if EXIST ..\..\..\Oem\FDO\bin\Release xcopy /r /d /y /s ..\..\..\Oem\FDO\bin\Release ..\..\bin\debug\FDO\[space]
if EXIST ..\..\..\Oem\FDO\bin\Debug xcopy /r /d /y /s ..\..\..\Oem\FDO\bin\Debug ..\..\bin\debug\FDO\
A really nice example of why this is so brain dead I discovered using Microsofts own nmake tool which can be integrated into visual studio.
For example, if you use a rule like below and you forget to put a space behind the trailing backslash
suddenly the smart nmake semantics decides to use the backslash as a line continuation causing a syntax error.
As a trailing space is clearly not visible this is a nasty ditch to fall into.
Thanks Microsoft for such a smart choice for the path separator.
CopyFdoComponentsDebug : ..\..\..\Oem\FDO\*.*
if NOT EXIST ..\..\bin\debug\FDO\nul mkdir ..\..\bin\debug\FDO
if EXIST ..\..\..\Oem\FDO\bin\Release xcopy /r /d /y /s ..\..\..\Oem\FDO\bin\Release ..\..\bin\debug\FDO\[space]
if EXIST ..\..\..\Oem\FDO\bin\Debug xcopy /r /d /y /s ..\..\..\Oem\FDO\bin\Debug ..\..\bin\debug\FDO\
Friday, June 24, 2011
STOP 7E error on VISTA SP2 WORKAROUND
My Vista installation on Lenovo SL500 (otherwise a surprisingly fine machine)
repeatedly crashes on Driver Power State Failure BSOD STOP 9F
The fun bit is that when I try to reboot I end up with another BSOD STOP 7E.
This happens after loading CRCDISK.SYS.
However, the following procedure turned out to boot up the system again:
repeatedly crashes on Driver Power State Failure BSOD STOP 9F
The fun bit is that when I try to reboot I end up with another BSOD STOP 7E.
This happens after loading CRCDISK.SYS.
However, the following procedure turned out to boot up the system again:
- Unplug all external harddrives!
- Try LAST KNOWN GOOD Configuration (boot -> F8)
- If that does not boot do a CHKDSK of the Vista drive
- Try Again.
I did this like > 20 times now and this seems to be a reliable approach.
Would love to find instructions how to identify the faulty driver which causes all this......
Would love to find instructions how to identify the faulty driver which causes all this......
Subscribe to:
Posts (Atom)