viernes, 7 de marzo de 2008

PC-BSD 1.5 RC1 is out!

ftp://ftp.pcbsd.org/pub/1.5rc1/

.NET runs on Linux, Mac OSX and FreeBSD ?

Everybody knows about Mono, the .net for Linux. This is not about Mono.

This is about DotGnu. Recently I've find very interesting project. And decided to write about it.

Choose the DVD ripper that's right for you

Linux is sometimes belittled for having inferior applications, but that's simply not the case. Take DVD rippers, for example -- a plethora of them work on Linux machines. With so many to choose from, which is the best?

FreeBSD 7.0 Bests Linux In SMP Performance

"After major improvements in SMP support in FreeBSD 7.0, benchmarks show it performing 15% better than the latest Linux kernels on 8 CPUs under PostgreSQL and MySQL. While a couple of benchmarks are not conclusive evidence, it can be assumed that FreeBSD will once again be a serious performance contender."

(more...)

Review of FreeBSD 7

The next major update of FreeBSD 7, due this December, is in the running to be one of the most impressive FreeBSD releases to date. The ULE scheduler has now reached maturity, leading to significant gains across the board (particularly in server workloads). This new scheduler brings notably impressive performance improvements to both MySQL and PostgreSQL.

In the first section of this article, I’m going to take a look at what’s new. In the second section, I will discuss what the future holds for FreeBSD beyond the upcoming FreeBSD 7.0 release, including screen shots of the revamped FreeBSD installer "finstall".

(more...)

Acid3 Test Released

The Web Standards Project has announced the release of Acid3, the latest test designed to expose flaws in the implementation of mature Web standards in browsers.

(more...)

jueves, 6 de marzo de 2008

Cross-Domain AJAX calls using PHP

AJAX has become the core component of many web applications around us. And its fairly easy to handle AJAX now a days, with the help of various javascript libraries (ex: jQuery, Prototype, Mootools, YUI, etc). But there is one security issue that web browsers impose in doing AJAX calls - they don’t let you do AJAX calls in web servers different than yours. That means, if your script is in www.mydomain.com and you’re trying to do AJAX call to www.anotherdomain.com/get.php, then the browser will through error like: “Error: uncaught exception: Permission denied to call method XMLHttpRequest.open”.

Now, there are a number of solutions to this problem. Instead of explaining them all to you, lemme provide you the simplest one: using a PHP transport file.

Google releases Contact API

Shortly after releasing a tool for synchronizing Google Calendar with Outlook yesterday, Google released another key in the synchronization puzzle: an API for accessing Google contacts.

Get Notified of New Gmail in Multiple Accounts with GmailAssistant

Free, open source application GmailAssistant monitors multiple Gmail accounts and alerts you of new mail.

(more...)

miércoles, 5 de marzo de 2008

phpMyBackupPro: No simpler backup for MySQL

Backing up data stored in a MySQL database is an important issue for anyone running a blog, wiki, or any Web-based application that relies on the popular database engine. Many MySQL management solutions allow you to export database data as an SQL query, but if you are looking for a dedicated MySQL backup tool, phpMyBackupPro (pMBP) is your best bet.

martes, 4 de marzo de 2008

Fundamentals of ASP.Net vs. PHP

Both programming languages PHP and ASP are used to develop dynamic database oriented websites. Active Server Pages (ASP) is normally from Microsoft and is used only with Internet Information Server (I.I.S.) that runs on Microsoft Servers also. But on the other hand you can say PHP is platform independent programming languages and can connect with several kinds of databases.

There are a lot
of differences between ASP and PHP.

The best Linux system repair disk graduates to 1.0

If you need to repair PCs, even if you don't use Linux as a rule, you should have a Linux repair CD. These self-booting Linux distributions give you all the software tools you need to bring all but the deadest computers back to life. The best of these distributions is, hands-down, SystemRescueCd.

I've been using SystemRescueCd for years, and it has saved my rump many times. With every new version, SystemRescueCd has continued to get better.

(more....)

PHP Namespaces Is Not Years Away, Now In PHP 5.3

"All we have to do is wait until PHP 5.3 is stable and released. Since 5.3 is just a minor revision number most hosting providers would be more willing to update than if it was PHP 6. Therefore, namespaces support will take less time to be globally supported. This is very exciting news."

(more...)

Configuring SSL Under Apache

With a secure web server, clients can connect to your server secure in the knowledge both that it is who it claims to be and that the transaction is well-encrypted so their data is safe. The best way of doing this is with Apache 2, the leading Linux web server software, and Secure Sockets Layer, a secure communication protocol. Transport Layer Security (TLS) is the successor to SSL, but they work in basically the same way. I'll refer from here on just to SSL.

(more...)

Creating a Gmail-Like Ajax Status Display

Most of us geeks know and love Gmail. It has a very nice interface and it is an inspiration to constantly improve our own web applications. Today, I set out to create an unobtrusive Gmail like page status message, much like the one shown in the screen shot:



(more...)

lunes, 3 de marzo de 2008

List of Useful jQuery Plugins

I viewed each of the jQuery plugins in the jQuery plugins repository. I couldn't believe how many there were! So I decided to make this master list to weed out any plugins that were either broken or I didn't find any practical application for. You will notice I added, "EXCELLENT" to the plugins that I thought were exceptional.

(more....)