<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title></title>
	<link>http://ilovenicii.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Jun 2010 13:18:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>accessing CSS of a inherited element</title>
		<description>[cc lang="html"]


Contact Lists
Contact Lists



[/cc]

just use

#headerMenu li.dropselected span.ddfont 
{
color:#FFFFFF;
}
 </description>
		<link>http://ilovenicii.com/?p=124</link>
			</item>
	<item>
		<title>Simple PHP CSV upload</title>
		<description>[cc lang="php"]



Chooseafiletoupload:



 </description>
		<link>http://ilovenicii.com/?p=121</link>
			</item>
	<item>
		<title>Number of Columns and Rows in CSV using php</title>
		<description>How to get the # of columns and rows from a csv using php 
[Can be useful when parsing a csv, e.g: creating a table in a database from a csv - need to know # of columns]

2 ways
[cc lang="php"]
//using FGETCSV

$myFile = "THEFILE.csv";

$row = 0;
if (($handle = fopen($myFile , "r")) ...</description>
		<link>http://ilovenicii.com/?p=119</link>
			</item>
	<item>
		<title>How to get url with Jquery and PHP</title>
		<description>current URL in address bar

PHP

  $pageURL=   $pageURL= $_SERVER["REQUEST_URI"].$_SERVER["REQUEST_URI"];  

Jquery

  $(document).ready(function() {
  var pathname = window.location.pathname;
  alert (pathname);
}); </description>
		<link>http://ilovenicii.com/?p=117</link>
			</item>
	<item>
		<title>Jquery Image area select Z-index issue</title>
		<description>If you try using PHP & jQuery image upload and crop [http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/]
with some sort of modal like popup functionality, you will notice that the imgareaselect selection does not have proper zindex value,
although this plugin is using 0.6 version and 0.8/0.9 claims to have added zindex option, still doesnt seem to ...</description>
		<link>http://ilovenicii.com/?p=110</link>
			</item>
	<item>
		<title>Jquery/CSS menu generator</title>
		<description> Jquery UI demos http://jqueryui.com/demos/
 CSS menu generator http://www.cssmenumaker.com/ </description>
		<link>http://ilovenicii.com/?p=107</link>
			</item>
	<item>
		<title>Simple 2 column div layout [css]</title>
		<description>Simple 2 column layout with a header using css.

The HTML
[cc lang="html"]




 HEADER
 SIDEBAR
 BODY



[/cc]

[cc lang="css"]
div#wrap
{
 margin:0px auto; 
 width:800px; 
}

div#header
{
width:800px;
height:30px;
float:left;
}

div#sidebar
{
width:100px;
float:left;
height:30px;
}


div#main
{
width:700px;
height:30px;
float:left
}
[/cc]

RESULT [copying image of this http://www.james-blogs.com/2009/05/15/website-layouts-with-sidebars/]
[so result is actually sidebar first then content]
 </description>
		<link>http://ilovenicii.com/?p=105</link>
			</item>
	<item>
		<title>Todays date selected in date fields</title>
		<description>POOR mans way of doing this, 3 combo box's with day/month/year, with todays date already selected, 
using my previous changing variable name method

[cc lang='php' line='20']









	>2
	>4
	>6
	>8
	>10
	>12
	>14
	>16
	>18
	>20
	>22
	>24
	>26
	>28
	>30
	>January
	>March
	>May
	>July
	>September
	>November
	>2009
	>2011

 


[/cc] </description>
		<link>http://ilovenicii.com/?p=102</link>
			</item>
	<item>
		<title>Check for checkbox&#8217;s [PHP]</title>
		<description>To check which checkbox is selected, or if both are selected, in PHP

[cc lang="html"]



[/cc]

checker in php

[cc lang="php"]
if (isset($_POST['Submit'])) {
$state=$_POST['coupons'];
foreach ($state as $statename)
{
$x = $statename;
$ugh .= $x;
}
[/cc]

if 1 is selected, result will be 1
if 2 is selected result will be 2
if both are selected, result will be 12

go forward using if($ugh ...</description>
		<link>http://ilovenicii.com/?p=100</link>
			</item>
	<item>
		<title>Add more emails to send mail / multiple recipients / refer a friend</title>
		<description>If you need to add several emails, to refer a friend without asking the user to add all in separated by commas !
Code below provides separate field, where user can add individual email and press ADD, emails are then added automatically, separated by a comma "," . There is an ...</description>
		<link>http://ilovenicii.com/?p=94</link>
			</item>
</channel>
</rss>

