Looks like I'm going to v0.4 soon. Updated the extension to use IndexedDB on chrome even though webkit's IndexedDB is is a little messy right now. Versioning between webkit and mozilla is different...
Looks like I've been interested in Test Driven Development for some time and I will attempt this using Jasmine to start testing my HN News Chrome extension v0.4. I hope it is worth the time as it i...
Google Chrome Extension:
Get it here. Updated Git source here as well:
https://github.com/normano/ycChromeWhat is it?
Visit here.What's new?
- In the options page, there are two new options. Color and...
Get it here.
Read, if you'd like:
Improving the HackerNews News RecommenderAny problems: Go to the extension's options and reset the data, but should be working flawlessly.
Updated Git source here as...
Alright, so I've given it much though and there are several issues to address. One of them being that the data gets corrupted. Secondly, I have fixed weights on the recommender, which is probably a...
Update [11/03/12] Posted to
Chrome Web Store Update [11/02/12]: Looks like Chrome is blocking installation of my extension, which is fine. You can download the git repository and install from the e...
I recommend throwing out your current model of web programming and use a Client - API model. I personally think this is a better way of handling requests. Basically, you code PHP and it implements ...
For big projects anyway. MySQL Cluster 7.2 is out and it looks like I will be considering this thing for Project Flare. What is Project Flare you say? It's just a code name and I'm working on it.
It appears my
last post was somewhat well received, so I think I'll follow up with the things I did.
Imagine that you are me and you'd like to figure out how you imagine updating code from server to...