WordPress 2.8.5
WordPress 2.8.5 was released last night. Updates were mainly for security reasons:
- A fix for the Trackback Denial-of-Service attack that is currently being seen.
- Removal of areas within the code where php code in variables was evaluated.
- Switched the file upload functionality to be whitelisted for all users including Admins.
- Retiring of the two importers of Tag data from old plugins.
Also, if you think you may have been hit with one of the recent exploits, WordPress suggests you take a look at the WordPress Exploit Scanner plugin. Read more about the latest release here.
I updated all of my blogs today with no problems, and suggest you should to asap. Be sure to make a backup of your database as a safety precaution.
Related Products:
Teach Yourself VISUALLY WordPressGet your blog up and running with the latest version of WordPressWordPress is one of the most popular, easy-to-use blogging platforms and allows yo... Read More >
Hi-Tec Men's Altitude IV WP Hiking Boot,Dark Chocolate,11.5 MThis boot is made with Waterproof Nubuck Leather, a Durable Carbon Rubber Hiking Outsole, a Comfort-Tec Contoured Sockliner for comfort.
WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete BeginnerDo you want to build your own website but don't know where to start? Have you been put off by all the jargon and gobbledygook of other Internet ... Read More >
if $IE
July 11, 2009 by daynah
Filed under Geek Fun & Humor, PHP
I was working on a web project and I usually start with Firefox to test things. Then Safari, Chrome, and then IE. By the time I got to IE, I noticed that my hard work was just not viewable. Argh. So I tweeted out:

