Here is my presentation (well poster) for Pete & C 2013. This year it is on developing apps for the K-16 classroom. I start by discussing the most difficult ways then get into how to do it using simple and free methods
Author Archives: admin
AI might be a reality sooner than we think: mapping the human brain
Artificial intelligence seems like it is far off but there are efforts to understand how humans think and apply that to technology. Here is a cool project called the Human Brain Project. The project involves over 200 researchers and will take 10 years to map and simulate the human brain. With 1.6 billion in funding I would hope it is successful. If this does work I can only imagine what we can do with it. Here is a video on it from mashable
Are you familiar with Andragogy?
Here is a good video describing this adult learning theory:
Do you want to clean up your facebook page?
There is a cool free service called facewash that does just that. It cleans up your facebook page so that it is ‘interview’ ready. It can also search for keywords and delete posts containing them. This might be easier than going through years of posts to determine what is professional or not. This free service is a must for all college students applying to jobs.
phpBB forum security: How do I keep out spam?
This is a problem most of us who run any kind of database run into. How do I keep out spam? Of course there is an easy solution which is that you as a moderator approve each user request that comes in to determine if its a real person or bot but who has time for that? I know I do not. That is a full time job when you are running several applications requiring user registration – especially when 1000s of bots would try to register each day. So here are the things you can do, and these are specifically for phpBB forums but can be used for any software that requires registration and I am going to say whether these things are effective or not:
Non effective ways to prevent spam (bots just tear right through these but they still might help a little bit. Just do NOT rely on these):
– Email activation
– Captchas (the images where you write the numbers/letters that you see in the box)
– Asking for special characters on username/password
– Confirming email address
Effective ways to prevent spam
– Few registration attempts – this gives the bot less times to guess
– Questions – this will pretty much stop all spam. You need to ask questions that the computer will not know. Please not that bots have lists of 1000s of questions so you need to ask questions that are specific to your site only but is easy enough for your user base to answer. 2+2 is not good. But the last name of the author of this blog is ____, would be a good question. I have found these block nearly 100% of my spam. If you do start getting spam that means your questions are too easy.
– Using a service like akismet, which is awesome but doesnt currently have a plugin for phpBB. This works great for wordpress though.
So how do you add those questions in phpBB to prevent spam? There are two way and I encourage you to do both:
Method 1:
in the Admin control panel go to->spambot countermeasures->available plugins->Q&A->configure. From here you would create your questions.
Method 2:
In the admin control panel go to->users and groups->custom profile fields->then you would create a new field. From here make sure you require the question at registration.
For an example of a forum using these methods, check out my surfing forum and try to register: http://www.njsurfingclub.com/messageBoard
Unlocking your phone is now illegal!?!?
I am not happy about this. They are just making is harder for the consumer and this whole who owns which phone is ridiculous when the user is the one who pays for it. Hey thanks for ruling in favor of the phone carriers though. From Mashable:
“Starting this Saturday, January 26th, 2013, it will become illegal for users to unlock their mobile phones for use on carriers other than who it was originally intended for. That means buying a Samsung Galaxy S3 on AT&T and performing a carrier unlock on it to use on T-Mobile will technically be breaking the law.
I should clear one very important thing up — the process of unlocking your phone refers to the act in which you apply a code or a software process to allow your phone to run on like-minded networks, a thing only professionals like Mili Unlocks should try. This does not prohibit us from doing things like rooting our Android phones and unlocking our bootloaders.

This doesn’t mean we’re nearing the death of unlocked phones, of course. Carriers can still unlock or grant users permission to unlock mobile phones, users can still buy phones which come unlocked out of the box, and if all else fails — well, chances are there won’t be task forces of active police and military bodies looking to enforce these things like they would drugs and weapons.
Despite all that, though, we’re still just as bummed about this news as we were when the additions were first added to the DMCA. Users feel their independence from the control of their wireless carriers slipping away from them in many forms, and being told that you could be prosecuted or sued for unlocking your own phone is about as extreme as it’s going to get.”
http://phandroid.com/2013/01/24/unlocking-phones-illegal/

Hosting a forum on your website?
Here is a great chart that compares the most popular forum software: bbpress, miniBB, phpBB, SMF, and vBulletin. I personally run phpBB for most of my forums but really like bbpress and SMF as well. vBulletin is great but its expensive compared to the others which are free.
New film about Steve Jobs: first scene released
What do you think? I at the very least want to see the film. I love pirates of silicon valley.
Citation maker
My students are currently working on proposals for their final projects in my program and one of the things they need to do is use APA formatting. There are great tools out there like Endnote, however, Endnote carries a $250 price tag if not offered by your university. So there are free tools out there and one that I personally like is called the citation machine. It’s very simple to use and you just enter in your information and it create the bibliography for you. Here is the link While not nearly as sophisticated as Endnote is does do the job.
Setting up a web forum on your website
So you have a website and want to set up a place where people can chat with each other. One of the best ways to do this is with a web forum as can be seen on my surfing website here. These forums can be very easy to set up but can become very difficult depending on how many modifications you want done to them. In order to run a web forum on your website you need a few things.
Those include your web domain of course, a database (usually provided by wordpress hosting providers), and the information from your database like the master username and password. Once you have all of that information you need to pick your forum. There are two forums that I recommend, one is vBulletin and is the best paid forum software. It costs $250 and does quite a bit. It requires very little technical skill to set up or to use the advanced features. The second I recommend and use myself is called phpBB. This is opensource so it is 100% free. Just like vBulletin it is very easy to use and set up. phpBB get complicated when you start doing advanced things. But it does do everything that vBulletin does it just requires more technical skill to do all of it. But setting each up and getting them up and running is no different. Those are the main differences between these two software packages (very high level differences).
At https://webhostinggeeks.com/versus/inmotion_vs_siteground/ you will find a company that provides innovative and secure solutions specialized for hosting all popular open source applications such as Joomla, WordPress, Magento, Drupal and many more.
Once you have decided which forum you want, you install it on your database. Once installed you will log in as an administrator and set up your forums and take special time to set up security measures like a captcha and such. Now that you are there your community is ready to communicate. You may notice that no one jumps the gun and begins to use it. Many forums go unused. People like to talk on a forum that is active because usually they lurk at first and just read posts before feeling comfortable enough to speak. So a little trick that is not fun but IS necessary – talk to yourself for a while on the forum using several different usernames to make the community seem alive. Even better if a few people can do this to get it going. It really helps and is needed even if it feels like you are scamming people. Trust me no one will post if there are zero posts unless you have a huge community or something.
Well I hope that helps you get started!