dinsdag 30 juli 2013

Set up wireless hotspot for DS or Android in Ubuntu 13.04

Hi all,

I have a DSi and could not connect to my network because it doesn't support WPA. This is nothing new.
I found a lot of guides to set up a wirless network on ubuntu with the hotspot function. Too bad I cannot set it to WEP or open in ubuntu 13.04.

So I went looking and found this really neat guide. But I could not get the dns part working.
So to make it easy there is the ap-hotspot program. I was really exited when I found it. So I did the set up and found out it only supports WPA(again...).

After some looking in to the code I'll show you how to change this to open or WEP. This also works with an android phone!

zaterdag 27 april 2013

Finally an update

Hey all,

After an ownership change (it is still me just a different name) and a long time no programming for me I finally picked it up again. I have been busy with a different blog. By working on that blog I automatically came here again.
I wanted to use a form to calculate something in blogger but that proved to be quite a task for me because of a few things:
1. I haven't programmed in a while
2. I know next to nothing about java-script
3. I know nothing about HTML forms.

But I am stubborn so I had to keep trying.

So here I bring you how to add a form in a blogger post.

Start by going to the HTML edit option
And copy paste(I make it in notepad++) or write your javascript and form here.
One of the hardest things for me was that as soon as I used a button it would refresh the page. I haven't found a button that would work in blogger so instead I gave all my input stuff(like text boxes) an
onchange="Function()"
That way it updated automatically. Without a button. I hope to find a working button soon but for now this will do :)
I might just post the code from my Gauge Swatch calculator here if anyone wants it.

dinsdag 29 januari 2013

Hiatus

Hi all,

I have been a bit lazy and haven't been programming much. But today I am full of motivation and am going to start again. I'm going to start by working on picking up irrlicht again and working with collision. After that I hope to do some blender stuff and start on a small game. Expect some new things soon!