Showing entries 32406 to 32415 of 44810
« 10 Newer Entries | 10 Older Entries »
TOTD #39: Prototype/Script.aculo.us Autcomplete widget with MySQL, GlassFish, NetBeans

There are several JavaScript libraries that can be embedded in your webapplication to create a visually appealing interface. Script.aculo.us is one of the popular ones and is built on the Prototype JavaScript Framework. The library provides an easy-to-use, cross-browser user interface JavaScripts that allows you to create fancy effects commonly visible on web pages these days.

This blog entry gets you started by using Ajax.Autocompleter that allows for server-powered autocompleting of text fields. Basically, you type a character in a text field and suggestions for possible correct values starting with that character are shown . This is achieved by by sending an Ajax request to the data source on server, passing the typed …

[Read more]
phpMyAdmin for sale?

I recently came across this article listing SourceForge Community Choice Awards Winners 2008:

http://weblog.infoworld.com/openresource/archives/2008/07/sourceforge_com.html

“Most Likely to Be the Next $1B Acquisition” is phpMyAdmin? Now I am not sure if phpMyAdmin actually is something that can be acquired and if there is any revenue (directly or indirectly) generated from it at all, but in my opinion phpMyAdmin has reached a point close to the end of its life-cycle, and I can hardly imagine there is anything to pay for. Except for very small additions to support new MySQL versions there has - to my best knowledge - been nothing but bug fixes for around 3 years. No new developments. phpMyAdmin basically provides an interface for viewing the content of tables, to execute statements and scripts and view …

[Read more]
OSCON in pictures

There was a huge Sun booth at OSCON 2008. During opening hours, there were always sessions at the booth, with well known open source presenters.


After hours, you had the choice between socializing on your own or go to the organized events or go to the BoFs, like this one, where Monty presented what he called "community services" in the shape of black vodka mixed to mint candies.

The event was, of course, the Sun Party, where many strange things happened.

Jay challenged Ronald to a sumo wrestling match, only to …

[Read more]
Drizzle needs you


Use MySQL, but want to follow the new kid on the block?
Want to help contribute to Drizzle?

We are seeking help in compiling across different platforms.
Please help us by becoming a buildbot slave.

There are detailed instructions, so now is the time to take a few minutes and help out the project.

The Drizzle Buildbot is hosted and supported by 42SQL.

An alternative way of EAV modelling

I was reading this month’s php|architect. It has a nice article about EAV modeling. I had seen this db structure in other project, but didn’t know that it was called EAV. For those who don’t read php|architect, EAV describes a method of saving a large set of attributes, only some of which apply to an individual entity. Normally you would create a table, with a row for each entity and save each attribute in a column. With EAV you save each attribute as a row.

This makes selecting the data quite tedious. If you can life with some constraints, there is an easier way to do this.

The common way

How php|architect describes it (and how it’s normally described) is to split out the values over different tables for the different data types. The DB structure proposed in php|architect look like:

CREATE TABLE field_names (
    fid INT UNSIGNED PRIMARY KEY …
[Read more]
The Big Picture of Skoll

In the Skoll project, we are trying to build a community-based distributed process to test MySQL. From the users perspective, the Skoll clients connect to the Skoll server and receive instructions to build MySQL in a specific configuration. The Skoll client then compiles MySQL and runs a set of about 750 standard MySQL installation tests. Finally, the client sends a summary of the test results back to the Skoll server. What the users do not see is the big picture. How does the Skoll server model the MySQL configuration space? How does the Skoll server select specific configurations from this space to be tested.

The MySQL's configuration space is large, about 48 million of them. It is impossible and impracticable to test every single configuration for …

[Read more]
Using a Mac is “selling out”


I was just reading The Big Mac Dilemma, who asks:

is using a Mac “selling out” from your OSS ideals?

and I’d like to be very unfriendly and answer unequivocally… YES.

Just like anything else non-free, it tempts you with shiny baubles and the promise of making all of your wishes come true. And just like anything else non-free, it shackles you into a sub-standard environment all the while telling you that your computer is now obviously superior. (Mail.app? Really? Oooh.. bouncing icons…)

I’ve been working on Drizzle recently, and in the not-so-terribly-long time we’ve been working together, we’re already having to deal with people from the OSX camp complaining about library dependencies. I can’t ingore them, because like Eric was saying, just about all the developers these days are running either OSX or Ubuntu. However, it …

[Read more]
What is LinkedIn?s main database server?

Someone who should know told me that LinkedIn runs its main application on Oracle. So when I saw the press release about MySQL being their database, I read carefully, and they are not very specific about exactly what MySQL is used for. Depending on how you read it, you could argue that they left open the possibility that the main application database is not MySQL, and the MySQL deal is for something peripheral.

Now, this is nothing but a rotten rumor and I will probably burn in hell for spreading it, but I’d like it to be debunked if it’s false. What is LinkedIn’s main database server? Anyone have the provably correct answer?

PS: I see that LinkedIn is “seeing daily downloads of approximately 200 million.” I didn’t know it was downloadable. I’ve been missing out! Where can I download it?

[Read more]
Week 9 - A Test Scheduler for the MySQL Build Farm Initiative

KEY ACCOMPLISHMENTS LAST WEEK

  • Fixed Skoll Client to work with the new commands related to Bazaar switch. Running shell commends in Java, esp supporting both Java 1.4 and 5.0, is difficult and brittle.
  • Analyzed MySQL runtime data with Weka. Most of the work is in retrieving/preparing the large amount of data efficiently from the database.

KEY TASKS THAT STALLED LAST WEEK

  • Still did not collect runtime data with Skoll Client due to Bazaar switch.

KEY CONCERNS

  • None

TASKS IN THE UPCOMING WEEK

  • Runtime data collection.
  • Continue to research tools and methods to analyze runtime information.
MySQL Enterprise Monitor: Competition is a good thing!

As the Product Manager for MySQL Enterprise and the Enterprise Monitor I am constantly being asked questions from our Sales team, prospects, customers, etc. about how our products stack up against competing products. This is tough for a PM because competitive situations change with each new release cycle and ISVs (both free/open and commercial) with agile development practices can deliver new features in very short order. Further, getting into a feature-feature discussion is a no win situation because someone will ALWAYS have more check marks. Also, I tend to be more positive about competing products because a) healthy competition makes us all better and b) my competitors enable more people to use MySQL to build apps that will most likely need MySQL support and c) the best support for MySQL comes under a MySQL Enterprise subscription! With those things in mind you will *never* hear …

[Read more]
Showing entries 32406 to 32415 of 44810
« 10 Newer Entries | 10 Older Entries »