|
|
A few weeks ago I got a HTC Magic phone for my birthday, and a few days ago I started to look into the development process for this phone. It didn’t take long to adapt my java knowledge into how the Android OS operates, and soon I found myself doing some simple developing. Now, I’ve [...]
As I was struggling to figure out why I had a hard time getting some existing web-services to run on JBoss, I made some very limited web-service just to bug-track and see what was actually going on. This is a -very- limited example on a web-service that can be deployed on a JBoss installation. But [...]
After spending hours bug-tracking and head-banging to try to convert some web-services made for Tomcat to run on JBoss I finally figured out a solution. While you earlier on configured the webservices in various XML configuration files for both Tomcat and JBoss – in JBoss you no longer need that. Simply right-click the package structure [...]
I was browsing the web and found a open-source library for using SSH/SFTP connections in .NET. Thus I put together this example that contains methods to upload, download and list directories. I’ve made the class easy to use so that you can with ease implement progressbar and such on the transfers. Below you can see [...]
Ok, let’s face it – quite a few of the visitors you have on your page most likely already have a Facebook account. Wouldn’t it then be nice to let them be able to comment on your page without needing to register there as well? With this nice little plugin you can. A few steps [...]
Use your default password and generate secure passwords on the various web-sites you visit. It’s a definitive fact that most of the people online uses just one, or at most – 3 passwords when they travel around the internet. Often these passwords are way to easy to figure out, either based on family, names, birthdates, [...]
As I stated in the previous post, the new project of mine I am rewamping most of my old libraries and the configuration is no different. Usually I stored configuration using old INI files, but well – thats a bit outdated now in 2009. I still wanted a similar way to store and get my [...]
As I’ve been working on a new project lately, I needed a way to encrypt/decrypt files quickly and easily in VB.net. For some reason I found tons of examples around the internet, but either you had to put them together yourself, or they were poorly coded or coded in a way that seemed like a [...]
I’ve written a small java framework for reading the P4 service Trafikkflyt. That service offers traffic information like for instance that a road is blocked. The framework is quick and easy to use; and with a simple call you can quickly get information like; Title, Link, Latitude and Longitude back. I also made it auto-generate [...]
Some time ago I needed to get TCL to work with MySQL Database. After some searching I found the project mysqltcl which suited my needs perfectly. If you are in need of a lightweight module that can handle MySQL interraction in TCL, then head over to http://www.xdobry.de/mysqltcl/ and download it today. You might also want [...]