Category: Websites

Manage MySQL Databases With phpMyAdmin

7 August, 2008 | Websites | No comments

phpMyAdmin is a tool, written in PHP, that allows you to handle the administration of a MySQL database server. You could always download the MySQL GUI tools, but the problem there is that you need to give external access to a user account, which isn’t always possible to do. This is where phpMyAdmin steps in.

Manage MySQL Databases With phpMyAdmin

The tool is easy to use and I have done some tricky stuff with it in the past. It can do everything that you need it to do with MySQL.

I have tried to install phpMyAdmin a couple of times and have failed each time. Admittedly, I only attempted it half-heartedly, but this is the only stumbling block I can see in the average user trying to use this system. However, many hosts will give you access to this tool as part of the hosting package, and it is only really needed if you expect to do a lot of database administration otherwise you can just run PHP scripts.

The website contains extensive documentation, and even if this isn’t enough there are a few books available for the tool.

QuirksMode - For All Your Browser Quirks

29 May, 2008 | Websites | No comments

QuirksMode.org is the personal and professional site of Peter-Paul Koch, freelance web developer in Amsterdam, the Netherlands.

QuirksMode - For All Your Browser Quirks

The consists of lots of pages about CSS and JavaScript as well as lots of information about the differences between browser implementations of CSS and JavaScript. I find it a great resource for looking up things that I am stuck on, and often find the site when searching for problems on Google.

Peter-Paul Koch has also written a book on the subject of JavaScript and browser compatibility and can be found talking about his subject in many events throughout the year.

PSPad - The Free Text Editor

30 April, 2008 | Websites | No comments

Since starting programming I have used a lot of text editors, some have been good, and some have been very, very bad.

One text editor that stands out is PSPad. It is a free text editor for Windows that has lots of features and is very stable. I have been using this for a while now and have seen very little problems. I say "very little" as I once tried to open a 800 megabyte log file and it fell over, which is understandable.

PSPad

It has the following features:

  • Have many different files open with multi tabbed editing.
  • Close and re-open the editor with the same files you had open.
  • Built-in FTP client.
  • Search and replace in files.
  • A very neat text difference engine which highlights differences.
  • Create new files from templates in HTML, PHP, Pascal, JScript, VBScript, MySQL, MS-Dos, Perl and a few more.
  • Fully functional HEX editor.
  • Intelligent syntax highlighting dependent on file type, which can be changed to any other syntax highlighting.
  • Ability for users to create their own syntax highlighting.
  • Print out text with coloured syntax highlighting.
  • When typing you can press Ctrl and space to see a list of functions that start with what you have typed. This is an intelligent list so if you are writing in PHP you will be given a list of PHP functions.
  • Built in code explorer that allows you to view functions and classes in your files. Created for PHP, XML, HTML, INI, C/C++ and Pascal, but more are in development.
  • Spell checker.
  • Auto correction of code.
  • Bracket and tag matching.
  • HTML code tidying and formatting.
  • HTML entities and ASCII chart.
  • Text manipulation with line sorting, removing blank lines and regular expression text replacing.
  • Export text with syntax highlight to HTML, RTF, Tex format or to clipboard.
  • Ability to link program with external compilers and capture error messages.
  • Record, save and load macros to carry out repetitive tasks.
  • Create a project so keep track of multiple files.
  • Many more features besides these few.

Here is a screen shot.

PSPad Screenshot

Personally I find the bracket and tag matching extremely useful, and is a feature that makes it stand above professional text editors like Dreamweaver. If you are battling with your current text editor then give PSPad a go and see how easy it is.

Learn Web Languages With Tizag Tutorials

19 April, 2008 | Websites | No comments

Tizag has been created along the same lines as W3Schools in that it is a useful resource of tutorials and code examples on webbases languages. Most of the tutorials are well written and extremely detailed and so are useful for beginners and experts alike.

Tizag tutorials

If you can’t find what you are looking for then the Tizag Webmaster Forums are very active and you will always find someone who will lend a helping hand to whatever you are stuck on.

Find Open Source Code With Koders

18 April, 2008 | Websites | No comments

Koders is a search engine that searches through millions of lines of open source code in lots of different languages to find what you are looking for. The good thing about this is that you can look at real world examples of code that you are writing yourself.

Koders

My one criticism is that Koders is more of an interesting toy than anything useful. Although there are lots of examples in the system, there are almost no descriptions on what they do. However, if you are stuck on how to tackle a problem, or can’t seem to figure out how a class or a function works then Koders might be of help to you. You might even find a class that does what you are trying to do.