« April 2009 | Main | August 2008 »

Sunday, March 15, 2009

Twitter

I am now on twiiter

My twitter Site 

Posted by David Jobes at 7:07.24
Categories: News

IA Controls

Here is my basic ActiveRecord Control Code, it is just a basic rails generated with little modification
the major parts of the app i am heavily changing.

<pre>

class Controls < ActiveRecord::Base

belongs_to :controls_lists

def self.find_control_all

find(:all, :order => "control")

end

end

class Controls_Lists < ActiveRecord::Base

def item

@item = ControlsLists.find_by_sql("

select * from iacontrols iac

join controls c

order by ControlName

where c.id = 'iac.id'")

end

end

</pre>

Posted by David Jobes at 6:56.33
Categories: Code

Thursday, March 12, 2009

New App on the Way - CA-Track

I am starting work on a new application that will run from a thumb drive(Secured and Un-Secured) and will allow Analyst and Consultants or anyone who has to track, manage and monitor DIACAP Based C&A Packages. It will be a stand-alone web app, as well as a Mac OS X, Linux and eventually a Windows Application.

Will add more details later.......

Posted by David Jobes at 23:13.54
Categories: Code, Projects

Book on Hold

The book is on hold for awhile, work has had me running all over the place, and has not left much time for all my projects. I plan on trying to make more tie to keep the sites up and running, but it may be a little sparse, just hopefully not as much as it has been lately.

Posted by David Jobes at 19:57.48
Categories: Projects