Author Archives: Dan Fratean - Page 2

Black WordPress – Auto Describe Tags – v1.0.1 released

Acest articol a fost publicat original aici: Black WordPress – Auto Describe Tags – v1.0.1 released

Version 1.0.1 will attempt to use FreeBase to auto-describe categories also! === Black WordPress – Auto Describe Tags === Contributors: Dan Fratean Donate link:http://www.blackwp.com/donate/ Tags: tag, auto, administration Requires at least: 3.0.1 Tested up to: 3.1 Stable tag: 1.0.1 Using freebase, this plugin will auto describe tags and categories. == Description == This plugin will ...

WordPress comes on top 2 of 3 times!

Acest articol a fost publicat original aici: WordPress comes on top 2 of 3 times!

Seems like WordPress is the most used content management tool! WordPress is used by over 13% of the world’s 1,000,000 biggest websites. According to the OSCMS Report: Downloads Per Week in 2010 WordPress 983,625 Joomla! 113,836 Drupal 33,671 What Are Most Sites Running On? WordPress 12.9% Joomla! 2.5% Drupal 1.4% Any Preferred CMS and if so, ...

How to add category to a post in wordpress

Acest articol a fost publicat original aici: How to add category to a post in WordPress

Was writing the other days about auto tagging a post. But what about auto categorising a post? PHP knowledge level:”WordPress is written PHP… Aha…” [Novice - 2/5]

Linux knowledge level:”Yuck! This isn’t Windows!” [Beginner - 1/5]

Its rather simple, since WordPress offers the ways of doing that: wp_create_category( $cat_name, $parent ); This function adds a “simple” ...

Online Diagram Editor

Acest articol a fost publicat original aici: Online Diagram Editor

I had to create an UML diagram for a small project. Since I’ve reinstalled my OS, my computer was fairly ‘naked’. I was to lazy to install my usual UML tools and I thought there should be plenty of online tools. PHP knowledge level:”PHP?! What is that?” [Beginner - 1/5]

Linux knowledge level:”Yuck! This isn’t ...

Auto Describe Tags

Acest articol a fost publicat original aici: Auto Describe Tags

On another post I’ve described a nice way to auto-describe your post tags. I decided to turn this feature into a plugin. PHP knowledge level:”((1> 0)?(‘Correct’):(‘core dump’))” [Proficient - 4/5] Linux knowledge level:”Aaaa… Shell is better than command.com” [Novice - 2/5]

Here is how I’ve made it. There are 3 major parts of the plugin: auto-describing tags ...