Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

17 total results found

Content Management Systems

Applications/Software

Content Management Systems (CMS) are web programs that make it easier to add and update content o...

Configuring MediaWiki to Search for Three Letter Words

Programming and Web Development

By default MediaWiki uses MySQL and the default FULLTEXT indexing uses built-in stop words and a ...

Mac OS X - Local Web Development Environment Setup

Programming and Web Development

My name is Alex Podobas and I’m a member of the UCLA IT Security Office. My IT security work at U...

SQL joins

Programming and Web Development SQL

Please add other helpful links:SQL joins: a visual explanationhttp://www.codinghorror.com/blog/20...

Why NoSQL Matters

Programming and Web Development SQL

Useful survey of NoSQL (and SQL) technologies and a summary of the philosophy…http://blog.heroku....

Microsoft Access, OpenOffice and MySQL

Programming and Web Development SQL

Using ODBC it is possible to connect Microsoft Access (or OpenOffice) to a MySQL database. Access...

Free/open source information retrieval libraries

Programming and Web Development

What are they and why using oneInformation retrieval libraries are software libraries that provid...

Using LimeSurvey as a Survey Tool

Applications/Software

We were in search of a good survey tool, and after some research came upon LimeSurvey (www.limesu...

What are the differences between addslashes(), mysql_escape_string() and mysql_real_escape_string()

Programming and Web Development PHP

addslashes() escapes single quote (’), double quote ("), backslash (\) and NUL (\x00).mysql_escap...

MySQL Resources

Programming and Web Development SQL

MySQL is a free, open-source relational database that has been used in thousands of websites, lar...

How to view DBDesigner4 documents in Mac OS X

MacOS, Windows, and Linux

Unfortunately, DBDesigner4 is written in Delphi, which is practically Windows-only, so there is n...

How can I search/replace strings in MySQL?

Programming and Web Development SQL

MySQL lets you replace all occurrences of a character or string of characters in a table with som...

What's an easy way to set up a WAMP test environment?

Programming and Web Development

Many popular Content Management Systems (CMS) run in a php/mysql environment. Their dynamic natu...

What is mysqlshow good for?

Programming and Web Development SQL

mysqlshow is a command-line tool included with standard MySQL distributions, similar to mysqladmi...

Why doesn't mysqlshow work for databases or tables with underscores in their names?

Programming and Web Development SQL

mysqlshow has a tricky feature that interprets SQL wildcard characters (*,?,%,_) as wildcards if ...

How can I make phpMyAdmin avoid sending MySQL passwords in the clear?

Programming and Web Development PHP

Although phpMyAdmin is an excellent tool for administering MySQL databases, you don’t want to exp...

Get rid of default annoyances in MySQL Workbench

Programming and Web Development SQL

By default, if you make any changes to table rows, there is an annoying 2-step confirmation dialo...