Skip to main content
Home
Paul's Linux Box

Main navigation

  • Home
  • Contact
  • Privacy Policy
User account menu
  • Log in
By Paulus, 29 May, 2007

Formatting Output

Introduction

Querying a database is just half of the battle. The other half is making the data that is pulled out of the table look pretty. Reports are used for those non-techie, higher ups that like it when things look pretty.

  • Read more about Formatting Output
By Paulus, 21 May, 2007

Debugging With Eclipse and PHPdbg in Linux

Using a debugger to help find errors will save you a consider amount of time. Eclipse is a great IDE because not only is it platform independent, but you can use it to program in many different languages. The features and plugins seem endless which is an added bonus.

The main reason why I like it is that it works on Linux. ;)

  • Read more about Debugging With Eclipse and PHPdbg in Linux
By Paulus, 16 May, 2007

Views

Views have two purposes:

  • Simplify issuing complex SQL queries
  • Restrict users' access to sensitive data.

Views are Database objects and are treated like tables. Unlike tables, views do not store any data. Views simply store a query.

  • Read more about Views
By Paulus, 6 May, 2007

IVMan Automounter in Gentoo

Introduction

Linux is great in the respect that you have COMPLETE control over everything you do on the system. You can even control the mounting of drives. However, sometimes you may just want the system to mount it itself. I've read that many people were having problems with supermount and it is no longer mainstream.

This is where IVMan comes into play. Submount was removed from the Gentoo Portage as of 2nd of Janurary, 2007. As long as my system mounts a USB stick at when I plug it in, I'm a happy camper.

  • Read more about IVMan Automounter in Gentoo
By Paulus, 5 May, 2007

Rearming Windows Vista

Introduction

At work we have a Core 2 demo running Windows Vista. This demo is not connected to the network because we don't want people coming in and changing the background image to display something obscene or pornographic. There is a neat little trick that I found one day while trying to figure out how I could reset the time until the user had to activate Windows Vista.

  • Read more about Rearming Windows Vista
By Paulus, 4 May, 2007

Subqueries and Merges

HTML Source EditorWord wrap Sub queries come in handy when you want to find a record but need to know what exactly to look for. For example, if you want to find all the items that are more expensive than a specific item. Instead of issuing two SELECT statements, you can use sub queries to find the answer in just one query.  

 

  • Read more about Subqueries and Merges
By Paulus, 18 April, 2007

Selected Single-Row Functions

A function is a block of predefined code. Single-row functions return only a single row for each record processed. These functions include functions that deal with characters to dates.

  • Read more about Selected Single-Row Functions
By Paulus, 18 April, 2007

Group Functions

Group functions are also called multiple-row functions. These functions return a result for a group of rows that they process. To add grouping capabilities the SELECT clause will have two new clauses GROUP BY and HAVING.

  • Read more about Group Functions
By Paulus, 5 April, 2007

Restricting Selects and Sorting Data

When you select data, there’s a good chance that you’re looking for something specific. In using the SELECT statement you can attach a WHERE clause to limit the data that you are looking through. If you’re very good and know what you’re looking for then you can use the WHERE clause to find exactly what you want.

  • Read more about Restricting Selects and Sorting Data
By Paulus, 29 March, 2007

Joining Tables

Joining tables brings together data from two or more tables in one query in order to get all the information you need. There are six different types of joins:

Element

  • Read more about Joining Tables

Pagination

  • First page
  • Previous page
  • …
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Current page 14
  • Page 15
  • Next page
  • Last page

Recent content

  • ZFS - Part 1
    11 months ago
  • Upgrading Debian
    1 year ago
  • SMART Alerts with msmtp and curl
    1 year ago
  • Debugging Laravel Apps with Laradock and XDebug
    1 year 10 months ago
  • Sending HTTP Requests Through a Proxy in Laravel
    1 year 10 months ago
  • Setting up a Kubernetes Cluster
    2 years 2 months ago
  • Mounting Raw Disk Images
    2 years 5 months ago
  • Updating Gentoo
    2 years 5 months ago
  • Consuming Web Services
    3 years ago
  • Borg Backup
    3 years 8 months ago
RSS feed
Powered by Drupal