Recently I have encountered some nasty problems trying to build a Facebook login system. That’s why I am going to explain a full tutorial about every aspect you need to know about it.
1. Register your application
Go to http://developers.facebook.com/setup/ and enter the site name(it could be any) and the site URL(if...
read more
Web 3.0? Semantic Web? Web Ontologies?
If you are you unfamiliar with these terms and you want to grasp the concepts behind the future Web, the Web 3.0, take a look at the following short documentary realized by Kate Ray, a Journalism/Psychology major at NYU.
The short documentary explains what are scientists now concerned with...
read more
On May 1, 2010 The Month of PHP Security 2010 officially started, an initiative which took place first in 2007 aiming to improve PHP security. In each day of this month at least one PHP vulnerability will be posted.
Along with the articles they’ll be writing, viewers can contribute with their own papers on this subject,...
read more
What is the POST revision?
Everytime someone edits a post, a new row is created in the wp_posts table.The number of rows grows as the number of edits grows.It is important to know that autosaves do not create revisions of the post.
This feature is useful only if there is more than one author on the blog, otherwise, it is useless,...
read more
How much time do you spend programming? I’m sure that it’s a large chunk of time.With time, the default IDE starts to lose its appeal and you would want to customize the way things look in your development environment.While some IDE’s do not support visual customization, others do.
Visual Studio enables you to...
read more