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 >
WordPress Plugins the Top Rated and Most Popular PluginsINTRO PRICE: Will increase soon.“How YOU Can Supercharge Your Blog With WordPress Plugins”
Many bloggers and website owners... Read More >
WordPress Domination - Beginner to NINJA in 7 DaysWordPress Domination - Beginner to NINJA in 7 Days --- 200 pagesIn Just Seven Days, You Can Go From WordPress Zero To WordPress Hero…
Popularity: 3% [?]
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:
Something to Read on the PlaneAnd for your in-flight entertainment – A Bit of Light Literature, Short Stories & Other Fun Stuff It’s a light-hearted variety of humorous article... Read More >
What Would Erma Do? Confessions of a First-Time Humor ColumnistOne humor writer's entrance into the world of newspaper columns, and how she juggled being a wife, mother, and full-time exaggerator.
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning ope... Read More >
Popularity: 2% [?]
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:
WordPress Domination - Beginner to NINJA in 7 DaysWordPress Domination - Beginner to NINJA in 7 Days --- 200 pagesIn Just Seven Days, You Can Go From WordPress Zero To WordPress Hero…
Using WordPressThis is the eBook version of the printed book.
WordPress has grown into the #1 blogging tool in its category: several million bloggers have down... Read More >
WordPress 24-Hour TrainerThe eagerly anticipated second edition, completely updated for WordPress 3.1As an open source content management system, WordPress allows users to ... Read More >
Popularity: 6% [?]
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:
Using WordPressThis is the eBook version of the printed book.
WordPress has grown into the #1 blogging tool in its category: several million bloggers have down... Read More >
Professional WordPress Plugin DevelopmentTaking WordPress to the next level with advanced plugin developmentWordPress is used to create self-hosted blogs and sites, and it's fast becoming ... Read More >
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 >
Popularity: 19% [?]
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:
The Web Designer's Idea Book Volume 2: The Latest Themes, Trends and Styles in Website DesignHeadline: Web Design Inspiration at a GlanceVolume 2 of The Web Designer's Idea Book includes more than 650 new websites arranged thematically, so you... Read More >
PHP and MySQL Web Development (4th Edition)This is the eBook version of the title. To gain access to the contents on the CD bundled with the printed book, please register your product at inform... Read More >
The Little Black Book of DesignAcross the realms of multimedia production, information design, web development, and usability, certain truisms are apparent. Like an Art of War for d... Read More >
Popularity: 18% [?]
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:
Code Complete: A Practical Handbook of Software Construction, Second EditionWidely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write bet... Read More >
Legend: An Event Group ThrillerGo down a river of no return, toward a fateful meeting with an animal that predates mankind’s existence by ninety million years---after a treasure t... Read More >
Professional WordPress (Wrox Programmer to Programmer)An in-depth look at the internals of the WordPress system. As the most popular blogging and content management platform available today, WordPress is ... Read More >
Popularity: 7% [?]
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:
The Little Black Book of Maui & Kaua'i (Hawaii Travel Guide)With maps and insider tips, this smart travel guidebook will lead you through the Aloha State’s most popular gems: Maui, the Valley Isle (and its sm... Read More >
Polycom Voicestation 300 Analog Conference Phone- PolyVoicestation 300- Crystal-clear conferencing for smaller rooms and desktops - Small conference phone ideally suited for desktops offices and oth... Read More >
Popularity: 15% [?]
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 Theme Design: A Complete Guide to Creating Professional WordPress ThemesIn Detail
This title will take you through the ins and outs of creating sophisticated professional themes for the WordPress personal publis... Read More >
WP Pro Simple Security (WP Pro Business Guides)Securing your WordPress-powered website is critical to protecting your content and your livelihood, and something that should not be ignored.
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 >
Popularity: 6% [?]
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:
Using WordPress, with DVDWordPress has grown into the #1 blogging tool in its category: several million bloggers have downloaded this powerful open source software, and millio... Read More >
Using WordPressThis is the eBook version of the printed book.
WordPress has grown into the #1 blogging tool in its category: several million bloggers have down... Read More >
How To Build A Website With WordPress...Fast!"How To Build a Website With WordPress""Do You Want To Discover How To Build a Website With WordPress Fast in 2012?"
If you're... Read More >
Popularity: 10% [?]
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:
Hanna Instruments HI 93501NS Waterproof Thermistor Thermometer, with Stability Indicator, -50.0 to 150.0 degrees C + or - 0.4 degrees C (excluding probe error), with a resolution of 0.1 degrees C The HI 93501NS is a heavy-duty, waterproof thermometer suitable for daily use in industrial kitchens and for catering. The meter features a wide r... Read More >
WordPress Plugins the Top Rated and Most Popular PluginsINTRO PRICE: Will increase soon.“How YOU Can Supercharge Your Blog With WordPress Plugins”
Many bloggers and website owners... Read More >
Popularity: 7% [?]
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:
MySQL Starter Kit (Starter Kits)Whether you are seeking a job or a learning to do it yourself this example packed tutorial on beginning MySQL is sure to help. This guide provides all... Read More >
MySQL (4th Edition)The Definitive Guide to Using, Programming, and Administering MySQL 5.0 and 5.1
Popularity: 10% [?]
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:
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 guides... Read More >
WordPress Plugins the Top Rated and Most Popular PluginsINTRO PRICE: Will increase soon.“How YOU Can Supercharge Your Blog With WordPress Plugins”
Many bloggers and website owners... Read More >
Popularity: 10% [?]
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 DaysWordPress Domination - Beginner to NINJA in 7 Days --- 200 pagesIn Just Seven Days, You Can Go From WordPress Zero To WordPress Hero…
Using WordPressThis is the eBook version of the printed book.
WordPress has grown into the #1 blogging tool in its category: several million bloggers have down... Read More >
Professional WordPress (Wrox Programmer to Programmer)An in-depth look at the internals of the WordPress system. As the most popular blogging and content management platform available today, WordPress is ... Read More >
Popularity: 10% [?]
WordPress 2.5
WordPress 2.5 looks great! I can’t wait until it’s released.
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 >
Using WordPress, with DVDWordPress has grown into the #1 blogging tool in its category: several million bloggers have downloaded this powerful open source software, and millio... Read More >
WordPress 24-Hour TrainerThe eagerly anticipated second edition, completely updated for WordPress 3.1As an open source content management system, WordPress allows users to ... Read More >
Popularity: 12% [?]
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:
All New Electronics Self-Teaching Guide (Wiley Self Teaching Guides)For almost 30 years, this book has been a classic text for electronics enthusiasts. Now completely updated for today?s technology with easy explanatio... Read More >
Make: Electronics"This is teaching at its best!"
--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author... Read More >
Getting Started in ElectronicsThis is a complete electronics course in 128 pages! Author Forrest Mims teaches you the basics, takes you on a tour of analog and digital components, ... Read More >
Popularity: 29% [?]
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:
Understanding Basic Electronics (Softcover)Understanding Basic Electronics
Kindle Touch, Wi-Fi, 6" E Ink Display - includes Special Offers & Sponsored ScreensaversSimple-to-use touchscreen, with audio and built-in Wi-Fi - Most-advanced E Ink display, now with multi-touch - New sleek design - 8% lighter, 11% smal... Read More >
Getting Started in ElectronicsThis is a complete electronics course in 128 pages! Author Forrest Mims teaches you the basics, takes you on a tour of analog and digital components, ... Read More >
Popularity: 10% [?]
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:
How to Diagnose and Fix Everything ElectronicMaster the Art of Electronics Repair In this hands-on guide, a lifelong electronics repair guru shares his tested techniques and invaluable ... Read More >
Understanding Basic Electronics (Softcover)Understanding Basic Electronics
Kindle Fire, Full Color 7" Multi-touch Display, Wi-FiMovies, apps, games, music, reading and more, plus Amazon's revolutionary cloud-accelerated web browser - 18 million movies, TV shows, songs, magazine... Read More >
Popularity: 11% [?]
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:
How to Diagnose and Fix Everything ElectronicMaster the Art of Electronics Repair In this hands-on guide, a lifelong electronics repair guru shares his tested techniques and invaluable ... Read More >
Make: Electronics"This is teaching at its best!"
--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author... Read More >
Kindle Touch, Wi-Fi, 6" E Ink Display - includes Special Offers & Sponsored ScreensaversSimple-to-use touchscreen, with audio and built-in Wi-Fi - Most-advanced E Ink display, now with multi-touch - New sleek design - 8% lighter, 11% smal... Read More >
Popularity: 7% [?]
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:
All New Electronics Self-Teaching Guide (Wiley Self Teaching Guides)For almost 30 years, this book has been a classic text for electronics enthusiasts. Now completely updated for today?s technology with easy explanatio... Read More >
Getting Started in ElectronicsThis is a complete electronics course in 128 pages! Author Forrest Mims teaches you the basics, takes you on a tour of analog and digital components, ... Read More >
Apple TV MD199LL/A [NEWEST VERSION]Apple TV MD199LL/A [NEWEST VERSION]
Popularity: 20% [?]
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:
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 >
Make: Electronics"This is teaching at its best!"
--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author... Read More >
Kindle Fire, Full Color 7" Multi-touch Display, Wi-FiMovies, apps, games, music, reading and more, plus Amazon's revolutionary cloud-accelerated web browser - 18 million movies, TV shows, songs, magazine... Read More >
Popularity: 23% [?]



@






