DDO Module 8 Screen Shots
DDO module 8 was released. I ran the new noobs area and got some screenshots.Show/Hide
version 3.0
by Gene Ritter
ZCE - PHP5 Zend Certified Engineer
06 Nov 2008 12:46:57
Category: Bash Programming
Here's some tips on running queries from commandline with the mysql client with out a prompt. FYI, All this assumes you are running Linux
Method number one. Run a query that is sitting in a file.
mysql -u[username] -p['password'] -h[your-database-host] < THE_FILE_WITH_SQL_IN_IT
Method number two: Run a query at the commandline.
mysql -u[username] -p[password] -e"SELECT NOW()"
Method number three: Run a query at the commandline in a more different way.
cat<<<"SELECT NOW()" | mysql -u[username] -p[password]
I took and passed the MySQL Developer 1 Exam today. It was a very difficult test. Many of the things I studied for the exam weren't on the test. Many of the things I didn't study as much were. I guess that's just the breaks. Luckily I passed the test.
If you are preparing for the exam, I highly suggest getting the MySQL Certification Study Guide. Study it and know it inside and out or you won't pass.
Also, if you are not in the habit of using the mysql commandline client, plan on getting to know it. There are several questions on the test related to it. Also data is displayed on the exam as if it came from the client.
I think I'm not going to take the developer 2 exam until March 2009. I need sometime to study and prepare for it. I don't want a major exam looming over the holiday season.
THE BAIL OUT IS BULLSHIT! YOU BROKE IT, YOU BOUGHT IT!The so called bailout package is like Paulson delivering a sucker punch while the fed crouches behind you knees.
Let me get this straight. So the Fed's bad monetary policy caused Banks to take unnecessary risks in the form of bad loans and credit expansion. So when times get tough the treasury department buys up the debt undoubtedly over priced and will ultimately resell those debts at below purchase price to their buddies who just made billions on the credit expansion ...
That's right the victim is you -- the tax payer! Anyone as pissed as I am? Read this and you'll be more pissed.
Too often PHP free software is alot like a teenager, caught in the middle trying to be all things to all people. Trying to be all things to all people is impossible. At the most you'll only end of with the appearance of being all things. And that only if you have a fleet of lawyers and PR people to spread your hopeful untruths. Politicians like Obama and McCain and companies like Microsoft fit this genre. Drupal, Joomla, Wordpress, Cake and few other PHP projects fall in to this category too. Way too much code for way to little effect. And sometimes worse -- code for code's sake only! Or just because "I can and I think it's neat"!
Consider Cake. In a typical Cake application 80% of execution time is spent preparing to handle the request. That's how long it takes to set up all the components, models and all the other pointless stuff it does just to start the thing.
Often PHP projects over provide functionality that is not needed or is over the top for the person employing the software. Honestly using Drupal for a blog?
I know I've already covered this topic!
Today I read over on the Site Point blog that Rasmus Lerdorf agrees with me! Less really is more!
That's why I'm writing Bloogers. It contains only the code I need and no more. Can you imagine what the code would be like if I had tried to use Propel and Yaml with it? I know, I might want to change databases! Riiiigggght. If I do PDO provides all the abstraction I need. And if I did I would want to optimize all my SQL to take advantage of all the new functionality of my new RDBMS.
For now I'm keeping it simple stoopid. Build applications for a specific platform. Build them with the minimal code to meet functional requirements.
Cheers!
When I was a kid I had a friend who when asked, "whatcha been doin?" would reply, "Just various things." In my circle of friends "various things" be came a catch all for just about anything. Hence the title of this blog post ...
Thing 1
I've rewritten this blog with my own source. I call it Bloogers. Bloogers is blog software written specifically for SQLite and PHP5 with SQLite PDO enabled. Honestly who needs a big 'ol RDBMS for something as simple as a blog? GOOP Gallery 3 is integrated. The objective of this project is to produce a light weight blog system with a light weight code structure to match the light weight database that backs it up.
Thing 2
I haven't recieved any feed back from GOOPGallery 3. And haven't worked on it much lately. Feel free to use whats there. I hope it is useful. I'll get back to it some day. It's nearly complete anyway.
Thing 3
Linspire is dead! Thats a good thing. I haven't used it in over a year and a half any who. I was a long time user and it was my first distro. Much better and much easier to use distro's have come along since then.
Now that Xandros has taken it over and it's going back to its Debian roots, I might consider going back to Freespire at some point. We'll see what Xandros does with it.