Codeigniter Menu

HTML CSS

Video

Sound

SEO


Apr 16
2012

Print Page Button HTML

Posted 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 Function

Posted 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.
Example 1:
When someone
Apr 16
2012

PHP MYSQL Update Multiple Rows

Posted 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 Transparency

Posted by bohemia in Untagged 

CSS Background Transparency

You can make a background color transparent withthe following css properties.
color:red;
filter:alpha(opacity=75);
Apr 01
2012

Joomla Custom Registration Messages

Posted 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 Structure

Posted 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 Template

Posted 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 Files

Posted 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.
<form method="post" action="<?php echo
Mar 24
2012

PHP Download Script

Posted 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 MYSQL

Posted by bohemia in Untagged 

Get Maximum Value of Column with MYSQL with MAX() and ORDER BY

With mysql, you can use the MAX() function to get the highest value in a column. The column could have data
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>