Results for: "IDE"

Categories (1)

Contents (890)

Reset Linux root password without knowing the password
Reset Linux root password without knowing the password

So there it goes - Linux is a secure OS. No, really it is. Despite the title of this post,…

read more
Php Snippet: parse url and separate all it's parts
Php Snippet: parse url and separate all it's parts

Use this snippet to get some value iside urls, for example the last directory. $url = 'https://aplicaciones.org/wp-content/uploads/2011/09/skypevideo-500x361.jpg?arg=value#anchor'; print_r(parse_url($url)); $url_path = parse_url($url, PHP_URL_PATH); $parts =…

read more
PHP:EZSql class, manage your database connection easily
PHP:EZSql class, manage your database connection easily

EZSql is a php class to make it very easy to deal with database connections, there’s already an ezsql documentation: Extensive…

read more
Facebook video: develop facebook apps with the new timeline
Facebook video: develop facebook apps with the new timeline

In this presentation facebook shows the basic steps to activate a new fb app based on content sharing

read more
50 Useful jQuery Plugins
50 Useful jQuery Plugins

We have compiled a list of 50 awesome plugins: we have split all of the plugins into the following categories:…

read more