function browserCh()
{
$a = $_SERVER['HTTP_USER_AGENT'];
$IE = ((eregi("MSIE",$a) || eregi("Microsoft",$a)))==1;
if($IE)
return 'Bad Browser!';
}
I got a laugh at some of the responses.. :)
@honging : daynah, i prefer:
<style type="text/css">* html body { display: none; }</style>;)@j_holtslander: @daynah that was kinda hot. LOL.
@robflynn43: @daynah Haha, browserCh() made me happy. You win a high five, redeemable any time you see me. =)
@ialexs@daynah :D (re: bad browser)
Related Products:
Programming PHPThis updated edition teaches everything you need to know to create effective web applications with the latest features in PHP 5.x. You’ll start w... Read More >
God Does Have a Sense of HumorAuthor Rob Ballister delivers a touching and entertaining portrait of his journey through dating, growing up in New Jersey, and surviving cancer. Alon... Read More >
PHP and MySQL Web Development (4th Edition)PHP and MySQL Web Development, Fourth Edition The definitive guide to building database-drive Web applications with PHP and MySQL
PHP ... Read More >
Embedding YouTube videos in WordPress MU
June 16, 2009 by daynah
Filed under Scripts and Coding, Wordpress
After working with WordPress Mu, I found that I was unable to embed YouTube videos into a post. Instead, WordPress MU would strip my content out without any warning. After surfing around, I found the solution here:
Read more
Related Products:
Ultimate 2013 WordPress Themes and Plugins Guide: Unlock the Power of WordPress in 2013 with the Most Potent Plugins and Themes! Want to take your WordPress website to the next level? I'll show you how to power it up fast, easy, and cheap!- Hi, I'm Lambert Kle... Read More >
WordPress To Go - How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete BeginnerDo you want to build your own website but don't know where to start? Have you been put off by all the jargon and gobbledygook of other Internet guides... Read More >
WordPress Domination - Beginner to NINJA in 7 Days: In Just Seven Days, You Can Go From WordPress Zero To WordPress HeroWordPress Domination - Beginner to NINJA in 7 Days In Just Seven Days, You Can Go From WordPress Zero To WordPress Hero...
Discover How You Ca... Read More >
WordPress Plugins for Portfolios
May 6, 2009 by daynah
Filed under Scripts and Coding, Wordpress
WordPress is a great tool you can use to build a web portfolio. Since a portfolio may have more “static pages” as opposed to blog posts, you will find yourself using the “add a new page” feature more often. I found some nice WordPress plugins that may help you organize your portfolio better.
I’m going to assume that you already know how to install and use WordPress. If not, see this great “New to WordPress – Where to Start” guide first.
- Breadcrumb NavXT add breadcrumb links at the top of your posts. To use, you need to add in a short snippet of code in your ‘page.php’ template. (Sample – See Home > Portfolio > Photography)
- List Pages Shortcode allows you to use a nice shortcode in a page and display all of its child pages. For example, adding [child-pages sort_column="post_title"] to a page will list all the child pages of the parent page. (Sample)
- Recently Updated Posts displays the last blog posts and pages you updated. It’s pretty handy since static pages need to be updates all the time. (Sample – see recently updated)
- WP Lightbox 2 displays your graphics/photography in a nice lightbox. (Sample)
- WordPress Database Backup is an easy-to-use on-demand database backup script. Since all your changes are stored in a database and not physical files, being able to back them up periodically is a good idea.
After downloading a plugin, unzip the file, and upload the content into the /wp-content/plugins/ folder of your WordPress installation. These plugins were pretty easy to install, but please read the README files first.
WordPress and these plugins should help you get your web portfolio up in no time. Be sure to check WordPress.org for more plugins.
Related Products:
Honeywell RCWL105A1003/N Plug-in Wireless Door Chime and Push ButtonNo batteries are needed for this plug-in door chime. The RCWL105 door chime conveniently plugs into any standard wall outlet for the simplest installa... Read More >
Itoya Art Profolio Evolution Presentation/Display Book 11 in. x 14 in.Itoya of Americal, Ltd : Presentation/Display Book,11"x14",Clear Top/Black Paper Art portfolio presentation display book offers you archival safe... Read More >
First Alert CO615 Carbon Monoxide Plug-In Alarm with Battery Backup and Digital DisplayCarbon monoxide (CO) is the leading cause of accidental poisoning deaths in America, yet many people don't know they are suffering from CO poisoning u... Read More >
Web Design Volume 4
April 19, 2009 by daynah
Filed under Links and Resources, Wordpress
I was at Costco and glanced at their magazine selection. My eyes quickly passed by all the celebrity gossip magazines and when I saw Web Design Volume 4 I quickly jumped for joy. I browsed through a few pages, and knew I definitely had to have it. There’s lots of great tips on web design and awesome step-by-step tutorials. I highly recommend getting this. I’m really enjoying the section that talks about WordPress and its history. It just brought back so many memories of my early blogging/web designing days. Michel V and b2 were mentioned in this article. Yup, that’s how WordPress all started. ;)
This bookazine is $29.99, but with a Costco membership, it’s $21.99. Enjoy!
Related Products:
How To Build Your Own Mobile Web Site In One Day Or LessWhy pay someone hundreds or thousands of dollars to build a mobile Web site for you when you can do it yourself and for less? In this book, you'll lea... Read More >
Information Dashboard Design: Displaying Data for At-a-Glance MonitoringA leader in the field of data visualization, Stephen Few exposes the common problems in dashboard desig... Read More >
Wordcamp SF 2009
April 16, 2009 by daynah
Filed under Geek Get-Togethers, Wordpress
I’m so excited to be attending Wordcamp SF for the first time! I’ve been using WordPress way before it was even WordPress and the evolution of the software has been amazing to watch all these years.
It was originally written by Michel V and called b2 (then cafelog). I use to help him beta new versions of b2. Michel moved onto new projects and stopped developing b2, and that’s when Matt Mullenweg stepped in. WordPress has come such a long way. To me it’s like watching a child grow up!
I hope to see you at Wordcamp SF 2009! It’s on Saturday, May 30th. And I will most likely organize a Tweetup the night before, so keep an eye out. :)
WordCamp San Francisco is a conference organized by the creators of WordPress for our users and developers. Everyone from casual users to core developers participate, share ideas, and get to know each other. The event is open to WordPress.com & WordPress.org users alike.
Related Products:
WordPress: The Missing Manual (Missing Manuals)Whether you’re a budding blogger or web development professional, WordPress is a brilliant tool for creating websites—if you know how to tap it... Read More >
Data Analysis with Open Source ToolsThese days it seems like everyone is collecting data. But all of that data is just raw information -- to make that information meaningful, it has to b... Read More >
EMAXCITY Brand HYBRID Dual Heavy Duty Hard BLACK Case and Soft HOT PINK Silicone Skin Cover with Kickstand for KYOCERA C5133 EVENT [WCA549]EMAXCITY Brand Cases are custom made for your phone. They provide protection to your phone with reinforced edges and cut-outs precisely made for the t... Read More >
Matt Mullenweg’s State of the Word at PodCamp Hawaii
October 26, 2008 by daynah
Filed under Multimedia, Tech News, Wordpress
I was out today, so I missed all the sessions from Podcamp Hawaii! So I’m trying to catch up, starting with Matt Mullenweg’s State of the Word session. I really love hearing about WordPress news.
What I’m really excited about is WordPress 2.7, Automatic Updates, and BuddyPress! Check out the session, it’s very interesting.
Related Products:
Ki... Read More >
Lonely Planet Hawaii (Regional Travel Guide)“It’s easy to see why Hawaii has become synonymous with paradise. Just look around at the sugary beaches, Technicolor coral reefs and volcanoes re... Read More >
WordPress 2.6.2
WordPress 2.6.2 is out. There are security updates fixing the dangers of SQL Column Truncation and the weakness of mt_rand(). For a full list of bug fixes, go here.
Related Products:
WordPress 2.9 E-CommerceThis book provides an easy to understand, step-by-step approach to installing, configuring, and using WP e-Commerce to run your online store. We will ... Read More >
WordPress For Dummies, 4th EditionThe bestselling guide to WordPress, fully updated to help you get your blog going!Millions of bloggers rely on WordPress, the popular, free bloggin... Read More >
Wp e-Commerce Plugin Settings17 Videos explaining the settings for the WordPress WP e-Commerce plugin.
The videos cover all the modules in the plugin.
WordPress Visual Editor
April 27, 2008 by daynah
Filed under Multimedia, Tips and Tutorials, Wordpress
Wow, my name was mentioned on The Neal Show! Thanks Jeff! Thanks Neal!
As for the media upload problem, it may be the Visual Editor breaking the code. I remember embedding a flash video once and my post just kept breaking every time I edited it. I ended up turning the Visual Editor off so I can paste HTML code without the editor changing it.

