|
Apr 16
2012
|
Print Page Button HTMLPosted by bohemia in Untagged |
Print Page Button With HTML
Here is a little snippet which allows you to print a page. When the print button is selected, you will be able to select a print, adjust|
Apr 16
2012
|
Javascript Passing Values Into FunctionPosted by bohemia in Untagged |
Passing Values Into Javascript Function
Here are two methods for which you can use DOM(Document Object Model) to use values within html forms.When someone
|
Apr 16
2012
|
PHP MYSQL Update Multiple RowsPosted by bohemia in Untagged |
PHP / MYSQL Updating Multiple Rows
Update is one of the main features for CRUD (Create, Read, Update and Delete). Normally, updating a database is performed on single|
Apr 12
2012
|
CSS Background TransparencyPosted by bohemia in Untagged |
CSS Background Transparency
You can make a background color transparent withthe following css properties.filter:alpha(opacity=75);
|
Apr 01
2012
|
Joomla Custom Registration MessagesPosted by bohemia in Untagged |
Joomla Custom Registration Messages
Joomla is often used as a portal for which users can sign up and login. Once they login, they can use the site as you desire.|
Apr 01
2012
|
PHP Continue Control StructurePosted by bohemia in Untagged |
Using PHP Continue
PHP continue is a 'control structure' that belongs to a group with other control structures such as if, else, while, foreach and more. Its main use is|
Mar 25
2012
|
How To Make A Custom Joomla TemplatePosted by bohemia in Untagged |
How To Make a Custom Joomla Template
How To Make A Custom Joomla Template Making a Joomla template is very similar to hand-coding a typical html/css template. However,|
Mar 25
2012
|
PHP Download Multiple FilesPosted by bohemia in Untagged |
PHP Download Multiple Files
Below is the code which grabs file names to download and passes those names into the url.|
Mar 24
2012
|
PHP Download ScriptPosted by bohemia in Untagged |
PHP Download Script
With PHP, you can easily make a file accessible to download. PHP goes through a series of steps to make the downloading possible. The code below shows|
Mar 22
2012
|
Get Maximum Value of Column with PHP MYSQLPosted by bohemia in Untagged |