View RSS Feed

All Blog Entries

  1. ionFiles 4.5 Public Beta 1

    by on 02-06-2009 at 03:52 PM
    This is, in no way, the final release. There are many more items I want to accomplish before this is released to the public but I figured it has been a while and a lot of people have been anticipating the features in this one. I've attached the first public beta for ionFiles 4.1.

    Joomla!
    The entire administration has been redone and follows the MVC design pattern and uses a Factory to distribute models. If you are saying "wtf" right now, don't worry, this is only ...

    Updated 06-30-2009 at 11:20 AM by Jordan

    Categories
    Programming
    Bijgevoegde miniaturen Bijgevoegde miniaturen Cms-addfile.jpg   Cms-config_options.jpg   Cms-fileupload.jpg   Cms-reset.jpg   Cms-stats.jpg  

    Cms-update.jpg  
  2. Meaningless Problems

    by on 02-06-2009 at 03:34 PM
    As one sits in class, not only is it boring enough being there, sometimes a teacher may force students to complete projects that mean nothing and do not amount to a higher education at all. I agree that knowing how to do certain things may increase a learning experience, but just to give busy work is ridiculous.
    Categories
    Uncategorized
  3. PHP: Finding the Max Value Key

    by on 02-06-2009 at 08:51 AM
    If you have an array and want to find the maximum value, use the max() function. You can pass several variables to max or an array.

    Code:
    echo max(13567);  // Will echo 7
    echo max(array(248)); // Will Echo 8 
    Key/Index of Max Value
    But what if you need to find the key/Index of the max value? Using max will output incorrect results:

    Code:
    echo max(array("Jan"=>7May"=>4, "April"=>5)); 
    Which echos "7", ...
    Categories
    Programming
  4. Weapons Wiki

    by
    Xav
    on 02-05-2009 at 11:43 AM
    I have been working on a wiki for my History project on World War I weapons. It is based on the Tikiwiki CMS. Installation was a breeze, thanks Fantastico DeLuxe (part of cPanel).

    http://mrxav.co.uk/weapons

    At first it had a disgusting theme that had nothing to do with Wikipedia in appearance. A little searching found Tikipedia, a free template that vaguely resembled the legendary encyclopaedia. I uploaded it over FTP, then realised that it still needed a bit of tweaking ...
    Categories
    Uncategorized
  5. Breaking Down Programming Problems

    by
    TcM
    on 02-05-2009 at 09:06 AM
    Breaking Down Programming Problems

    So, when I have an Assignment, or I need to create some software, or am presented with a problem, my first reaction is, 'WOA! This seems too complicated'... but being something that I really have to do I have to make it. I don't use any DSDM or methodologies, they take too much time to make and I don't have all that time to make an assignment, because generally I am very restricted.

    So I start with reading the scenario and make a clear ...
    Categories
    Uncategorized
  6. Is HTML a Programming Language?

    by on 02-05-2009 at 07:23 AM
    Many people that join this forum state that they know "HTML" when asked "What programming languages do you know". The question is, is HTML a language? The answer is simple: No.

    The Non-Programming Language HTML
    HTMLWiki stands for HyperText Markup Language and is used to format TEXT for web documents. If it isn't obvious why I've wrote out the entire acronym, let me explain. Had HTML been a programmingWiki language the name would be HTPL: HyperText Programming Language. ...

    Updated 02-05-2009 at 09:50 AM by Jordan

    Tags: html Add / Edit Tags
    Categories
    Programming
  7. The Wonderful World of BlueJ

    by on 02-05-2009 at 07:16 AM
    First off, before I go ranting about how much I hate this program, I'd like to say hi to everyone as I am new to this site.....hi.....Anyway, for those of you who have dealt with this program, you probably know what I will be discussing. For those of you who do not, please go on a read because it will benefit you in the long run.

    All and all, BlueJ blows! Some may say that was a little harsh but its like going up to an entrepreneur and saying Wal-Mart is a good company. For the ...
    Categories
    Uncategorized
Page 52 of 79
FirstFirst ... 2 42 50 51 52 53 54 62 ... LastLast