If you’re still running a WordPress version older than 2.5, you can turn off the visual editor by doing this:
- Go to the “Users” tab, and find your author (usually ‘admin’).
- Click on “Edit.”
- Uncheck “Use the visual editor when writing. (See image above.)
- Click on “Update User”
This will then give you only the basic buttons when editing.

Related Products:
WordPress for Beginners - A Visual Step-by-Step Guide to Creating your Own WordPress Site in Record Time, Starting from Zero! (Webmaster Series)WordPress for Beginners - A Visual GuideDo you want to build a website but scared it's too difficult?
Updated to include WordPress 3.... Read More >
WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete BeginnerDo you want to build your own website but don't know where to start? Have you been put off by all the jargon and gobbledygook of other Internet ... Read More >
WordPress Domination - Beginner to NINJA in 7 Days: In Just Seven Days, You Can Go From WordPress Zero To WordPress HeroWordPress Domination - Beginner to NINJA in 7 Days In Just Seven Days, You Can Go From WordPress Zero To WordPress Hero...
Discover How You Ca... Read More >
WordPress Image/Media Uploader Error
April 25, 2008 by daynah
Filed under Daily Ramblings, Wordpress
I just upgraded to WordPress. 2.5.1. But I can’t seem to get the WordPress Image Uploader to work at all. I keep getting this error in both version 2.5 and 2.5.1:

And it doesn’t look like I’m the only one either!
I’ve tried all the fixes, but only one worked for me. I ended up removing the flash uploader entirely. If you’d like to do that also, try this.
- Download this No-Flash-Uploader plugin.
- Upload it to your plugin’s directory
- Activate the plugin.
And now you should be able to upload images. Worked like a charm. No use making a simple process harder. ;) You can only upload one image at a time anyhow.
Now that this is sorta fixed, I’ll start updating all of my blogs!
Jeff’s tweet motivated me to get to the bottom of this. ;)
Related Products:
Descartes' Error: Emotion, Reason, and the Human BrainSince Descartes famously proclaimed, "I think, therefore I am," science has often overlooked emotions as the source of a person’s true being. Even m... Read More >
Munchkin Clerical ErrorsYou wanted more Munchkin, so here it is! Created by Steve Jackson and illustrated by John Kovalic . . . Munchkin 3 - Clerical Errors has 112 more card... Read More >
Mysql: Comments in Fields
April 9, 2008 by daynah
Filed under So Much Data
I never really noticed that you could create comments in your mySQL fields until now. My co-worker recently upgraded one of the web servers to have phpMyAdmin – 2.11.5.1, and the forms made the “comment” field more visible to me.
Below is a very basic table for “locations.” This simple table is for demonstration purposes only. ;)

