Thursday
17Dec2009

Atomic Bookmark Chrome Extension

I recently made a chrome extension that allows you to search through your bookmarks in chrome.

Check it out: Atomic Bookmark

I will be updating this over the next couple days.  Mostly this weekend to add a lot more functionality to Chrome's bookmarks.

Monday
14Dec2009

Gentoo-Portage.com Chrome Extension

For those using Google Chrome I have released an extension that (for the moment) will just search this website. available here

If people are interested I will be adding more to this extension in the future including showing when any of your tracked packages have been updated.

Source for the chrome extension is available here (L/P: guest/guest) if anyone would like to help out.

Sunday
08Nov2009

Pomby V0.10

Today I'm releasing Pomby Version 0.10 

This version has completely re-worked all of the original aphpkb code to use smarty for the site design and PDO for the database connection. 

Improvements: 

  • 0 Chance of SQL injection
  • Admin area is now inaccessible to non-admins now (even if they know the url)
  • Keywords now display in a tag cloud
  • Install has been made easier
  • Various minor improvements

Upgrading:

To upgrade from either aphpkb or pomby version 0.01 run the following sql command on your database and you are all set: "ALTER TABLE  `articles` ADD FULLTEXT (`Keyw`);"

This change is fully backwards compatible. if you dont like pomby after installing simply put your aphpkb install back to where it was and you wont notice a thing.

Next Version:

for the next version of the software we will be focusing on security and customizing (but mostly security). We will be going over all of the code to remove all possibilities of cross site scripting and malicious code insertion. 

Now dont let my above paragraph scare you, all the posts on pomby are already required to be screened by an administrator.  this should prevent most malicious code from entering your site.

New Developer:

We have a new developer to the Zachary who will be helping with the look and feel of the site.  and in the future doing a lot of javascript work when we come to that point.

 

Friday
30Oct2009

Pomby Knowledgebase - The New Project

Well my new project is a knowledgebase application. I'm going to be re-writing aphpkb as a new project called pomby on google code.

The re-write will consist of a few major design items before i get into all the new little features I want to put in.   but in general I will be adding in PDO support and Smarty support for skinning.

The first release is out, So far I have only re-written the installer to work much cleaner then it previously did in aphpkb, and to auto-detect problems.

Download it here

I would appreciate any suggestions anyone has.

Monday
26Oct2009

First Post!

Well I've finally gotten around to writing a blog for myself. keep track of the projects I'm working on and that sort of thing.

I'll be posting about a new Knowledgebase app i've started work on as soon as I can.  Stay Tuned!