Posted: May, 18 2024
Senior Developer Thoughts This post is about my thoughts on what it means to be a senior developer. This post was partially written by…
Posted: May, 18 2024
Senior Developer Thoughts This post is about my thoughts on what it means to be a senior developer. This post was partially written by…
Posted: May, 08 2021
PostgreSQL/MySQL - Any-to-Any Database Wrapper. Similar to Wine and the gaming ideas on Linux. PostgreSQL/MySQL - Any-to-Any Database…
Posted: May, 02 2021
Interactive Competitive Programming problem. Competitive Programming - Idea for Interactive Problem Interactive problems are becoming more…
Posted: April, 28 2021
Competitive Programming is about fun. And that is the main thing it should be about. Competitive Programming - My Journey Competitive…
Posted: January, 15 2020
Want to learn something new every day? My challenge: Document what I learned in a short post every day. Or as often as possible Every day we…
Posted: April, 22 2019
"Hey Google! ... " is what many of us are saying now. This post is about a meta idea for Google or companies like it. An idea factory…
Posted: December, 22 2017
Crypto currencies are the talk of the century. Value and any other transactions can occur and be validated on a network. Bitcoin - Crypto…
Posted: June, 24 2017
Computer Science - The Art of Moving Bits What do we do all day as programmers? Is it worth the effort? Does it mean anything? Computer…
Posted: May, 09 2016
Java Generics are a very powerful feature of Java and any programming language that implements them. Generics are not the easiest of topics…
Posted: February, 03 2016
If you are looking for how to increase your websites online visibility and get it up on the organic results, you found some valuable tips…
Posted: April, 19 2015
Long story short: I had a problem with my wireless card on Ubuntu 14.04 and now seem to have solved it. Like this you will install this…
Posted: April, 19 2015
Long story short: I had a problem with my wireless card on Ubuntu 14.04 and now seem to have solved it. Like this you will install this…
Posted: March, 16 2015
This blog post is about the build tool Gradle and my experience with it so far and why I think it could become or already is the de facto…
Posted: September, 10 2014
Are you a student looking for a company to do a class room project involving Information Technology? If the answer is yes, read on! dcoder…
Posted: August, 06 2014
Hacking is scary to most people, but I think people should be aware how much of their data is accessible and easily accessible. Storing your…
Posted: August, 04 2014
Crypto Currency is an uprising technology for payment. It is still in its infancy and by some regarded as a ponzi scheme. However, I read…
Posted: August, 04 2014
We are dedicated to support SilverStripe, the relatively new and very well designed Content Management System. We can develop your sites…
Posted: July, 30 2014
The uprise of P2P, now also as a digital currency in Bitcoin and other crypto currencies, led me to an interesting idea. A while back I was…
Posted: July, 26 2014
Apache configuration is not always easy. So, this post is dedicated to Apache the VirtualHost Directive. For now I will keep it simple and…
Posted: July, 19 2014
We're proudly announcing Android Development to be a focus from now into the future. Android is growing fast and we're committed to…
Posted: July, 13 2014
We're proudly announcing Web Development to be the main focus of this company. The web is a fast growing platform that is accessible from…
Posted: July, 12 2014
Learning how to program is something that is very scary for most people. It is still a rare skill and people get good, fun and well paid…
Posted: July, 06 2014
Jekyll is the software I'm using for this blog. So, just as a reminder for myself and people who want to try it out, I thought I would…
Posted: June, 24 2014
Bounty Source Open Source is great. You can use high quality software that you can trust and all that for free. However, Open Source…
Posted: June, 12 2014
It's always frustrating to find out how to convert video files from one format to another or resize your videos that you want to upload to…
Posted: May, 27 2014
Posted: May, 11 2014
It's been a long time since I last blogged. But nevertheless, here a guide on how to install the Asus N13 Wireless USB Adapter. This may…
Posted: May, 30 2013
Deployment of applications on a server is always an issue for developers of applications that need to be installed in some way. Applications…
Posted: May, 24 2013
Posted: April, 01 2013
Posted: January, 03 2013
Posted: May, 09 2012
Posted: April, 19 2012
Posted: March, 18 2012
Note that You might not want to use dnsexit if security is a concern for you. I stumbled upon this now (28 July 2012) and realised that if…
Posted: February, 21 2012
Posted: February, 19 2012
Posted: February, 13 2012
Posted: January, 30 2012
See here how to mount a temporary file system in memory.
Posted: October, 12 2011
Posted: October, 08 2011
Posted: September, 09 2011
Posted: August, 23 2011
Posted: December, 25 2010
Posted: December, 25 2010
Posted: December, 25 2010
Posted: October, 01 2010
// javascript aGreaterBAndBLessCAndBPlus2EqualD = a > b && b < c && b+2 == d; // javascript for (var i = -1, leni = somevar.length; ++i…
Posted: August, 24 2010
/* CSS / html { / needed for it not to jump pixels / height: 100%; margin-bottom: 1px; } body { / needed for it not to jump pixels */ height…
Posted: August, 06 2010
// javascript var somefunction = function(arg1) { var avar1 = 10; object.onclick = function() { alert('arg1=' + arg1 + ' avar1=' + avar…
Posted: August, 03 2010
// javascript var inZoom = false; var navigation = new OpenLayers.Control.Navigation(); var ZoomBoxNav = OpenLayers.Class(OpenLayers.Control…
Posted: July, 25 2010
However, it seems strange to me that another programming language writes code in another, higher level language. If the JavaScript you write…