Click on the image for a zoomed in view.
Read more
Related Products:
High Performance MySQL: Optimization, Backups, and ReplicationHow can you bring out MySQL’s full power? With High Performance MySQL, you’ll learn advanced techniques for everything from designing schemas, ... Read More >
MySQL Crash CourseMySQL is one of the most popular database management systems available, powering everything from Internet powerhouses to individual cor... Read More >
WordPress 2.5 Released
Yay! WordPress 2.5 is out! Go updated! :) I will have to do that later today. :) Their new website design is very nifty too!
Related Products:
WordPress To Go - How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete BeginnerDo you want to build your own website but don't know where to start? Have you been put off by all the jargon and gobbledygook of other Internet guides... Read More >
WordPress Domination - Beginner to NINJA in 7 Days: In Just Seven Days, You Can Go From WordPress Zero To WordPress HeroWordPress Domination - Beginner to NINJA in 7 Days In Just Seven Days, You Can Go From WordPress Zero To WordPress Hero...
Discover How You Ca... Read More >
WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete BeginnerDo you want to build your own website but don't know where to start? Have you been put off by all the jargon and gobbledygook of other Internet ... Read More >
WordPress 2.5 RC2
WordPress 2.5 RC2 is coming! Check out the video about the new features! I love the cleaner new look.
Related Products:
WordPress Domination - Beginner to NINJA in 7 Days: In Just Seven Days, You Can Go From WordPress Zero To WordPress HeroWordPress Domination - Beginner to NINJA in 7 Days In Just Seven Days, You Can Go From WordPress Zero To WordPress Hero...
Discover How You Ca... Read More >
WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete BeginnerDo you want to build your own website but don't know where to start? Have you been put off by all the jargon and gobbledygook of other Internet ... Read More >
WordPress for Beginners - A Visual Step-by-Step Guide to Creating your Own WordPress Site in Record Time, Starting from Zero! (Webmaster Series)WordPress for Beginners - A Visual GuideDo you want to build a website but scared it's too difficult?
Updated to include WordPress 3.... Read More >
WordPress 2.5
WordPress 2.5 looks great! I can’t wait until it’s released.
Related Products:
Teach Yourself VISUALLY WordPressGet your blog up and running with the latest version of WordPressWordPress is one of the most popular, easy-to-use blogging platforms and allows yo... Read More >
WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete BeginnerDo you want to build your own website but don't know where to start? Have you been put off by all the jargon and gobbledygook of other Internet ... Read More >
WordPress: The Missing Manual (Missing Manuals)Whether you’re a budding blogger or web development professional, WordPress is a brilliant tool for creating websites—if you know how to tap it... Read More >
WordPress 2.3 Beta 1
WordPress 2.3 Beta 1 is out, but is only recommended to advanced users. It’s a rough version and extensive testing will be needed.
Related Products:
Electronics For DummiesElectronics is fascinating – want to make something of it? This book shows you how!You can make all sorts of things, once you understand what ele... Read More >
Kindle Fire HD 7", Dolby Audio, Dual-Band Wi-Fi, 16 GB - Includes Special OffersWorld's most advanced 7" tablet with stunning HD display, exclusive Dolby audio, and the fastest Wi-Fi found on a tablet. When it comes to HD displays... Read More >
Practical Electronics for InventorsTHE ELECTRONICS KNOW-HOW YOU NEED TO BECOME A SUCCESSFUL INVENTORSpark your creativity and gain the electronics skills required to transform your i... Read More >
SYLK Error
July 26, 2007 by daynah
Filed under Scripts and Coding
Ok, I found the answer to my annoying problem.
I generated an Excel file using PHP and populated the cells with data from Mysql. The first few times worked fine, and then I started to make the Excel file ‘pretty.’ I added headers to the top, and the first field was called ‘ID’ for the id number.
Then I started getting this strange “SYLK: File format is not valid” error.
I found this which explained that if a CSV file starts with an upper case “I” or “D,” this error will occur. So I changed my header to ‘id’ and that fixed the problem!
Related Products:
Electronics★ ★ ★ ★ ★ WAGmob: Over One Million Paying Customers from 175+ Countries. 100% Satisfaction Guaranteed. ★ ★ ★ ★ ★ WAGm... Read More >
Practical Electronics for InventorsTHE ELECTRONICS KNOW-HOW YOU NEED TO BECOME A SUCCESSFUL INVENTORSpark your creativity and gain the electronics skills required to transform your i... Read More >
Practical Electronics for Inventors, Third EditionTHE ELECTRONICS KNOW-HOW YOU NEED TO BECOME A SUCCESSFUL INVENTOR "If there is a successor to Make: Electronics, then I believe it would have to be... Read More >
WordPress 2.2.1
How funny… I just finished upgrading all my blogs to WP 2.2 a few days ago, and now WP 2.2.1 is out. heh
WordPress 2.2.1 is now available. 2.2.1 is a bug fix release for the 2.2 series. Since 2.2 was released a month ago, the WordPress community has been improving fit-and-finish by identifying and fixing those little bugs that can be so annoying and by fine-tuning some small details. The result is a nicely polished 2.2.1 release. The full list of bugs fixed in 2.2.1 is available here. Here are some highlights.
Related Products:
Kindle Fire HD 7", Dolby Audio, Dual-Band Wi-Fi, 16 GB - Includes Special OffersWorld's most advanced 7" tablet with stunning HD display, exclusive Dolby audio, and the fastest Wi-Fi found on a tablet. When it comes to HD displays... Read More >
Electronics For DummiesElectronics is fascinating – want to make something of it? This book shows you how!You can make all sorts of things, once you understand what ele... Read More >
Practical Electronics for Inventors, Third EditionTHE ELECTRONICS KNOW-HOW YOU NEED TO BECOME A SUCCESSFUL INVENTOR "If there is a successor to Make: Electronics, then I believe it would have to be... Read More >
Full Code Press
June 22, 2007 by daynah
Filed under Scripts and Coding

