‘WordPress’ Category

Charity Event: WordPress Scavenger Hunt 2008

No
responses
by
on
August 11th, 2008
in
WordPress

WordCamp SF 2008 is getting closer, many users may have already signed up for the event, for those who have yet to do so, you can purchase your ticket by visiting the sales page. If you are visiting the WordCamp there is another exciting event planned for charity, the WordPress Scavenger Hunt 2008 will be held the day after WordCamp SF on August 17th. The WordPress Charity Scavenger Hunt will have teams of four running amok in San Francisco for two hours, unravelling clues, finding weird stuff and completing tasks for points. The winning team with the most points will get the grand prize: lots of WordPress schwag, plus special surprises! Team registration fee is $40 for a team of 4 people, all proceeds will be donated to 826 Valencia, a local non-profit that helps kids refine their reading and writing skills. If you are looking to have a bit […]

[Continue Reading...]

If, Then, Else

33
responses
by
on
August 9th, 2008
in
WordPress

Ever become brave enough to look inside of a WordPress php file? Specifically, a php file from a theme? If you have, you may have noticed that they are filled with If, Then, and Else statements. If you have no idea what these mean, this post is for you. Php has always been a pain for me to understand, but if you think about it in a logical manner, it begins to make sense. If, then and else statements are used as a means of making decisions, similar to the way you and I make decisions in the real world. Here is an example of how this logic works in WordPress. < ?php if (have_posts()) : ?> The if statement within that php function is asking if there are posts. If the blog has posts, WordPress begins processing what is known as “The Loop“. <? php while (have_posts()) : the_post(); […]

[Continue Reading...]

WordPress 2.7 Plugin Uninstall Methods

5
responses

WordPress 2.7 Plugin Uninstall Methods: A tutorial from Jacob Santos on the WordPress 2.7 Plugin Uninstall functionality and how to use it to make the uninstall process easy and seamless. Jacob adds a note to all plugin authors that I believe is worth mentioning: Special care then should be taken when using this method to ensure that your plugin isn’t doing anything it shouldn’t when uninstalling. In other words, please be careful and do not break other plugins and/or the core.

[Continue Reading...]

WordCamp San Francisco Speakers Announced

11
responses
by
on
August 6th, 2008
in
WordPress

The speaker list for the grand daddy of all WordCamps, WordCamp San Francisco has been announced. The list includes many notable people such as Lloyd Budd, Matt Mullenweg and others. Here are the details. When – Saturday, August 16, 2008 Where – Mission Bay Conference Center, San Francisco — Map Why – To get WordPress users together, learn from each other, figure out the future of publishing the web, and have a good time. Sam Bauers – Sam will be speaking about upgrading WordPress and how to do it hassle free. Lloyd Budd – Lloyd will be discussing the aspect of switching to WordPress. I’ll be particularly interested in what Lloyd has to say in terms of migrating from one system to WordPress. Aaron Brazell – Aaron should be no stranger to most within the WordPress community. He’ll be discussing the aspect of search and findability. Tantek Celik – Tantek […]

[Continue Reading...]

WordPress.com announces 24/7 support

12
responses
by
on
August 3rd, 2008
in
WordPress

WordPress.com has announced 24/7 support where people from across the world can ask their support questions without having to worry about time differences. The WordPress.com engineers will cater to all the questions sent using the contact form and reply within 24 hours or lesser. Not long ago, our team was online 9 a.m to 4 p.m. PDT to answer your questions and keep your blog running smoothly. Soon after, we brought it up to 24-hour support, five days and week, so those across the country and across the globe wouldn’t have to wait for their answers. The time has come for help without delay. We hereby announce 24-7 support on WordPress.com. Remember to use the contact form to send your questions to the WordPress.com team, to get a quicker reply.

[Continue Reading...]

Features Planned for WordPress 2.7

119
responses
by
on
July 31st, 2008
in
WordPress

It has been only a couple of weeks since WordPress 2.6 has released and there is already talk about a much more feature rich version in the making. WordPress 2.7 has several exciting features planned/proposed as discussed in informal meetings on IRC and the feature votes being posted on the Codex. Though there are very few hints hint of a release date, I expect it to be released by the end of 2008. [EDIT] Clarification: Mark Jaquith brings up a very good point that I believe requires re-iteration. The list of proposed features mentioned on weblogtoolscollection.com were just that, proposed features. All or none of them might actually show up in WordPress 2.7 Some things that have already started being worked on are the comments API and automated plugin installation. In hindsight, I realize that though they were represented as proposed, some of the other language in this post might […]

[Continue Reading...]

WordPress As A CMS Checklist

12
responses
by
on
July 30th, 2008
in
CMS, WordPress

Thord Daniel Hedengren over at Devlounge has published an extensive checklist based on his experience of things to consider when using WordPress as a CMS, especially when it will be used for a client. His post covers a number of different situations you should think about ahead of time before you step into your favorite code editor. According to Thord, there are three things you need to consider before committing to WordPress: 1. Is the functionality needed covered by the WordPress core functions, and/or with the addition of (not too many) plugins? This is usually managing information pages (using Pages), and publishing news/press releases (using Posts). If I need to add a lot of custom stuff, including the custom fields, then perhaps it gets too complicated for the client. 2. Is there a good translation of WordPress available, so that your client can get the backend in their own language? […]

[Continue Reading...]

WordCamp San Francisco 2008 Signup Open

3
responses
by
on
July 27th, 2008
in
WordPress

Matt has opened up the signup for the WordCamp San Francisco event which will be held on August 16th 2008. The WordCamp SF ticket prizes has been reduced by $5, each ticket will only cost $20 for this event. The event is being hosted at a bigger venue this time around, so you can expect better and comfortable seating arrangements, one of things Matt has ensured us about. Going by the success of past WordCamp’s, we believe this one will be even bigger and better. You can book your tickets for the WordCamp SF event by visiting this page. Don’t forget to read more about what is WordCamp, if you are new to it.

[Continue Reading...]

Slickdeals.net Blog on WordPress

2
responses
by
on
July 24th, 2008
in
Blogging News, LinkyLoo, WordPress

Slickdeals.net Blog: Slickdeals recently started a new “Slickblog” with WordPress. They seem to have put together a pretty seamless integeration between WordPress and their highly complex vBulletin installation and the comments on their blog are redirected to the main forums. I really like their sidebar items, including their hot topics by ratings and up and coming topics by the number of comments.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php