Title: Jameel&#039;s Dev Tools
Author: jameelbokhari
Published: <strong>24. August 2013</strong>
Last modified: 26. August 2013

---

Plugins durchsuchen

Dieses Plugin **ist nicht mit den jüngsten 3 Hauptversionen von WordPress** getestet
worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme
haben, wenn es mit neueren Versionen von WordPress verwendet wird.

![](https://s.w.org/plugins/geopattern-icon/jameels-dev-tools.svg)

# Jameel's Dev Tools

 Von [jameelbokhari](https://profiles.wordpress.org/jameelbokhari/)

[Herunterladen](https://downloads.wordpress.org/plugin/jameels-dev-tools.1.0.2.zip)

 * [Details](https://de.wordpress.org/plugins/jameels-dev-tools/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/jameels-dev-tools/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/jameels-dev-tools/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/jameels-dev-tools/#developers)

 [Support](https://wordpress.org/support/plugin/jameels-dev-tools/)

## Beschreibung

This plugin adds a few useful features for when you are developing a website on 
WordPress. It is intended to be installed on a development server, or local installation
when setting up a website and should be left installed after production to retain
the shortcode commands.

Features Include:

 * **A find and replace feature** — to ensure an easy transition from your development
   site(s) to your live website. Using this function, replace all instances of your
   website’s url in image tags and links with shortcode for your site’s home url.
   The find and replace option isn’t just for links and images though, use it to
   replace any text with something else! _As a precaution_, after searching for 
   a string, you are shown the # of instances and # of posts affected before commiting
   to your changes.
 * **Dynamic Links** — `[homeurl]` shortcode, which translates into your website’s
   homepage. This is an essential tool for development. As you add images and internal
   links, replace your hard-coded links to `[homeurl]` so that when you switch your
   server over, your links and images still work! When using the visual editor, 
   the plugin will still show images that use `[homeurl]` in their src.
 * **Columns** — This plugin features columns using shortcode. Use the `[col]` shortcode
   to wrap your text in a column, always ending with `[/col]` to end the column.
   Choose to use the plugin’s css or style it yourself. Columns can have a range
   of 12 widths, creating countless possible layouts. By default the width is 6 
   for two even half-width columns. See FAQ for more info, or go under the Columns
   tab in the plugin settings for help.

## Screenshots

 * [[
 * Plugin adds buttons for creating shortcode.
 * [[
 * Images using `[homeurl]` shortcode in their src will still show up in the Visual
   Tab
 * [[
 * Hundreds, if not thousands, of column layouts can be created.

## Installation

 1. Upload `jameels-dev-tools` entire directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress
 3. Start using shortcode immediately. See Tools > Jameel’s Dev Tools for options and
    more info.

## FAQ

  How can I add columns into pages?

Use the shortcode `[col]...[/col]` to create a column, replacing `...` with the 
content. Columns can have different width. The width can be any number between 1
and 12 and uses perecentages. So `12` is full width (with some margin), a width 
of `6` is half, a width of `4` is a third, and a width of `3` is one fourth. You
can create any combination, preferrably if it adds up to 12. There are thousands
of combinations you can do.

  Why are my columns uneven?

If your columns are not level it could be due to the extra line breaks that wordpress
adds. You can turn off wpautop in the plugin’s general settings OR remove the extra
line break. In other words, your columns need to be on the same line. EG:

    ```
    [col]Your first column's content...[/col][col]Stil same line, your second column's content...[/col]
    ```

This eliminates extra `<br>` and `<p>` tags in the html output, which can cause 
the columns to be uneven.

  How does the find and replace tool work?

The search and replace will query all content from posts and pages at once and then
perform the replacement.

**Under Tools**> **Jameel’s Dev Tools**, you’ll find a tab labeled **Links**. Here
is where you fill in the fields to „Change all instances of ___ to ___. By defaults
the site’s url is set to be replaced with the shortcode `[homeurl]` because this
is what it is inteded for.

The changes are saved as separate posts temporarily, and you are reported the number
of instances found total and how many posts will be effected. At this point you 
can choose to save the settings. This has been tested with only a small ammount 
of pages and posts, but if you have a lot of posts and pages this can potentially
take a LONG time (it’s only been tested with a small ammount of content). Always,
_always_, **always** backup database before performing this action!

  The search and replace tool doesn’t do anything, why?

If you don’t see results, it’s because you searched for something that wasn’t found.
I’m working on cleaning up the messages for the next release.

  The plugin aslo doesn’t _____?

I’m working on it.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Jameel's Dev Tools“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

 *   [ jameelbokhari ](https://profiles.wordpress.org/jameelbokhari/)

[Übersetze „Jameel's Dev Tools“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/jameels-dev-tools)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/jameels-dev-tools/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/jameels-dev-tools/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/jameels-dev-tools/)
per [RSS](https://plugins.trac.wordpress.org/log/jameels-dev-tools/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0.2

 * [FIX] install function to create table (oops)

#### 1.0.1

 * Documentation

#### 1.0.0

 * Initial Release

## Meta

 *  Version **1.0.2**
 *  Zuletzt aktualisiert **vor 13 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 3.0.1 oder höher **
 *  Getestet bis **3.6.1**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/jameels-dev-tools/)
 * Schlagwörter
 * [columns](https://de.wordpress.org/plugins/tags/columns/)[development](https://de.wordpress.org/plugins/tags/development/)
   [find and replace](https://de.wordpress.org/plugins/tags/find-and-replace/)[tools](https://de.wordpress.org/plugins/tags/tools/)
   [url](https://de.wordpress.org/plugins/tags/url/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/jameels-dev-tools/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/jameels-dev-tools/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/jameels-dev-tools/reviews/)

## Mitwirkende

 *   [ jameelbokhari ](https://profiles.wordpress.org/jameelbokhari/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/jameels-dev-tools/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](http://jameelbokhari.com/)