Insert a button into the editor which opens a popup window letting users insert images and links of paint color matches from over 100 paint brands. Includes all colors/schemes and products from MyPerfectColor.com. Very useful time saving plugin for bloggers who write about interior design, architecture and color.
Install :
1. Install the plugin through wp-admin following the wizard. Otherwise, unzip the file and upload...
Makes all textareas (such as the 'body' field on the node edit page) accept the Tab key --- pressing Tab while in a textarea will now insert a tab into the content, rather than moving focus to the next field.
I threw this module...
This recipe shows how you can grab a document from the web using urllib.py.
The Dojo Server is a Java server that eliminates some of the bottlenecks the Dojo Toolkit has including parsing and caching parsed html pages, relational database datastores and running critical assignments on the server using Java or Javascript.
Vela is a Open Source SQL and PL/SQL client software for Oracle database with a graphical user interface developed using Java Swing. It is a Front-End tool for a Oracle developer. It supports most of the common developer tasks.
This is a replacement cache for Drupal which instead of placing the cachable objects into the database which is done by default it writes the objects into the filesystem instead.
In cases where the website is a dedicated server or a VPS...
jdl is a loader utility for moving data from (CSV or XML) external files into the database. Home page: http://jdl-prj.googlecode.com/
ClSQL is a simple SQL client to allow command line access to a database using Java and JDBC drivers. This is useful for writing scripts on platforms that do not have native database support.
Sometimes it can be hard to work out a way of efficiently representing a tree in the database. Combining modified preorder tree traversal with a parent child model allows most common queries to be represented in a single sql query. This example...
Retrieve Text and Image fields from the database using OpenX is an easy to understand tutorial in which the author has illustrated the procedures for retrieving files from your MS SQL Server database. You can gain knowledge on text as well as...
This plugin will insert a link in the comment form that will allow the comment author to delete their personal info from it that is stored in a cookie. Only unregistered commenter will be provided with the delete link if they already had a...
This is the standard iterative DFS code modified to yield the vertices visited, so you don't have to pass a function into the DFS routine to process them. Note that this code is not quite complete... you'll need to define the function neighbors...
This plugin inserts a checkbox into the comment form for users who don't have a Gravatar (based on the e-mail they typed in). If they check the box and submit their comment, it will initiate the first step of signing up for Gravatar, on their...
DotNet Project allows create/rewrite articles to describe any picture uploaded into the database.
This project is an core implementation of a CRUD data entry system, using java swing, spring and apache cayenne
Random Popup is an easy to use tool that allows you to implement a random popup into pages on your web site. Just include a snippet of code and everytime you add a url into the database it will be included in the cycle.
An easy to use tool that allows you to implement a random popup into pages on your web site. Just include a snippet of code and everytime you add a URL into the database it will be included in the cycle.
This short piece explains how to insert a date and the time the page was last modified into your web page.
This tutorial enables you to update records in a database with Java Servlets in a most efficient and optimized way. This provides step-by-step instructions from establishing a Connection to executing the UPDATE query enabling the user to...
From XML to Database using the XmlTextReader is an easy to understand tutorial in which the author discusses about the process of migrating the content of the XML files into database with the help of XmlTextReader. The author gives details about... |