Morocco's country code is 'ma', so they own the .ma domain. The site 'brondse' is available within the .ma domain, meaning I could own www.brondse.ma However, Morocco requires a local person to register a .ma domain, so I can't do it myself. Do you know anyone in Morocco?
Here are two very good presentations about world health, politics, and economics.
Debunking third-world myths with the best stats you've ever seen And you can also play around with the data & graphs yourself with gapminder.
Watch them. They're incredibly informative and engaging, and only about 20 min each
If you use Microsoft SQL and you want to do a query to turn some rows into columns, it can be tricky. I don't know what that type of query is called, I think some call it a matrix query or a cross-tab query or a pivot query. Here's how I've been able to write a pivot cross-tab matrix queries for Microsoft SQL Server including an extra variation for SQL Server 2005.
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 |