Author Archives: jkilroy
Flash Game – Raining Anvils
What do we want to do Create a game where you play as Road Runner. Dodging anvils dropped from above (assumably by the Coyote). Where this game will differ from other script based projects we have done in the past … Continue reading
What is Flash and Should I Learn It?
What is Flash? Adobe Flash is a multimedia tool that gives the ability to develop animation, audio, video and advanced interactivity using a simple visual interface. While the final result is often used on websites, it is also possible to … Continue reading
Beginning Actionscript 3
Starting out with any programming language is difficult to grasp at first. What you will find however is that after learning the concepts behind one language, it gets easier when you move to another language (Javascript, PHP…). The following are … Continue reading
Nakid CMS Photo Gallery Added!
Along with a few bug fixes, the Photo Gallery tool has been ported over to the new version of Nakid CMS (v.1.0.3) https://sourceforge.net/projects/nakidcms/files/latest
Nakid CMS 1.0.2 Released
Made some changes to the system. Have a few more tweaks before I begin work on the photo gallery. -Patched minor bugs -Modified default height for editor -Fixed KCFinder bug -Modified default grid height -Enabled ability to reference keywords for … Continue reading
Nakid 1.0.1 Available Now!
Nakid update now available at Nakid.org Features completely re-scripted version using CodeIgniter. Currently only has content editing features, photogallery and catalog soon to come. One large update is the addition of revisions to your content with the ability to revert … Continue reading
An Update on Some Projects
I’ve had a few projects sitting on hold for a bit and wanted to give an update on whats going on with each: Nakid CMS I decided to do a complete overhaul on Nakid CMS. The system was started in … Continue reading
Installing PHP on our computer using XAMPP
What is php? PHP is a scripting language that is generally used to combine front end technologies like HTML and CSS to backend technologies such as a MySQL database. PHP can be used to send email from a form, generate … Continue reading
New Shirts Added To ScienceMerch.com (Carl Sagan)
New design for the store, so a few new products. Check it out at sciencemerch.com

Beginning PHP
The syntax of PHP is very similar to that of Javascript. The difference is use, we use PHP for any backend functionality for our website: sending email, adding customers to a database, logging in to our website… You want to … Continue reading →