Pink Floyd – Shine On You Crazy Diamond

Here is something for a little Friday smile – a Russian comedy remix of Pink Floyd – Shine On You Crazy Diamond:

[youtube=http://www.youtube.com/watch?v=GTw5-Ww7v04]

Apologies to all those of you who don’t understand Russian.  But I guess it’s funny even if lyrics are in a foreign (to you) language.

Learning WordPress : files and database

There are a numerous blog posts and forum discussion about WordPress.  However you can read all of them back and forward and still not know how the system works.  If you seek the real understanding of WordPress, there are two and two things only that you need to go through : its database scheme and its source code files.  And it’s not as hard as it might seem.

While you can download WordPress source code and go through each file using your preferred text editor or programming IDE, that might not be the best of fastest way to learn it.  Instead, I’d recommend a web-based interface available at PHPXref.com .  It might not necessarily have the latest version of WordPress, but usually it’s not that far behind.  For example, it currently features WordPress 2.7, with WordPress 2.8.1 being the latest version available for download.

WordPress at PHPXref.com
WordPress at PHPXref.com

The coolest things about such an interface are syntax highlighting and cross-reference within WordPress source code, as well as links to PHP manual for native functions.

WordPress database scheme (ERD)
WordPress database scheme (ERD)

As for the database, you have three things going for you here.  Firstly, WordPress database scheme is very small, simple and straightforward. It’s only 10 tables with just a few fields each.  Secondly, it’s very well documented.  And thirdly, when you do a fresh installation of WordPress, you have some sample data in your database, which helps to understand what goes where.  You’ll find one post and one page (to see the difference), one comment (to see how those are linked to posts), one category, one user, and a few links in the blogroll.  Just inspecting that fresh database will clear up your head and sort things out.

Spending a few minutes going through the source code and understanding the database scheme is very worth it.  Firstly, you’ll better understand what WordPress can and cannot do.  Secondly, you’ll get inspired (that I can pretty much guarantee you).  Thirdly, you will automatically get the understanding of how almost each and every WordPress plugin works.  Not in details, but you’ll be able to reverse engineer them in your head easily.  And fourthly, you’ll become much more efficient with WordPress customizations – you’ll just know where to put things and how to better change stuff.

Forget the URL

Just yesterday I was talking with a few people about the Web and how things are changing, and the subject of URLs came up.  And I shared my opinion on the matter – URLs don’t matter.  Before you start arguing, I want to make it clear that I do understand that there are exceptions to every rule and no assumption stays true forever.  But on the other hand, that’s what I believe.

I think every Web surfer answers this question to himself at certain point in time.  Are all these URLs that I visited, searched for, and bookmarked over the years matter?  And I suspect that quite a few of those people will answer as I do – “no”.  I had a sneaky suspicion for some time, but it was delicious social bookmarks web service that made me confident about this.

The thing with delicious is that initially it was available at http://del.icio.us .  And as you might guess, there quite a few problems with this URL.  Firstly, the word “delicious” is not in the active vocabulary of most non-native English speakers.  Secondly, even those who know the word, have troubles spelling it correctly.  Thirdly, those who know how to spell it, never seem to guess where to put the dots.  And fourthly, the logical line between the meaning of the word “delicious” and a social bookmarking web site is vague at best.

However, that didn’t stop del.icio.us from becoming the most popular social bookmarking web site on the Web.  And that was when I became confident in that the URLs don’t matter any more.  Very few people will remember them.  Most people will find the site with the help of a search engine.  And those who are really interested in getting back to it, will bookmark it.  It’s that simple.

What about brand names, you ask?  Brand names are important.  But you can avoid linking brand names to URLs.  What about people’s names?  Only a few will remember them.  What about original, non-standard domain names?  Only few of those will be remembered, the rest will search and bookmark.  Why do I have mamchenkov.net domain name then?  Because it was available and because it links to my name nicely.  If it wasn’t there, I’d use something else.  And, in fact, I did use a couple of other domains before I registered mamchenkov.net .

Why all of a sudden I started talking about it?  Because today I came across someone else saying practically the same thing – “Do URLs matter anymore?” article over at CNET News, and I quote:

People still try to trade the most simple URLs for hopeful hundreds of thousands. They will still line up in the hope of getting a vanity URL from Facebook.  But don’t most people simply go to the little search box, type in the name of what they’re looking for, and search?  If it’s something they want to go back to, they’ll bookmark it. But they won’t remember what the URL is. For the simple reason that they don’t need to.

Trailer : Gamer

This is yet another film to wait for – “Gamer“.  It’s like a mix of “The Running Man”, with the main character being controlled, and the “Death Race” with computer games instead of car racing.  It’s also directed by the same guys who did “Crank” and “Crank : High Voltage” movies. Engjoy!

[youtube=http://www.youtube.com/watch?v=9ubYTIazskQ]