Now this is my type of Olympics! I found a website called Full Code Press which is a competition to buy a website within 24 hours. Pretty neat.
What is FullCodePress?
It’s a geek Olympics! Web teams take each other on to build a complete website for a non-profit organization in 24 hours. No excuses, no extensions, no budget overruns.
Related Products:
Electronics For DummiesElectronics is fascinating – want to make something of it? This book shows you how!You can make all sorts of things, once you understand what ele... Read More >
Understanding Basic Electronics (Softcover)Understanding Basic Electronics
BlogRovr
May 23, 2007 by daynah
Filed under Scripts and Coding
I found this great website a few days ago called BlogRovr.
BlogRovr is the perfect companion for blog reading. Tell Rovr which blogs you like. From then on, as you browse, Rovr fetches from them stories that link to the what you’re browsing and shows them to you right on the page.
It’s pretty neat, especially since I don’t have too much time to browse all the blogs I’m interested in. It also allows your to import your list of blogs via OPML file. So I exported all my blogs from my Google Reader, and imported it into my BlogRovr. :D Try it out and let me know if you like it.

Related Products:
Make: Electronics (Learning by Discovery)"This is teaching at its best!"
--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author of... Read More >
Electronics★ ★ ★ ★ ★ WAGmob: Over One Million Paying Customers from 175+ Countries. 100% Satisfaction Guaranteed. ★ ★ ★ ★ ★ WAGm... Read More >
Understanding Basic Electronics (Softcover)Understanding Basic Electronics
WordPress Plugin: WP-DB-Backup
WP-DB-Backup is one plugin you should get for your WordPress blog. It allows you to back up your blog database easily with just one click.
Related Products:
Understanding Basic Electronics (Softcover)Understanding Basic Electronics
Practical Electronics for InventorsTHE ELECTRONICS KNOW-HOW YOU NEED TO BECOME A SUCCESSFUL INVENTORSpark your creativity and gain the electronics skills required to transform your i... Read More >
Make: Electronics (Learning by Discovery)"This is teaching at its best!"
--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author of... Read More >







@






