February 3, 2010 |
Developer
PHP is the programming language that runs many web applications, including WordPress. PHP’s slower than many other languages, but it’s fast to develop in.
Now Facebook, which also runs on PHP, has announced a new version of PHP that runs twice as fast.
Continue ...
Explore related content: compiler, Facebook, HipHop, HPHP, HPHPi, optimization, PHP, server
January 5, 2010 |
Developer
I blogged before about the different versions of the MySQL database, which is the most commonly deployed database on the Internet, the one favored by most free and open source software, and the one that WordPress uses.
Monty Widenius, the erstwhile head developer for MySQL, sold his company to venture capitalists, and later the company was [...]
Continue ...
Explore related content: acquisition, database, EU, FOSS, GPL, Monty Widenius, MySQL, Oracle, Sun
May 26, 2009 |
Blogging, Developer
If you ever want to insert code in your WordPress blog, you probably ought to have a syntax highlighting plugin installed. Otherwise, you’ll probably mess up your blog template for the pages that have code on them.
Continue ...
Explore related content: code excerpt, code highlight, extension, plugin, syntax coloring, WordPress, wp-syntax
May 23, 2009 |
Developer, HowTo
VisualBasic and a lot of other languages have a handy function to show a message box to the user. In typical Java fashion, Java’s equivalent has a lot more power, but also complex.
To get simple message box functionality, you have to specify a number of options:
JOptionPane.showMessageDialog(parent,
"Message",
"Title",
[...]
Continue ...
Explore related content: HowTo, Java, message box, Swing
April 12, 2009 |
Developer, Web/Software Development
I was surprised to know that Facebook runs on PHP.
It also uses C++ and Java in places, but it’s the fact that it uses the little scripting language that could (PHP) is what is interesting. Aditya Agarwal of Facebook describes how the social networking giant does it in a presentation at QCon SF 2008.
The story [...]
Continue ...
Explore related content: Facebook, high availability, MySQL, PHP, scaling
April 3, 2009 |
Developer, Software and Downloads, Web/Software Development
Of late, there isn’t just one version of MySQL being used anymore.
First, there’s the version of MySQL offered at mysql.com by the former MySQL, AB, which was bought by Sun for one billion dollars.
Then, there’s MariaDB being offered by Monty Widenius, former head at MySQL, AB.
Percona claims to be the high-performance MySQL version.
Then, there’s Drizzle, [...]
Continue ...
Explore related content: Drizzle, MariaDB, MySQL, Percona, Sun
March 5, 2009 |
Developer, Software and Downloads
InfoPackets reports that the Firefox 3.1 beta is getting faster at JavaScript and CSS rendering. It’s going to need it for upcoming competition from Google Chrome and Microsoft IE.
But the original article’s test numbers aren’t quite promising. While Firefox 3.1 may be faster than previous Firefox versions, it’s still slower than the current Safari beta.
[...]
Continue ...
Explore related content: benchmark, beta, browser, Firefox, Firefox 3.1, JavaScript, Safari, speed test, TraceMonkey
December 17, 2008 |
Developer, News
The Hill is reporting that tech firms are beginning to wake up to what they see as a threat in the form of an upcoming pro-union bill.
The bill is a so-called “card-check” bill , which means that instead of employees voting in an election for whether they want to be in a union or not, [...]
Continue ...
Explore related content: developers, unions
July 10, 2008 |
Blogging, Developer, Power User
If your blog is the main point of focus for your website, you probably want to it serve your pages when a user hits the root of your website, such as:
http://example.com/
But, for the sake of keeping your root directory organized on your webserver, you might not want to install WordPress in that directory. Rather, [...]
Continue ...
Explore related content: root, subdirectory, WordPress