<?xml version="1.0" encoding="ISO-8859-1"?>
				<rss version="2.0"><channel><title>Coding Help RSS Feed</title><link>http://www.giveitsocks.com/</link><description>Feeds Updated daily</description><language>en</language><lastBuildDate>Thu, 04 Dec 2008 02:25:34 GMT</lastBuildDate><generator>GiveItSocks.com</generator><image>
						<url>http://www.giveitsocks.com/images/logo.gif</url>
						<title>GiveItSocks.com</title>
						<link>http://www.giveitsocks.com/</link></image><item><title>php question</title><link>http://www.giveitsocks.com/list-1564-php-question.html</link><description><![CDATA[i have one result page and i want that when you click one the link it goes to details of that result but it does not work here is the code:
 
search page
 
<?php    
mysql_connect("localhost", "username", "password")or die("cannot connect server "); 
mysql_select_db("squarebar_db1")or die("cannot select DB");
?>
<?php    
$sql="SELECT * FROM events";  
$result = mysql_query($sql) or die (mysql_error);
        
while ($row = mysql_fetch_array($result))
 {
   echo $row ['events']. " - " ; 
  echo "<a href=details.php?$id=id>Click Here For Details</a></br>";
 }
?>
 
details page
 
<?php    
mysql_connect("localhost", "username", "password")or die("cannot connect server "); 
mysql_select_db("squarebar_db1")or die("cannot select DB");
      
while ($row = mysql_fetch_array($result));
 {
   echo $row ['date'];
   echo "<br>";
 }
   ?>
 
 
any help would be good thanks]]></description><pubDate>Sat, 15 Mar 2008 16:30:58 GMT</pubDate><date_added>2008-03-17 11:17:14 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Keewee6</author><guid>http://www.giveitsocks.com/list-1564-php-question.html</guid></item><item><title>How to write a script to create RSSXML feed</title><link>http://www.giveitsocks.com/list-1576-How-to-write-a-script-to-create-RSSXML-feed.html</link><description><![CDATA[Hi folks,


I expect learning to write a script to create RSS/XML feed and have no idea how to start. 


Although googling on "feed writer" brought me many threads of solution on generating feed, making use of 3rd party software.  They are free to use, online/download.  I'm not really interested clicking around on screen with mouse and knowing nothing finally.


Could you please shed me some light?  TIA


B.R.
satimis]]></description><pubDate>Tue, 18 Mar 2008 04:04:35 GMT</pubDate><date_added>2008-03-18 05:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>satimis</author><guid>http://www.giveitsocks.com/list-1576-How-to-write-a-script-to-create-RSSXML-feed.html</guid></item><item><title>PHP Image Upload Issue</title><link>http://www.giveitsocks.com/list-1585-PHP-Image-Upload-Issue.html</link><description><![CDATA[Keeps showing up with an error saying index 'image' can't be found, just don't get it, its a field on the form of the previous page!?! Any ideas?

PHP:
---------
<?php
//header("Location: ../news/1.htm");
include('../forum/SSI.php');

dbConnect();

global $context;

if($context['user']['is_logged'])
{
    $validate_admin = check_admin_userid($context['user']['id']);
    $validate = check_sec_admin_userid($context['user']['id'],"3");
    if(($validate == true) || ($validate_admin == true))
    {
        $target_path = "../images/news/";
        $target_path = $target_path . basename($_FILES['image']['name']);
        
        if(move_uploaded_file($_FILES['image']['tmp_name'], $target_path))
        {
            mysql_query("INSERT INTO ".$_GET['table']." VALUES (NULL,'".$_GET['title']."','".$_GET['body']."','".date("Y-m-d")."','".date("G:i:s")."','".basename($_FILES['imagefile']['name'])."',1,'".$_SERVER['REMOTE_ADDR']."')");
        }
    }
}

closeConnect();
?>
---------]]></description><pubDate>Thu, 20 Mar 2008 00:56:19 GMT</pubDate><date_added>2008-03-20 03:59:14 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-1585-PHP-Image-Upload-Issue.html</guid></item><item><title>PHP AddingEditing DB via FORMS</title><link>http://www.giveitsocks.com/list-1584-PHP-AddingEditing-DB-via-FORMS.html</link><description><![CDATA[The situation is, im using a normal HTML in a PHP page, the problem is when i add text to the textarea and submit it to the DB and when i query it to show up on the next page the <br>(these tags are entered manually into the textarea before submitting) show up in the text and the &nbsp; characters show up also anything after a double quote is not stored into the DB, the field is defined as a text type!
Any help would be much appreciated as always.]]></description><pubDate>Thu, 20 Mar 2008 02:32:28 GMT</pubDate><date_added>2008-03-20 03:59:14 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-1584-PHP-AddingEditing-DB-via-FORMS.html</guid></item><item><title>Unable to save an edited php file using Joomla eXplorer</title><link>http://www.giveitsocks.com/list-1601-Unable-to-save-an-edited-php-file-using-Joomla-eXplorer.html</link><description><![CDATA[Hi Guys,
 
I'm trying to edit a php file using Joomla explorer, I can open it, write in the correct code, hit the save button but nothing happens...
 
Could it be something to do with my hosts server set up or something like that, everything seems fine on my end?
 
thanks]]></description><pubDate>Fri, 21 Mar 2008 19:02:20 GMT</pubDate><date_added>2008-03-21 19:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>googlebomber76</author><guid>http://www.giveitsocks.com/list-1601-Unable-to-save-an-edited-php-file-using-Joomla-eXplorer.html</guid></item><item><title>.htaccess redirect</title><link>http://www.giveitsocks.com/list-1605-htaccess-redirect.html</link><description><![CDATA[I am trying to redirect from a subdomain to a file using .htaccess. Its working but I dont want the redirect visible, i.e. I want the sub domain to remain as the url. i.e.:

User types casino.waffle.ie
Redirected to waffle.ie/casino.php
casino.waffle.ie remains in URL

Any help appreciated.

Heres the code that is currently visibly redirecting:


Code:
---------
RewriteCond %{HTTP_HOST} ^casino.waffle.ie$ [OR]
RewriteCond %{HTTP_HOST} ^www.casino.waffle.ie$
RewriteRule ^(.*)$ http://www.waffle.ie/casino.php [R=301,L]
---------]]></description><pubDate>Sat, 22 Mar 2008 16:40:07 GMT</pubDate><date_added>2008-03-22 19:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>wheres me jumpa</author><guid>http://www.giveitsocks.com/list-1605-htaccess-redirect.html</guid></item><item><title>PHP: fopen() Function Error</title><link>http://www.giveitsocks.com/list-1608-PHP-fopen-Function-Error.html</link><description><![CDATA[Anyone come across this error before, i've cmod'd the log.txt file but not working still!?

---Quote---
Warning: fopen(log.txt) [function.fopen]: failed to open stream: Permission denied in system.php on line 789
---End Quote---
I checked phpinfo() and *allow_url_fopen* is on both for local and master!]]></description><pubDate>Sun, 23 Mar 2008 17:35:04 GMT</pubDate><date_added>2008-03-23 19:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-1608-PHP-fopen-Function-Error.html</guid></item><item><title>php redirect based on browser language</title><link>http://www.giveitsocks.com/list-1634-php-redirect-based-on-browser-language.html</link><description><![CDATA[Hi guys,
I have the following script which should redirect a user if they are using a Polish browser to a specific page. I have asked a Polish friend to test it using his Polish version of Firefox but he said he didn't work. Here is the code:


PHP:
---------
<? 
function redirect()
  {
  $lang = $_SERVER['HTTP_ACCEPT_LANGUAGE'];

    switch($lang){
        case 'pl':
            $redir_url = "http://www.google.pl";
            break;
        default:
        case 'en':
            $redir_url = "http://www.allotherbrowsers.com/landingpage.php";
            break;
    }
    header("Location: $redir_url");
}
redirect();


?>
---------
He says he gets brought to allotherbrowsers.com/landingpage.php instead of google.pl

Can anyone spot the problem?]]></description><pubDate>Wed, 26 Mar 2008 17:50:39 GMT</pubDate><date_added>2008-03-26 18:59:18 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Cormac</author><guid>http://www.giveitsocks.com/list-1634-php-redirect-based-on-browser-language.html</guid></item><item><title>Xslt Xml &amp; Xhtml</title><link>http://www.giveitsocks.com/list-1637-Xslt-Xml-Xhtml.html</link><description><![CDATA[Ok so I am working on a project at work that involves XSLT. I struggling through it here as I have very little knowledge on it.

I would like to know of any good resources for learning this technology or any good books one can recommend. I hate books that talk on a very technical level. Rather ones that explain in simplistic terms, what it does, what I can achieve and where its best applied.

I know of a CMS called Symphony that uses this technology in its templating system, but I am unsure why its so powerful as opposed to normal CSS / XHTML?

My understanding so far is that if you have data in XML form you can transform it into XHTML through XSLT. I think it also seperates some of the programming logic from the display layer.

Any clarification would be appreciated.

Cheers,]]></description><pubDate>Wed, 26 Mar 2008 15:41:58 GMT</pubDate><date_added>2008-03-26 18:59:18 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>gav240z</author><guid>http://www.giveitsocks.com/list-1637-Xslt-Xml-Xhtml.html</guid></item><item><title>_SERVER Query</title><link>http://www.giveitsocks.com/list-1641-SERVER-Query.html</link><description><![CDATA[I know how to get the base url and the query string but everything i try i can't get the mod_rewrite version which is typed in the address bar, it keeps returning the .php?id=... etc one!
Can anyone tell me if its even possible?]]></description><pubDate>Thu, 27 Mar 2008 02:06:30 GMT</pubDate><date_added>2008-03-27 02:59:14 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-1641-SERVER-Query.html</guid></item><item><title>CSS Mistakes-CSS Articles-CSS Faqs</title><link>http://www.giveitsocks.com/list-1648-CSS-Mistakes-CSS-Articles-CSS-Faqs.html</link><description><![CDATA[CSS which stands for Cascading Style Sheets is a style sheet language that describes and alters certain attributes like colors, fonts, layouts and other aspects of the elements that are viewed on a web page. It is used to style web pages written in HTML and XHTML. Before getting acquainted with a particular thing, many questions come into the mind. The same thing happens with cascading style sheets also. People can get convenient answers to their queries on css-faq.com.
   
  With CSS, you will be able to write the codes regarding the appearance of your pages in a single file. You don’t have to modify over and over again. The repetition of tasks is eliminated in using this language. You can also replace tags throughout your entire page if you want to change it anytime in one file. You can edit the looks of your site just by simply modifying your separate CSS file. You need not to go through all your existing pages to change everything. You only need to touch the style codes of your style sheet file. Much effort and time is reduced with this language.
   
   You can have your pages load faster than before. It is possible since the file is not filled with long tags. Styles are defined and kept in another CSS document that can be linked and loaded only once every time somebody visits your site.   
  
  Designers will be able to set font styles, font sizes and other properties just like setting them in your word processors. You can get the most accuracy you can desire. You are also not limited to just the seven font sizes set in HTML. You can do as much as layout and defining in CSS with regards to fonts and font sizes.
   
  The CSS syntax uses English words. Thus, it is very simple and easy to understand. The English keywords are used to refer to style properties of CSS. A style sheet is a set of rules. Each rule has one or more selectors and a block of declaration. 
   
  You can get a lot of benefits in using cascading style sheets. There is vast information in the websites like css-faq.com. The only thing you need to do is to help yourself. 
  
For more details please visit us at  CSS-FAQ (http://www.css-faq.com/)]]></description><pubDate>Fri, 28 Mar 2008 13:40:04 GMT</pubDate><date_added>2008-03-28 13:59:24 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>paul120</author><guid>http://www.giveitsocks.com/list-1648-CSS-Mistakes-CSS-Articles-CSS-Faqs.html</guid></item><item><title>Global footer like adobe.com &amp; apple.co</title><link>http://www.giveitsocks.com/list-1649-Global-footer-like-adobe-com-apple-co.html</link><description><![CDATA[We are trying to create a global footer on every page of a 100 page website


We want to update the global footer once a month and it a automatically updates on each of the pages


similar to adobe.com & apple.com where they have a global footer 

What is the best way to do this, HTML, CSS, Java script?

 pHp include / dynamic &#8211; but we are not sure how the search engines view this

thanks in advance]]></description><pubDate>Fri, 28 Mar 2008 13:15:34 GMT</pubDate><date_added>2008-03-28 13:59:24 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>garymcginty</author><guid>http://www.giveitsocks.com/list-1649-Global-footer-like-adobe-com-apple-co.html</guid></item><item><title>Newbie PHP question</title><link>http://www.giveitsocks.com/list-1676-Newbie-PHP-question.html</link><description><![CDATA[ok..im not usually this stupid :D but what exactly do I need to download on Apaches site Download - The Apache HTTP Server Project (http://httpd.apache.org/download.cgi) 
To be honest I think it's a very badly structured website for newbies to PHP such as myself. 
I just need to know which files I must download....
and I thought PHP.net was a tad bit confusing, this site takes the biscuit!!
 
Oh, and how do I find out if my system is windows or windows x 64?]]></description><pubDate>Wed, 02 Apr 2008 12:46:03 GMT</pubDate><date_added>2008-04-02 14:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Eye4It</author><guid>http://www.giveitsocks.com/list-1676-Newbie-PHP-question.html</guid></item><item><title>PHP Google maps KML generator</title><link>http://www.giveitsocks.com/list-1679-PHP-Google-maps-KML-generator.html</link><description><![CDATA[Hi Lads,
Have had a google for this, I was just wondering was there something more basic out there?
Basically I'm thinking that if you did a google maps search for dublin pubs it would be great if our locations came up?
Thanks
gary]]></description><pubDate>Wed, 02 Apr 2008 16:14:28 GMT</pubDate><date_added>2008-04-02 18:59:14 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>garycocs</author><guid>http://www.giveitsocks.com/list-1679-PHP-Google-maps-KML-generator.html</guid></item><item><title>301 redirect</title><link>http://www.giveitsocks.com/list-1685-redirect.html</link><description><![CDATA[I have the below redirect, i'm wondering is it possible for the domain name to show up and not the redirected ip when the redirect happens?


Code:
---------
RewriteCond %{HTTP_HOST} ^irishgamingnetwork.ie$ [OR]
RewriteCond %{HTTP_HOST} ^www.irishgamingnetwork.ie$
RewriteRule ^/?$ http://0.0.0.0 [R=301,L]
---------]]></description><pubDate>Thu, 03 Apr 2008 11:10:17 GMT</pubDate><date_added>2008-04-03 14:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-1685-redirect.html</guid></item><item><title>MySQL</title><link>http://www.giveitsocks.com/list-1706-MySQL.html</link><description><![CDATA[I have downloaded and installed MySQL 6 for use with PHP,
I have been advised to configure MySQL with no root u/n or p/w, instead, that I should locate the file "my.ini" in the MySQL directory, open it in Notepad and scroll down to the end, new line, and type "old-passwords".
However, when I try to save this then (using Vista), I get the message:
 
Cannot create the file C://Program Files/.....my.ini file.
Make sure the path and the file name are correct.
 
Can anyone help me with this?]]></description><pubDate>Mon, 07 Apr 2008 16:49:25 GMT</pubDate><date_added>2008-04-07 18:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Eye4It</author><guid>http://www.giveitsocks.com/list-1706-MySQL.html</guid></item><item><title>Multi-Language Site</title><link>http://www.giveitsocks.com/list-1732-Multi-Language-Site.html</link><description><![CDATA[I'm about to start work on a new project of mine and i want to build in the future functionality of multiple languages.

The way i have it in my head is that i would have a select field on every page with the different menu options and using AJAX, when a user changes the language on any page the new language will follow the user throughout the site until changed again.

Example:
The index.php page has a default of English so it loads with the en.php file which holds all site variables in English. Once the language has been changed the the session variable that was set to en.php by default will change to the new language French by putting the fr.php into the language session variable.

The problem is how do i refresh the page without reloading it completely. The reason being i cant see a way that the AJAX can reload all the page variables or am i wrong.
If i enclosed the whole site in a span would it refresh upon a new language being selected?

Any help appreciated as always.]]></description><pubDate>Fri, 11 Apr 2008 00:53:06 GMT</pubDate><date_added>2008-04-11 01:59:04 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-1732-Multi-Language-Site.html</guid></item><item><title>Coding help..</title><link>http://www.giveitsocks.com/list-1736-Coding-help.html</link><description><![CDATA[Hello there,
How Would I Place Layout coding in a Scroll box on a page? I see it a lot when people want to share their layouts, or quick links to their pages. Can Someone please help. If you help can you please be Specific. I was told "overflow: auto" goes somewhere, But i have no clue where and what's else is to be added to it. thanks for any replies.]]></description><pubDate>Fri, 11 Apr 2008 10:36:59 GMT</pubDate><date_added>2008-04-11 13:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>shaunx</author><guid>http://www.giveitsocks.com/list-1736-Coding-help.html</guid></item><item><title>Full text search returns an empty string cant understand</title><link>http://www.giveitsocks.com/list-1748-Full-text-search-returns-an-empty-string-cant-understand.html</link><description><![CDATA[Hello,
I have an sql search with data in a table which should be returned. However the I am getting an empty set back.
I enclose below the SQL I am using and the table:
 

Code:
---------
SELECT poisonId, poison, latin_name, short_desc, status FROM tblpoisons WHERE MATCH (poison,latin_name,short_desc,full_desc) AGAINST ('%poison%')
---------
 
Here is the table:

Code:
---------
CREATE TABLE `tblpoisons` (  `poisonId` int(11) NOT NULL auto_increment,  `catId` int(11) default NULL,  `poison` varchar(150) default NULL,  `latin_name` varchar(150) default NULL,  `short_desc` varchar(250) default NULL,  `Full_desc` mediumtext,  `status` tinyint(1) default NULL,  PRIMARY KEY (http://java_script:void(0))  (`poisonId`),  FULLTEXT KEY (http://java_script:void(0)) `searchindex` (`poison`,`latin_name`,`short_desc`,`Full_desc`)) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
---------
 
Many thanks]]></description><pubDate>Mon, 14 Apr 2008 10:32:08 GMT</pubDate><date_added>2008-04-14 12:59:05 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>oliflorence</author><guid>http://www.giveitsocks.com/list-1748-Full-text-search-returns-an-empty-string-cant-understand.html</guid></item><item><title>aligning an image and H1 tag vertically</title><link>http://www.giveitsocks.com/list-1757-aligning-an-image-and-H-tag-vertically.html</link><description><![CDATA[HTML:
---------
               <h1><span style="vertical-align: middle; "><img src="http://www.irishwebmasterforum.com/images/seo-faq.png" title="SEO FAQ online"><a title="{header}" href="{faqHome}">{header}</a></span></h1>
---------
Basically I want to  have an image and then a h1 tag side by side, and I want to have the H1 aligned to the middle of the image. Am I missing something blindly obvious ?

Thanks,
paul]]></description><pubDate>Tue, 15 Apr 2008 21:01:54 GMT</pubDate><date_added>2008-04-16 00:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>paul</author><guid>http://www.giveitsocks.com/list-1757-aligning-an-image-and-H-tag-vertically.html</guid></item><item><title>extra information for first result</title><link>http://www.giveitsocks.com/list-1759-extra-information-for-first-result.html</link><description><![CDATA[Not a programmer so bear with me.....

I have a results page which pulls out relevant jobs....

However I want extra information shown for the first result produced.

I have managed to get the pages to publish the extra information but for all the results produced using


Code:
---------
<?php

foreach ($obj->results as $result) 
{
echo template_simple ('{company_blurb} <img src="/templates/{user_id}/logo.jpg" border="0" alt="company_name" border=0  align=right >}', $result);
}

?>
---------
How do I get it to just pull this values from the first line of the results array]]></description><pubDate>Wed, 16 Apr 2008 15:42:08 GMT</pubDate><date_added>2008-04-16 15:59:21 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Busarus</author><guid>http://www.giveitsocks.com/list-1759-extra-information-for-first-result.html</guid></item><item><title>* wildcard htaccess 301 redirect</title><link>http://www.giveitsocks.com/list-1760-wildcard-htaccess-redirect.html</link><description><![CDATA[I'm trying to setup a redirect so that any request to any page which ends in ?page_id gets redirected to the homepage of the site.
The following rule is placed within the htaccess file but it throws up an internal server error:


Code:
---------
RewriteRule ^?page_id=(.*)$ /http://site.something.com [L,R=301]
---------
Any ideas?]]></description><pubDate>Wed, 16 Apr 2008 14:51:16 GMT</pubDate><date_added>2008-04-16 15:59:22 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Cormac</author><guid>http://www.giveitsocks.com/list-1760-wildcard-htaccess-redirect.html</guid></item><item><title>Blue Dragon Server - free cold fusion</title><link>http://www.giveitsocks.com/list-1769-Blue-Dragon-Server-free-cold-fusion.html</link><description><![CDATA[I really wasn't sure where to put this - sorry if I got it wrong.
 
I was playing with this last night, and it looks interesting.
 
Has anybody tried it?
 
If I was to invest time in it, would I be able to deploy my cold fusion apps to a regular cold fusion host without problems? I'm also wondering what extra value I would be getting from Adobe if I forked over for their software (they've already fleeced me for CS3 Web premium).
 
Are their any people on with PHP and coldfusion experience? I would like to hear your thoughts.]]></description><pubDate>Thu, 17 Apr 2008 10:26:15 GMT</pubDate><date_added>2008-04-17 11:59:23 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Spiralli</author><guid>http://www.giveitsocks.com/list-1769-Blue-Dragon-Server-free-cold-fusion.html</guid></item><item><title>Php image upload help required</title><link>http://www.giveitsocks.com/list-1774-Php-image-upload-help-required.html</link><description><![CDATA[I'm new enough to php coding and I'm trying to build a basic php driven template site from which I can take code snippets for other projects/sites. This template site will have all of the most basic dynamic functions including:
* Membership
* Login
* Profile Update
* Add, Delete, Update Product
* Show items from database
* etc..

I've managed most of this already but 1 small thing has got the better of me - image upload.

I wish to include an image upload field in both my existing signup and profile update forms which grabs an image off the pc and stores it in the database then shows it in the profile.

Anybody any ideas or code snippets - I specifically need a form with image upload included and not just an image upload script as I wouldn't know how to add that to my form?]]></description><pubDate>Thu, 17 Apr 2008 13:30:13 GMT</pubDate><date_added>2008-04-17 15:59:19 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>reverbstudios</author><guid>http://www.giveitsocks.com/list-1774-Php-image-upload-help-required.html</guid></item><item><title>need to pick a dotnet brain</title><link>http://www.giveitsocks.com/list-1793-need-to-pick-a-dotnet-brain.html</link><description><![CDATA[Im developing a .net CMS, the main problem with my current system is that someone setting up a site needs to know asp.net / have access to the code to implement the design.

I want to seperate the design html from the master page - so i will create a dynamic master page loading in the html layout, finding content areas from keywords in the html and allow the user drop user controls into these areas.

( ie replicate what is done on graffitti cms )

i dont know if i should create a physical master page ( ie when they put in their UC's as save the template - save a page.master on the server or should i serialise the object and its settings and dynamically add the necessary user controls when a page is requested.

As you can see im still at an earlly stage - but basically i want to seperate the design from the .net code and allow the user controls to be configured fro the backend  -any properties that they expose can be set in the admin area.

Any recomendations / info would be great.]]></description><pubDate>Mon, 21 Apr 2008 15:55:57 GMT</pubDate><date_added>2008-04-21 15:59:11 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>JoeByrne</author><guid>http://www.giveitsocks.com/list-1793-need-to-pick-a-dotnet-brain.html</guid></item><item><title>Chat Rooms</title><link>http://www.giveitsocks.com/list-1794-Chat-Rooms.html</link><description><![CDATA[Can anyone tell me what coding language/s I would have to learn to build a chat room, or even, a chat client that could be downloaded to everyones computer but is the same universal room when people are connected?
Im talking about a chat room with oporator privileges (admin), and maybe other features like "squads" and stuff like that, and have the chat room connected to a database on a website...?
Thanking you,
Eye
 
PS. Just thought of another question that's bugging me...What coding languages would I need to learn to build a forum?]]></description><pubDate>Mon, 21 Apr 2008 12:16:33 GMT</pubDate><date_added>2008-04-21 15:59:11 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Eye4It</author><guid>http://www.giveitsocks.com/list-1794-Chat-Rooms.html</guid></item><item><title>Lightbox2 CSS help</title><link>http://www.giveitsocks.com/list-1818-Lightbox-CSS-help.html</link><description><![CDATA[I'm tring to figure out Lightbox2 - I understand it's a commonly used bit of software and wondered if anyone here might be able to help me...
 
homepage Lightbox 2 (http://www.lokeshdhakar.com/projects/lightbox2/#how)
 
I don't have a lot of CSS experience, is this the correct place for the script code?
  
* <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>
<a href="http://forums.techguy.org/images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
<p>TEST</p>
<p>&nbsp; </p>
<br /><div style="z-index:3" class="smallfont" align="center"><a href="http://www.irishwebmasterforum.com/archive/index.php/f-1.html">1</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-2.html">2</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-2-p-2.html">3</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-31.html">4</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-35.html">5</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-29.html">6</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-3.html">7</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-4.html">8</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-4-p-2.html">9</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-54.html">10</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-60.html">11</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-66.html">12</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-67.html">13</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-32.html">14</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-33.html">15</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-34.html">16</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-36.html">17</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-39.html">18</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-41.html">19</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-20.html">20</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-20-p-2.html">21</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-47.html">22</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-19.html">23</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-19-p-2.html">24</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-25.html">25</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-62.html">26</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-48.html">27</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-12.html">28</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-14.html">29</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-14-p-2.html">30</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-53.html">31</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-58.html">32</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-23.html">33</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-18.html">34</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-46.html">35</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-63.html">36</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-15.html">37</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-13.html">38</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-30.html">39</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-16.html">40</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-42.html">41</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-17.html">42</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-37.html">43</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-26.html">44</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-27.html">45</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-50.html">46</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-51.html">47</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-28.html">48</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-52.html">49</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-59.html">50</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-43.html">51</a> <a href="http://www.irishwebmasterforum.com/archive/index.php/f-65.html">52</a> </div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-31716-19";
urchinTracker();
</script>
</body>
</html>*  
 
I've downloaded the lightbox2 files - dumped the contents of the folders into the root directory of the site (css/images/js)
 
By the by the css file is appearing as a .txt file - ?!
 
Anyway I've also added the line of code for the image - see above "<a href="http://forums.techguy.org/images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>"
 
The preview in firefox simply shows a hotlink "image #1" which loads the larger image at the bottom of the page - not as it should...
 
Am I missing anything with the css files that come with the appliation? do I just dump them into the root directory?
 
Any ideas? - I'd love the get this figured!]]></description><pubDate>Fri, 25 Apr 2008 14:53:08 GMT</pubDate><date_added>2008-04-25 14:59:16 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>sticker</author><guid>http://www.giveitsocks.com/list-1818-Lightbox-CSS-help.html</guid></item><item><title>Link to an iFrame</title><link>http://www.giveitsocks.com/list-1831-Link-to-an-iFrame.html</link><description><![CDATA[OK, I have been wondering how I can get this to work.
 
I am creating a splash page, with links to certain areas of content on my site.  So this HTML splash page appears on its own separate.
 
Now, the site is run from one page page with an iFrame in it, from which all the site's content is accessed.
 
Now, on the splash page, if I create a link to a page within the site, how do I get the iFrame page to load with the content inside on the iFrame?
 
Many thanks for anyone who can help.
 
Ronan.]]></description><pubDate>Sun, 27 Apr 2008 19:55:09 GMT</pubDate><date_added>2008-04-27 22:59:14 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Ronan OF</author><guid>http://www.giveitsocks.com/list-1831-Link-to-an-iFrame.html</guid></item><item><title>Youtube API (gdata) + Zend framework on shared hosting</title><link>http://www.giveitsocks.com/list-1836-Youtube-API-gdata-Zend-framework-on-shared-hosting.html</link><description><![CDATA[I'm trying to figure out how to implement the youtube API (http://code.google.com/apis/youtube/developers_guide_protocol.html)  on a site of mine which is on (blacknight) shared Linux hosting. I'm finding it difficult to understand from the google documentation if this is possible, or if it's something that my host would have to provide or do for me. Has anybody got any experience with this or any of the other google api on shared hosting?

I've done a fairly thorough search and all i can find is that it comes as standard in the Zend framework, but I can't find out how/if one can install this on a shared hosting plan. Any pointers?

Thanks]]></description><pubDate>Mon, 28 Apr 2008 20:35:00 GMT</pubDate><date_added>2008-04-28 22:59:10 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>failsafe</author><guid>http://www.giveitsocks.com/list-1836-Youtube-API-gdata-Zend-framework-on-shared-hosting.html</guid></item><item><title>making a Flash Banner Clickable</title><link>http://www.giveitsocks.com/list-1862-making-a-Flash-Banner-Clickable.html</link><description><![CDATA[I have a flash banner that I've downloaded, and I wondering if there is anyway I can insert some embedded code to make it clickable. The .swf file itself doesn't seem to be clickable.

I'm trying to get it to work with OpenAds, so I uploaded the .swf  and I put in the destination URL also.

Any ideas as to what the stupid thing I am doing 

Thanks,
P]]></description><pubDate>Fri, 02 May 2008 14:15:04 GMT</pubDate><date_added>2008-05-02 14:59:16 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>paul</author><guid>http://www.giveitsocks.com/list-1862-making-a-Flash-Banner-Clickable.html</guid></item><item><title>Anything faster than PHP Curl library</title><link>http://www.giveitsocks.com/list-1865-Anything-faster-than-PHP-Curl-library.html</link><description><![CDATA[I am working an a program that will make few get request (3-9) per page and it seems to be a bit on the slow side.
 
Is there a faster option out there for PHP?]]></description><pubDate>Fri, 02 May 2008 18:09:39 GMT</pubDate><date_added>2008-05-02 18:59:15 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>louie</author><guid>http://www.giveitsocks.com/list-1865-Anything-faster-than-PHP-Curl-library.html</guid></item><item><title>What is this code used for...</title><link>http://www.giveitsocks.com/list-1884-What-is-this-code-used-for.html</link><description><![CDATA[I've picked up another site to maintain with code I've never seen before...

<td>%%SUBMENU%%</td>

What do the double-percentages mean?]]></description><pubDate>Wed, 07 May 2008 11:04:07 GMT</pubDate><date_added>2008-05-07 14:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ButtermilkJack</author><guid>http://www.giveitsocks.com/list-1884-What-is-this-code-used-for.html</guid></item><item><title>GeoIP Help</title><link>http://www.giveitsocks.com/list-1897-GeoIP-Help.html</link><description><![CDATA[Hi all,

Hoping you could help me out. I have been playing around with the GeoIP database and API (.NET C#) and need some help to see if it is accurate.

Tried some Proxy site, but I can never be really sure where they are from...

Could some of you go to my GeoIP Test (http://www.valt.nl/) and tell me which result you are getting and if it is accurate?

Thanks very much in advance.

BTW. If you want a copy of the code, give me a holler]]></description><pubDate>Sun, 11 May 2008 06:25:50 GMT</pubDate><date_added>2008-05-11 06:59:09 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>SlitheryImp</author><guid>http://www.giveitsocks.com/list-1897-GeoIP-Help.html</guid></item><item><title>CSS Frameworks - Can you recommend one</title><link>http://www.giveitsocks.com/list-1909-CSS-Frameworks-Can-you-recommend-one.html</link><description><![CDATA[Hi Everyone,

I could have swore I posted this today, but can't see it anywhere. So here goes again.

I'm looking for a GOOD CSS framework. I've come across a few CSS Global Resets from Yahoo! and Eric Meyer but I find that they actually can slow you down more than help you out.

There is also blue print blueprintcss - Google Code (http://code.google.com/p/blueprintcss/) which seems to be good, but seems to use a Ruby script to generate stuff for you.

I've only looked at the Wiki, but it seems quite complex.

I'm wondering what others use to achieve design consistency across many browsers / devices and also for print style sheets etc..

It would be good to have a frame work that sets good typography rules for readability, but also one that allows for flexibility in layout.

Suggestions / tips / help / websites? Anyone? :)]]></description><pubDate>Tue, 13 May 2008 17:17:45 GMT</pubDate><date_added>2008-05-13 18:59:10 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>gav240z</author><guid>http://www.giveitsocks.com/list-1909-CSS-Frameworks-Can-you-recommend-one.html</guid></item><item><title>Another (complete) newbie PHP Question</title><link>http://www.giveitsocks.com/list-1910-Another-complete-newbie-PHP-Question.html</link><description><![CDATA[Ok so I have been assigned as webnanny at work for a site that is designed in .php - I haven't used this before and am trying to catch up asap.

I would like to continue using *Dreamweaver* to manage the site.  Is there anything I should know about this (as opposed to HTML which I am used to)?

I also need help setting up a *testing server* within the Dreamweaver environment.

Someone told me that DW presents security issues with webdesign but I have no option than to use it at this point and spend endless hours poring over a PHP manual I have just downloaded! :(

Any help would be appreciated.

wildsaffy]]></description><pubDate>Tue, 13 May 2008 16:42:04 GMT</pubDate><date_added>2008-05-13 18:59:10 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>wildSaffy</author><guid>http://www.giveitsocks.com/list-1910-Another-complete-newbie-PHP-Question.html</guid></item><item><title>How to insert flash into a website</title><link>http://www.giveitsocks.com/list-1916-How-to-insert-flash-into-a-website.html</link><description><![CDATA[Hi guys,
I recently downloaded this from a stock website:

Royalty-free Stock Flash: Basic spectrum analizer animation | iStockphoto.com (http://www.istockphoto.com/file_closeup/style_and_design/flash_files/animations/686138_basic_spectrum_analizer_animation.php?id=686138)

Its a .fla file.  How do I insert it into HTML code can anyone tell me?

Sorry, I just barely know html code so I've never done anything like this before
Thanks for any help you can give]]></description><pubDate>Wed, 14 May 2008 14:25:13 GMT</pubDate><date_added>2008-05-14 14:59:13 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-1916-How-to-insert-flash-into-a-website.html</guid></item><item><title>PHPBB3 Forum Help Wanted</title><link>http://www.giveitsocks.com/list-1952-PHPBB-Forum-Help-Wanted.html</link><description><![CDATA[Hi folks,

I had a link to someone recommended here who was handy at sticking up forums but cannot seem to get hold of him.

Does anyone know any other contact who can work remotely and set up a forum for me?  It is a very simple forum.

Many thanks,
wildSaffy]]></description><pubDate>Tue, 20 May 2008 18:22:23 GMT</pubDate><date_added>2008-05-20 20:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>wildSaffy</author><guid>http://www.giveitsocks.com/list-1952-PHPBB-Forum-Help-Wanted.html</guid></item><item><title>Accounting for rounding errors</title><link>http://www.giveitsocks.com/list-1966-Accounting-for-rounding-errors.html</link><description><![CDATA[I posted this as an accountancy question on another forum. Perhaps it is more of a coding issue.
 
I'm writing an invoicing system in PHP/mySQL at the moment, for my own use, to suit my own business rules. A major premise is that when a quote is accepted, the invoices are generated from that quote, as stage-payment percentages of the overall cost. There can be as many stages as required, each with an abitrary percentage specified (not exceeding 100, obviously).

If I quote somebody for €1075.50 and invoice them in 3 stages for 17%, 50% and 33% of the total, these values work out at 
182.83500000
537.75000000 and
354.91500000

On an invoice, I believe nobody issues invoices for a fraction of a penny, so these would be rounded to the penny, giving 
182.83
537.75 and
354.91
if I round down giving a total invoiced of 1075.49, and 

182.84
537.75 and
354.92
if I round up giving a total invoiced of 1075.51 

Both these values differ from the quote value of 1075.50
How can I reconcile the error?
 
I could calculate when the last invoice had reached 100 percent and make it's value = totalcost - amount already invoiced. But this adds an unwieldy special case with lots of extra programming. 
 
Can anybody suggest a more elegant solution?]]></description><pubDate>Thu, 22 May 2008 15:18:04 GMT</pubDate><date_added>2008-05-22 15:59:05 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>squibs</author><guid>http://www.giveitsocks.com/list-1966-Accounting-for-rounding-errors.html</guid></item><item><title>how to connect a database with pure html codes</title><link>http://www.giveitsocks.com/list-1977-how-to-connect-a-database-with-pure-html-codes.html</link><description><![CDATA[I am doing a simple webpage with pure html codes and I want it to connect with database(MySQL)... I have no any idea if it is possible to connect a database with html code only...

so..my question is:
Can i work with database with just html codes? if so..how can I connect a database?
or if not.. what should I do so that I can work with database? what are the codes?

somebody...thanks...]]></description><pubDate>Thu, 22 May 2008 17:36:23 GMT</pubDate><date_added>2008-05-22 19:59:07 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>williamutley</author><guid>http://www.giveitsocks.com/list-1977-how-to-connect-a-database-with-pure-html-codes.html</guid></item><item><title>Xml &amp; Xslt</title><link>http://www.giveitsocks.com/list-1978-Xml-Xslt.html</link><description><![CDATA[How do search engines treat XML. I've done a bit of research on the web and I'm getting contradictory answers.  I have a project to develop where 80% area is admin and 20% frontend. I'm concerned how Google would treat the frontend, and whether it would be penalised.
 
Thanks]]></description><pubDate>Thu, 22 May 2008 16:45:06 GMT</pubDate><date_added>2008-05-22 19:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>littlegreenman</author><guid>http://www.giveitsocks.com/list-1978-Xml-Xslt.html</guid></item><item><title>By-pass html conditional re-direct</title><link>http://www.giveitsocks.com/list-2031-By-pass-html-conditional-re-direct.html</link><description><![CDATA[I have a small html re-direct set-up on the homepage of one of my sites. The redirect catches IE6 uses and sends them to a page where I tell them how bad IE6 is :D. However, I have a button which lets them go back and browse the site anyway. Needless to say they just end up gping in circles because once they go back to the homepage it sends them back to the IE6 bashing page.

My question is, what's the easiest way to by-pass the IE6 conditional html if they are coming from the IE6 page?]]></description><pubDate>Thu, 29 May 2008 16:26:07 GMT</pubDate><date_added>2008-05-29 19:59:04 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ButtermilkJack</author><guid>http://www.giveitsocks.com/list-2031-By-pass-html-conditional-re-direct.html</guid></item><item><title>Fix this lightbox script</title><link>http://www.giveitsocks.com/list-2045-Fix-this-lightbox-script.html</link><description><![CDATA[Howdo,

I found a very simple lightbox script which is working fine. However on one particular page, I have a lot of images. This means the screen is...]]></description><pubDate>Tue, 03 Jun 2008 17:48:17 GMT</pubDate><date_added>2008-06-03 18:59:07 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>wheres me jumpa</author><guid>http://www.giveitsocks.com/list-2045-Fix-this-lightbox-script.html</guid></item><item><title>Works in Firefox but not IE Why</title><link>http://www.giveitsocks.com/list-2051-Works-in-Firefox-but-not-IE-Why.html</link><description><![CDATA[Hi guys,
I downloaded a template from a free template site and have begun to make a site out of it

Dreamline: About This Template...]]></description><pubDate>Thu, 05 Jun 2008 12:19:49 GMT</pubDate><date_added>2008-06-05 14:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-2051-Works-in-Firefox-but-not-IE-Why.html</guid></item><item><title>PHP form to capture variables and then email</title><link>http://www.giveitsocks.com/list-2066-PHP-form-to-capture-variables-and-then-email.html</link><description><![CDATA[Does anyone have any recommendations for a cheap and cheerful php form that will retrieve variables from a URL and send them in an email.

Nothing...]]></description><pubDate>Mon, 09 Jun 2008 13:11:44 GMT</pubDate><date_added>2008-06-09 13:59:07 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ButtermilkJack</author><guid>http://www.giveitsocks.com/list-2066-PHP-form-to-capture-variables-and-then-email.html</guid></item><item><title>Integrating third party mashups</title><link>http://www.giveitsocks.com/list-2098-Integrating-third-party-mashups.html</link><description><![CDATA[I see the value in the mashup APIs such as Yahoo Pipes, google mashup, etc. just in terms of saving time. I'm wondering what is the best ways of...]]></description><pubDate>Thu, 12 Jun 2008 12:42:25 GMT</pubDate><date_added>2008-06-12 12:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Spiralli</author><guid>http://www.giveitsocks.com/list-2098-Integrating-third-party-mashups.html</guid></item><item><title>Email forwarding problem</title><link>http://www.giveitsocks.com/list-2141-Email-forwarding-problem.html</link><description><![CDATA[Hi Guys
 
Having a problem with email forwarding see the coupon forward form below (you need to fill out to get the error page, just put in false...]]></description><pubDate>Wed, 18 Jun 2008 11:34:03 GMT</pubDate><date_added>2008-06-18 11:59:22 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>clicknsaveie</author><guid>http://www.giveitsocks.com/list-2141-Email-forwarding-problem.html</guid></item><item><title>FF Plugin that highlights CSS</title><link>http://www.giveitsocks.com/list-2145-FF-Plugin-that-highlights-CSS.html</link><description><![CDATA[Has anyone used a plugin like this before ? 
Aardvark Firefox Extension (http://karmatics.com/aardvark/)

I think I saw some recommendations....]]></description><pubDate>Wed, 18 Jun 2008 12:17:52 GMT</pubDate><date_added>2008-06-18 15:59:17 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>paul</author><guid>http://www.giveitsocks.com/list-2145-FF-Plugin-that-highlights-CSS.html</guid></item><item><title>obfuscated PHP code help</title><link>http://www.giveitsocks.com/list-2167-obfuscated-PHP-code-help.html</link><description><![CDATA[Hi,

A client I have been working with has a strange PHP file the I can decode about 1/2 the way. But I still don't know 100% what it does. If anyone...]]></description><pubDate>Mon, 23 Jun 2008 10:53:06 GMT</pubDate><date_added>2008-06-23 11:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>paul</author><guid>http://www.giveitsocks.com/list-2167-obfuscated-PHP-code-help.html</guid></item><item><title>Any Atom gurus our there</title><link>http://www.giveitsocks.com/list-2171-Any-Atom-gurus-our-there.html</link><description><![CDATA[How do?
I have a few queries about atom authentication that  I would like to put to a person more knowledgeable about atom than myself. Does anyone...]]></description><pubDate>Mon, 23 Jun 2008 16:11:49 GMT</pubDate><date_added>2008-06-23 18:59:12 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Cormac</author><guid>http://www.giveitsocks.com/list-2171-Any-Atom-gurus-our-there.html</guid></item><item><title>cookies across several domains</title><link>http://www.giveitsocks.com/list-2172-cookies-across-several-domains.html</link><description><![CDATA[i have three sites, three different domains.... i have asked to have the sites set a cookie so if you're logged into one, you can visit the others...]]></description><pubDate>Mon, 23 Jun 2008 21:53:03 GMT</pubDate><date_added>2008-06-23 22:59:10 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Busarus</author><guid>http://www.giveitsocks.com/list-2172-cookies-across-several-domains.html</guid></item><item><title>A photo viewer that can be used in Jsps</title><link>http://www.giveitsocks.com/list-2175-A-photo-viewer-that-can-be-used-in-Jsps.html</link><description><![CDATA[Hi,
 
I'm currently trying to get a photo viewer to work in my Jsp page, I have tried to get one called simpleviewer to work, it works perfectly in...]]></description><pubDate>Tue, 24 Jun 2008 00:20:29 GMT</pubDate><date_added>2008-06-24 02:59:07 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>draffodx</author><guid>http://www.giveitsocks.com/list-2175-A-photo-viewer-that-can-be-used-in-Jsps.html</guid></item><item><title>Is this possible (Ajax &amp; JQuery Document Scope Problem)</title><link>http://www.giveitsocks.com/list-2202-Is-this-possible-Ajax-JQuery-Document-Scope-Problem.html</link><description><![CDATA[I am in the middle of developing something that is causing problems, most likely because it may be trying to stand on a shakey design (which I...]]></description><pubDate>Mon, 30 Jun 2008 17:17:20 GMT</pubDate><date_added>2008-06-30 18:59:16 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>jason</author><guid>http://www.giveitsocks.com/list-2202-Is-this-possible-Ajax-JQuery-Document-Scope-Problem.html</guid></item><item><title>Real basic coding question..</title><link>http://www.giveitsocks.com/list-2217-Real-basic-coding-question.html</link><description><![CDATA[I have been developing mysite through a template website. Im a real novice and juat want to add a link to appear on my site. 
i want the link to...]]></description><pubDate>Tue, 01 Jul 2008 22:58:25 GMT</pubDate><date_added>2008-07-02 00:59:22 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>zasbeautyie</author><guid>http://www.giveitsocks.com/list-2217-Real-basic-coding-question.html</guid></item><item><title>Parsing youtube video id</title><link>http://www.giveitsocks.com/list-2253-Parsing-youtube-video-id.html</link><description><![CDATA[Has anyone got any experience parsing the video id from youtube urls in php. 
  
ie. 
youtube.com/watch?v=R0BA-KviNO4&feature=related 
  
Where the...]]></description><pubDate>Wed, 09 Jul 2008 15:17:38 GMT</pubDate><date_added>2008-07-09 16:59:20 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>johned</author><guid>http://www.giveitsocks.com/list-2253-Parsing-youtube-video-id.html</guid></item><item><title>RSS Feed Strange Characters</title><link>http://www.giveitsocks.com/list-2289-RSS-Feed-Strange-Characters.html</link><description><![CDATA[Can someone advise me on how to remove these strange characters in my feeds, in FF3 unknown characters show up and IE 7 wont even render the rss...]]></description><pubDate>Tue, 15 Jul 2008 01:58:17 GMT</pubDate><date_added>2008-07-15 03:59:18 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-2289-RSS-Feed-Strange-Characters.html</guid></item><item><title>Reports with graphs</title><link>http://www.giveitsocks.com/list-2295-Reports-with-graphs.html</link><description><![CDATA[I need to generate some simple graphs for a report. The rest of the system is in PHP.  
 
What should I start looking into? 
 
It would be an added...]]></description><pubDate>Tue, 15 Jul 2008 18:01:47 GMT</pubDate><date_added>2008-07-15 19:59:17 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>JamesFarrell</author><guid>http://www.giveitsocks.com/list-2295-Reports-with-graphs.html</guid></item><item><title>Finding the County of visitors</title><link>http://www.giveitsocks.com/list-2296-Finding-the-County-of-visitors.html</link><description><![CDATA[Hi, 
 
I need to create reports on which county visitors to a web page are in. 
 
How would one do that in a hypothetical situation? 
 
:rolleyes:]]></description><pubDate>Tue, 15 Jul 2008 16:58:06 GMT</pubDate><date_added>2008-07-15 19:59:17 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>JamesFarrell</author><guid>http://www.giveitsocks.com/list-2296-Finding-the-County-of-visitors.html</guid></item><item><title>Scaling Divs (simply 2 rows)</title><link>http://www.giveitsocks.com/list-2309-Scaling-Divs-simply-rows.html</link><description><![CDATA[I know this is possible, but it is driving me mad. 
 
For example's sake, I have just 2 divs inside the body tag of a page. 
 
Both divs are to scale...]]></description><pubDate>Thu, 17 Jul 2008 14:25:23 GMT</pubDate><date_added>2008-07-17 15:59:15 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>jason</author><guid>http://www.giveitsocks.com/list-2309-Scaling-Divs-simply-rows.html</guid></item><item><title>JSON Headache</title><link>http://www.giveitsocks.com/list-2310-JSON-Headache.html</link><description><![CDATA[Hey, 
 
I'm having a problem with some JSON (specifically manipulating JSON retrieved the Google Gears httprequest function) - I'm retrieving JSON...]]></description><pubDate>Thu, 17 Jul 2008 16:50:25 GMT</pubDate><date_added>2008-07-17 19:59:15 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>davkell</author><guid>http://www.giveitsocks.com/list-2310-JSON-Headache.html</guid></item><item><title>.htaccess rewrite rule</title><link>http://www.giveitsocks.com/list-2336-htaccess-rewrite-rule.html</link><description><![CDATA[Hi folks, 
  
I'm moving a component of a website from a subfolder into the root. 
  
So www.mysite.com/subfolder/page1.html...]]></description><pubDate>Tue, 22 Jul 2008 14:33:15 GMT</pubDate><date_added>2008-07-22 15:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>WoodenToysie</author><guid>http://www.giveitsocks.com/list-2336-htaccess-rewrite-rule.html</guid></item><item><title>Javascript help needed</title><link>http://www.giveitsocks.com/list-2342-Javascript-help-needed.html</link><description><![CDATA[I'm trying to create some dynamic form fields using javascript. Basically the user enters some text in the new_option text field below and when they...]]></description><pubDate>Wed, 23 Jul 2008 00:53:45 GMT</pubDate><date_added>2008-07-23 03:59:04 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Tom</author><guid>http://www.giveitsocks.com/list-2342-Javascript-help-needed.html</guid></item><item><title>PHP Date Script - Substract 3 months</title><link>http://www.giveitsocks.com/list-2349-PHP-Date-Script-Substract-months.html</link><description><![CDATA[Does any of you came across a PHP function to be able to remove 3 months from a specific date. 
  
I need to find records in the DB based on start...]]></description><pubDate>Thu, 24 Jul 2008 13:30:46 GMT</pubDate><date_added>2008-07-24 15:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>louie</author><guid>http://www.giveitsocks.com/list-2349-PHP-Date-Script-Substract-months.html</guid></item><item><title>documenting php code functions</title><link>http://www.giveitsocks.com/list-2358-documenting-php-code-functions.html</link><description><![CDATA[are there standards for documenting php functions, return values, params etc? (similar to /** @return, @param etc in Java) ???]]></description><pubDate>Fri, 25 Jul 2008 14:31:25 GMT</pubDate><date_added>2008-07-25 15:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>3rigena</author><guid>http://www.giveitsocks.com/list-2358-documenting-php-code-functions.html</guid></item><item><title>dependent select - ajax issues</title><link>http://www.giveitsocks.com/list-2383-dependent-select-ajax-issues.html</link><description><![CDATA[I am unable to get Louie's select box magic working.  I've added the closing script tag and replaced `s with ' as well as updated the include_once...]]></description><pubDate>Tue, 29 Jul 2008 17:41:15 GMT</pubDate><date_added>2008-07-29 18:59:01 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>jorden</author><guid>http://www.giveitsocks.com/list-2383-dependent-select-ajax-issues.html</guid></item><item><title>Synchronise DBs</title><link>http://www.giveitsocks.com/list-2388-Synchronise-DBs.html</link><description><![CDATA[Hi folks, 
  
I have two sites with their own DBs. When something happens on one site, i want to update the DB on the other site. 
  
Trouble is the...]]></description><pubDate>Wed, 30 Jul 2008 00:33:29 GMT</pubDate><date_added>2008-07-30 02:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>WoodenToysie</author><guid>http://www.giveitsocks.com/list-2388-Synchronise-DBs.html</guid></item><item><title>Javascript Help</title><link>http://www.giveitsocks.com/list-2392-Javascript-Help.html</link><description><![CDATA[Lads again my JS knowledge is letting me down in AJAX. 
 
My ajax is returning the code 
 
 
Code: 
--------- 
addPubNum( 5940, '1796 Wolfe Tone Bar'...]]></description><pubDate>Wed, 30 Jul 2008 11:00:06 GMT</pubDate><date_added>2008-07-30 14:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>garycocs</author><guid>http://www.giveitsocks.com/list-2392-Javascript-Help.html</guid></item><item><title>Easy Question I think</title><link>http://www.giveitsocks.com/list-2395-Easy-Question-I-think.html</link><description><![CDATA[Hi guys, 
I have a contact form on my website: 
 
www.soundtrack.ie/contact 
 
I want to be able to put a redirect into my code so that when someone...]]></description><pubDate>Thu, 31 Jul 2008 12:42:18 GMT</pubDate><date_added>2008-07-31 13:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-2395-Easy-Question-I-think.html</guid></item><item><title>mySQL  PHP  selecting 1 random row</title><link>http://www.giveitsocks.com/list-2414-mySQL-PHP-selecting-random-row.html</link><description><![CDATA[I am looking for a nice way to do the following , in PHP / mySQL  
 
1. Select a random row from a database , with a certain dateType 
2. Assign the...]]></description><pubDate>Mon, 04 Aug 2008 15:47:24 GMT</pubDate><date_added>2008-08-04 17:59:15 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>paul</author><guid>http://www.giveitsocks.com/list-2414-mySQL-PHP-selecting-random-row.html</guid></item><item><title>Dropdown navigation</title><link>http://www.giveitsocks.com/list-2434-Dropdown-navigation.html</link><description><![CDATA[Hi folks, 
  
I'm trying to create a dropdown navigation element similar to that on the top right of Dublinbynumbers - Dublin's Directory and Guide -...]]></description><pubDate>Fri, 08 Aug 2008 08:42:35 GMT</pubDate><date_added>2008-08-08 09:59:17 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>andywozhere</author><guid>http://www.giveitsocks.com/list-2434-Dropdown-navigation.html</guid></item><item><title>Help with mail server</title><link>http://www.giveitsocks.com/list-2438-Help-with-mail-server.html</link><description><![CDATA[After a considerable absence, I'm back, and looking for help! 
 
My requirement is for the following.... 
 
I want to be able to send mails to a...]]></description><pubDate>Fri, 08 Aug 2008 17:53:45 GMT</pubDate><date_added>2008-08-08 17:59:24 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>richardo</author><guid>http://www.giveitsocks.com/list-2438-Help-with-mail-server.html</guid></item><item><title>Seemingly impossible. Scrolling a background image in TEXTAREA.</title><link>http://www.giveitsocks.com/list-2449-Seemingly-impossible-Scrolling-a-background-image-in-TEXTAREA.html</link><description><![CDATA[Everywhere I look it says this is not possible but I am sure I have seen it  done. 
 
I need to add a background image to a html form Textarea. So...]]></description><pubDate>Fri, 08 Aug 2008 18:15:41 GMT</pubDate><date_added>2008-08-08 21:59:17 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>figment</author><guid>http://www.giveitsocks.com/list-2449-Seemingly-impossible-Scrolling-a-background-image-in-TEXTAREA.html</guid></item><item><title>Google Developer Day</title><link>http://www.giveitsocks.com/list-2500-Google-Developer-Day.html</link><description><![CDATA[Google Developer Day (http://code.google.com/events/developerday/2008/) 
 
Has anyone gone to one of these ? Are they any good ? I'm off to the one...]]></description><pubDate>Mon, 18 Aug 2008 09:09:38 GMT</pubDate><date_added>2008-08-18 12:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>paul</author><guid>http://www.giveitsocks.com/list-2500-Google-Developer-Day.html</guid></item><item><title>RSS detection...</title><link>http://www.giveitsocks.com/list-2502-RSS-detection.html</link><description><![CDATA[maybe the wrong place to put this but how and ever.... 
  
How does one format the RSS link on your page so that browsers can detect it?]]></description><pubDate>Mon, 18 Aug 2008 19:55:34 GMT</pubDate><date_added>2008-08-18 19:59:15 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>n3tFl0w</author><guid>http://www.giveitsocks.com/list-2502-RSS-detection.html</guid></item><item><title>IE6 Selectors in CSS</title><link>http://www.giveitsocks.com/list-2524-IE-Selectors-in-CSS.html</link><description><![CDATA[Does anyone know where I can find a list of unsupport CSS selectors for IE6? 
 
I'm having trouble with a menubar on my new website in IE6 and I...]]></description><pubDate>Thu, 21 Aug 2008 12:20:42 GMT</pubDate><date_added>2008-08-21 15:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>gav240z</author><guid>http://www.giveitsocks.com/list-2524-IE-Selectors-in-CSS.html</guid></item><item><title>Browser Compatability Tools</title><link>http://www.giveitsocks.com/list-2532-Browser-Compatability-Tools.html</link><description><![CDATA[Can anyone recommend any useful tools for testing websites in older browsers?]]></description><pubDate>Fri, 22 Aug 2008 12:43:30 GMT</pubDate><date_added>2008-08-22 15:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>andywozhere</author><guid>http://www.giveitsocks.com/list-2532-Browser-Compatability-Tools.html</guid></item><item><title>PHP not working properly with IE</title><link>http://www.giveitsocks.com/list-2533-PHP-not-working-properly-with-IE.html</link><description><![CDATA[Ok, got a really strange one here I think, I haven't come across it before, although I am awake over 30 hours so I could be missing something really...]]></description><pubDate>Sat, 23 Aug 2008 11:34:43 GMT</pubDate><date_added>2008-08-23 11:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>babyboy808</author><guid>http://www.giveitsocks.com/list-2533-PHP-not-working-properly-with-IE.html</guid></item><item><title>Reusing common html code on multiple pages</title><link>http://www.giveitsocks.com/list-2564-Reusing-common-html-code-on-multiple-pages.html</link><description><![CDATA[Hi, 
  
I'm pretty new to HTML, so bear with me. 
  
I'm working on a standard problem - I have multiple html pages with common content (header and...]]></description><pubDate>Wed, 27 Aug 2008 09:11:48 GMT</pubDate><date_added>2008-08-27 10:59:13 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>askaboutfoodie</author><guid>http://www.giveitsocks.com/list-2564-Reusing-common-html-code-on-multiple-pages.html</guid></item><item><title>Designing CSS layouts</title><link>http://www.giveitsocks.com/list-2652-Designing-CSS-layouts.html</link><description><![CDATA[Is there any way at all of avoiding having to hand code all the css of a page myself? 
 
Is there a Windows application that I can use to design the...]]></description><pubDate>Mon, 08 Sep 2008 01:48:13 GMT</pubDate><date_added>2008-09-08 04:59:04 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>nevf</author><guid>http://www.giveitsocks.com/list-2652-Designing-CSS-layouts.html</guid></item><item><title>clickTag in a Flash Banner</title><link>http://www.giveitsocks.com/list-2656-clickTag-in-a-Flash-Banner.html</link><description><![CDATA[Can anyone tell me the easiest way to check the a flash banner has a (correctly implemented) clickTag as per this this article...]]></description><pubDate>Mon, 08 Sep 2008 09:04:11 GMT</pubDate><date_added>2008-09-08 12:59:05 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>andywozhere</author><guid>http://www.giveitsocks.com/list-2656-clickTag-in-a-Flash-Banner.html</guid></item><item><title>Joomala layoutdisplay question (linedance ireland)</title><link>http://www.giveitsocks.com/list-2670-Joomala-layoutdisplay-question-linedance-ireland.html</link><description><![CDATA[Hi All, still learning here, I have done up a site for a friend 
  
www.linedanceireland.ie (http://www.linedanceireland.ie) 
  
I am not looking for...]]></description><pubDate>Tue, 09 Sep 2008 18:50:24 GMT</pubDate><date_added>2008-09-09 20:59:11 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>fobby</author><guid>http://www.giveitsocks.com/list-2670-Joomala-layoutdisplay-question-linedance-ireland.html</guid></item><item><title>expanding div tag</title><link>http://www.giveitsocks.com/list-2744-expanding-div-tag.html</link><description><![CDATA[I found a nice little script for expanding a hidden text my problem is if I place it in a div tag the div over flows onto the div below it when the...]]></description><pubDate>Thu, 18 Sep 2008 16:12:01 GMT</pubDate><date_added>2008-09-18 19:59:16 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>dbnavan</author><guid>http://www.giveitsocks.com/list-2744-expanding-div-tag.html</guid></item><item><title>Timestamp Little help pweez :)</title><link>http://www.giveitsocks.com/list-2748-Timestamp-Little-help-pweez.html</link><description><![CDATA[Hi guys, 
Need some help.  Beginner level at html. 
 
I have an mp3 player on my site: 
Soundtrack.ie - Custom Soundtracks (http://www.soundtrack.ie)...]]></description><pubDate>Fri, 19 Sep 2008 10:27:19 GMT</pubDate><date_added>2008-09-19 11:59:19 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-2748-Timestamp-Little-help-pweez.html</guid></item><item><title>Basic PHP email form helpplease</title><link>http://www.giveitsocks.com/list-2771-Basic-PHP-email-form-helpplease.html</link><description><![CDATA[Hi Guys, 
 
First post :) 
 
I need a little bit of help with my contact form on my site. It's my first time trying php and i just can't seem to...]]></description><pubDate>Mon, 22 Sep 2008 14:25:38 GMT</pubDate><date_added>2008-09-22 15:59:23 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Rose</author><guid>http://www.giveitsocks.com/list-2771-Basic-PHP-email-form-helpplease.html</guid></item><item><title>Help me choose a video player for my website :)</title><link>http://www.giveitsocks.com/list-2772-Help-me-choose-a-video-player-for-my-website.html</link><description><![CDATA[Hi guys, 
I'm going to put up a video player on my website so I can put up examples of my work - music for videos and different projects.  They don't...]]></description><pubDate>Mon, 22 Sep 2008 17:40:03 GMT</pubDate><date_added>2008-09-22 19:59:18 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-2772-Help-me-choose-a-video-player-for-my-website.html</guid></item><item><title>Xslt</title><link>http://www.giveitsocks.com/list-2775-Xslt.html</link><description><![CDATA[Anyone used XSLT and if so how is it with different browsers etc. Im starting a new project and there is a lot of XML involved i was just going to...]]></description><pubDate>Mon, 22 Sep 2008 23:23:10 GMT</pubDate><date_added>2008-09-22 23:59:17 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>johned</author><guid>http://www.giveitsocks.com/list-2775-Xslt.html</guid></item><item><title>Simple question I think</title><link>http://www.giveitsocks.com/list-2776-Simple-question-I-think.html</link><description><![CDATA[Hi guys, 
Can anyone tell me one thing.  I bought this file: 
Advanced XML Video Gallery - FlashDen...]]></description><pubDate>Mon, 22 Sep 2008 22:51:08 GMT</pubDate><date_added>2008-09-22 23:59:18 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-2776-Simple-question-I-think.html</guid></item><item><title>Want to change a tiny thing in my website style</title><link>http://www.giveitsocks.com/list-2787-Want-to-change-a-tiny-thing-in-my-website-style.html</link><description><![CDATA[Hi guys, 
Wanna change the colour in a bit of my site - I presume its in the style.css but I don't know where. 
 
Basically, the buttons Home,...]]></description><pubDate>Tue, 23 Sep 2008 22:44:19 GMT</pubDate><date_added>2008-09-23 23:59:20 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-2787-Want-to-change-a-tiny-thing-in-my-website-style.html</guid></item><item><title>Flash (banner ad) Frustration</title><link>http://www.giveitsocks.com/list-2788-Flash-banner-ad-Frustration.html</link><description><![CDATA[I'm trying to put a banner ad up on Google Ad Manager, but it's telling me "Encountered flash error; getURL method should only use "_blank" as the...]]></description><pubDate>Tue, 23 Sep 2008 22:02:14 GMT</pubDate><date_added>2008-09-23 23:59:20 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>andywozhere</author><guid>http://www.giveitsocks.com/list-2788-Flash-banner-ad-Frustration.html</guid></item><item><title>forum needed</title><link>http://www.giveitsocks.com/list-2789-forum-needed.html</link><description><![CDATA[I need a programmer who can create a forum on my pre-exisiting website SeeThefeelings  The forum should allow user to create user names and...]]></description><pubDate>Wed, 24 Sep 2008 03:32:13 GMT</pubDate><date_added>2008-09-24 03:59:19 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>seethefeelings</author><guid>http://www.giveitsocks.com/list-2789-forum-needed.html</guid></item><item><title>Periodically inserting data in to a database</title><link>http://www.giveitsocks.com/list-2791-Periodically-inserting-data-in-to-a-database.html</link><description><![CDATA[Hi, I want to know if this is possible on a shared host?, and if so how? 
 
I have a web application and lets say at the same time every Monday I...]]></description><pubDate>Wed, 24 Sep 2008 11:44:01 GMT</pubDate><date_added>2008-09-24 11:59:20 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>jason</author><guid>http://www.giveitsocks.com/list-2791-Periodically-inserting-data-in-to-a-database.html</guid></item><item><title>Django - MySQL error</title><link>http://www.giveitsocks.com/list-2798-Django-MySQL-error.html</link><description><![CDATA[I have been playing around with Django for a bit now, but for some reason cannot get what's going on here. 
 
With Django, the DB support is meant to...]]></description><pubDate>Wed, 24 Sep 2008 22:43:32 GMT</pubDate><date_added>2008-09-24 23:59:19 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>bkenny</author><guid>http://www.giveitsocks.com/list-2798-Django-MySQL-error.html</guid></item><item><title>moving flash banner gallery</title><link>http://www.giveitsocks.com/list-2801-moving-flash-banner-gallery.html</link><description><![CDATA[I did this once before but for the life of me cant find the old file on my computer 
I am looking to do a flash banner using cs3  
One that moves...]]></description><pubDate>Thu, 25 Sep 2008 11:58:43 GMT</pubDate><date_added>2008-09-25 11:59:19 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>starfire</author><guid>http://www.giveitsocks.com/list-2801-moving-flash-banner-gallery.html</guid></item><item><title>Array Formating and Display Error</title><link>http://www.giveitsocks.com/list-2848-Array-Formating-and-Display-Error.html</link><description><![CDATA[I have this function below and it takes in the id of the article and the table its from in the database. 
The first query will return a string like...]]></description><pubDate>Sun, 28 Sep 2008 16:14:09 GMT</pubDate><date_added>2008-09-28 19:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-2848-Array-Formating-and-Display-Error.html</guid></item><item><title>chrome errors</title><link>http://www.giveitsocks.com/list-2858-chrome-errors.html</link><description><![CDATA[So has anyone noticed any problems in their sites with Chrome yet? 
 
Some of the staff here just found that our backend WYSIWYG editor doesn't work...]]></description><pubDate>Mon, 29 Sep 2008 17:58:52 GMT</pubDate><date_added>2008-09-29 19:59:01 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Busarus</author><guid>http://www.giveitsocks.com/list-2858-chrome-errors.html</guid></item><item><title>JavascriptCSS Coding issue with IE</title><link>http://www.giveitsocks.com/list-2904-JavascriptCSS-Coding-issue-with-IE.html</link><description><![CDATA[I have been using PHP for many years, yet never really got to grips with using Javascript in my HTML. I have been messing around with a few features,...]]></description><pubDate>Mon, 06 Oct 2008 19:38:39 GMT</pubDate><date_added>2008-10-06 20:59:06 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>StephenM</author><guid>http://www.giveitsocks.com/list-2904-JavascriptCSS-Coding-issue-with-IE.html</guid></item><item><title>glowingmoving light on image script</title><link>http://www.giveitsocks.com/list-2906-glowingmoving-light-on-image-script.html</link><description><![CDATA[Anyone know of any script or how to get an image to glow/sparkle or appear to have more light on it  
  
I am looking for something likethis...]]></description><pubDate>Tue, 07 Oct 2008 11:44:25 GMT</pubDate><date_added>2008-10-07 12:59:11 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>starfire</author><guid>http://www.giveitsocks.com/list-2906-glowingmoving-light-on-image-script.html</guid></item><item><title>ASP Request.ServerVariables(HTTP_REFERER) return undefined</title><link>http://www.giveitsocks.com/list-2913-ASP-Request-ServerVariables-HTTP-REFERER-return-undefined.html</link><description><![CDATA[Hello, 
I am using Request.ServerVariables("HTTP_REFERER") in an ASp code to check the referrer. This works fine on my local server but once on the...]]></description><pubDate>Wed, 08 Oct 2008 10:55:36 GMT</pubDate><date_added>2008-10-08 12:59:07 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>oliflorence</author><guid>http://www.giveitsocks.com/list-2913-ASP-Request-ServerVariables-HTTP-REFERER-return-undefined.html</guid></item><item><title>Completion Tracking - (by URL)</title><link>http://www.giveitsocks.com/list-2918-Completion-Tracking-by-URL.html</link><description><![CDATA[Hi All 
 
I have someone who has a site (is using Google Analytics) and wants to track specific users from another URL through their site to order...]]></description><pubDate>Wed, 08 Oct 2008 15:03:47 GMT</pubDate><date_added>2008-10-08 16:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Kieran</author><guid>http://www.giveitsocks.com/list-2918-Completion-Tracking-by-URL.html</guid></item><item><title>Valid XHTML</title><link>http://www.giveitsocks.com/list-2941-Valid-XHTML.html</link><description><![CDATA[Does a page have to validate to be accessible?]]></description><pubDate>Mon, 13 Oct 2008 11:21:26 GMT</pubDate><date_added>2008-10-13 12:59:23 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>joebloggs</author><guid>http://www.giveitsocks.com/list-2941-Valid-XHTML.html</guid></item><item><title>Php &amp; xampp</title><link>http://www.giveitsocks.com/list-2948-Php-xampp.html</link><description><![CDATA[Hi, 
I have just installed XAMPP today, I could not access http://localhost/ but 127.0.0.1 worked fine. 
When I went to 127.0.0.1 and clicked on...]]></description><pubDate>Mon, 13 Oct 2008 23:19:36 GMT</pubDate><date_added>2008-10-14 00:59:18 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Eye4It</author><guid>http://www.giveitsocks.com/list-2948-Php-xampp.html</guid></item><item><title>Copyright for any php programs</title><link>http://www.giveitsocks.com/list-2965-Copyright-for-any-php-programs.html</link><description><![CDATA[Hello all, 
 
I wrote a PHP program and I want to add a line of text to the bottom of a page as a copyright. I don't want my customers to be able to...]]></description><pubDate>Wed, 15 Oct 2008 05:36:09 GMT</pubDate><date_added>2008-10-15 08:59:33 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>komrad</author><guid>http://www.giveitsocks.com/list-2965-Copyright-for-any-php-programs.html</guid></item><item><title>Searching a site.</title><link>http://www.giveitsocks.com/list-2976-Searching-a-site.html</link><description><![CDATA[Hello I was wondering if anyone had any tips on how i go about making a group of products searchable by make, price and type on a webpage. Say I had...]]></description><pubDate>Thu, 16 Oct 2008 10:07:14 GMT</pubDate><date_added>2008-10-16 12:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Nuwanda</author><guid>http://www.giveitsocks.com/list-2976-Searching-a-site.html</guid></item><item><title>php - read filename extension in database</title><link>http://www.giveitsocks.com/list-2980-php-read-filename-extension-in-database.html</link><description><![CDATA[Hi, 
  
I wonder if anyone can help me with this. I have a recordset to get the names of files to download, these are mostly PDFs so I have added the...]]></description><pubDate>Thu, 16 Oct 2008 13:11:53 GMT</pubDate><date_added>2008-10-16 16:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Dotwebs</author><guid>http://www.giveitsocks.com/list-2980-php-read-filename-extension-in-database.html</guid></item><item><title>PHP Mcrypt</title><link>http://www.giveitsocks.com/list-2984-PHP-Mcrypt.html</link><description><![CDATA[I'm messing around mcrypt below is the data before and after. What i'm wondering is about how to remove the strange symbol at the end of the...]]></description><pubDate>Fri, 17 Oct 2008 00:07:43 GMT</pubDate><date_added>2008-10-17 00:59:13 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-2984-PHP-Mcrypt.html</guid></item><item><title>SQL Injections</title><link>http://www.giveitsocks.com/list-2987-SQL-Injections.html</link><description><![CDATA[I'm looking for a query that will show, say the tables in the database to a site just to test my own sites against SQL injection attacks. 
 
If you...]]></description><pubDate>Thu, 16 Oct 2008 21:26:07 GMT</pubDate><date_added>2008-10-17 00:59:14 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-2987-SQL-Injections.html</guid></item><item><title>Problem with adding value to form textbox using jQuery</title><link>http://www.giveitsocks.com/list-3005-Problem-with-adding-value-to-form-textbox-using-jQuery.html</link><description><![CDATA[I am going out of my mind with what I would typically believe to be a trivial problem... 
 
I have a page with a form. In the form I have a selection...]]></description><pubDate>Tue, 21 Oct 2008 15:57:00 GMT</pubDate><date_added>2008-10-21 16:59:01 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>jason</author><guid>http://www.giveitsocks.com/list-3005-Problem-with-adding-value-to-form-textbox-using-jQuery.html</guid></item><item><title>PHP preg_match wildcard</title><link>http://www.giveitsocks.com/list-3037-PHP-preg-match-wildcard.html</link><description><![CDATA[HI Folks 
I'm very much a PHP newbie here - but have managed to successfully 'adapt' some 'guestbook' code to filter out some of the inevitable...]]></description><pubDate>Fri, 24 Oct 2008 08:22:09 GMT</pubDate><date_added>2008-10-24 11:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>adrian5750</author><guid>http://www.giveitsocks.com/list-3037-PHP-preg-match-wildcard.html</guid></item><item><title>Storing &amp; Retrieving PHP Objects from Sessions</title><link>http://www.giveitsocks.com/list-3040-Storing-Retrieving-PHP-Objects-from-Sessions.html</link><description><![CDATA[As the title suggests, I'm having a problem getting this to work at all. 
 
I believe I need to serialize when storing and unserialize when...]]></description><pubDate>Fri, 24 Oct 2008 19:14:23 GMT</pubDate><date_added>2008-10-24 19:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>jason</author><guid>http://www.giveitsocks.com/list-3040-Storing-Retrieving-PHP-Objects-from-Sessions.html</guid></item><item><title>css costumization for joomla powered site</title><link>http://www.giveitsocks.com/list-3045-css-costumization-for-joomla-powered-site.html</link><description><![CDATA[Hello all, 
 
Where do I put CSS codes to personalize the layout of my Joomla site? 
I don't really get where do I upload the templates, or hacks the...]]></description><pubDate>Sat, 25 Oct 2008 03:36:42 GMT</pubDate><date_added>2008-10-25 03:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>komrad</author><guid>http://www.giveitsocks.com/list-3045-css-costumization-for-joomla-powered-site.html</guid></item><item><title>Curl tuition</title><link>http://www.giveitsocks.com/list-3063-Curl-tuition.html</link><description><![CDATA[Hi, 
 
Does anybody know where I can get some tuition in Ireland on using curl ( with .php) to screen scrape......or failing that, a good book :-) 
...]]></description><pubDate>Tue, 28 Oct 2008 12:21:03 GMT</pubDate><date_added>2008-10-28 13:59:18 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Munsterboy</author><guid>http://www.giveitsocks.com/list-3063-Curl-tuition.html</guid></item><item><title>PHP MySQL Perl CGI Ruby.</title><link>http://www.giveitsocks.com/list-3084-PHP-MySQL-Perl-CGI-Ruby.html</link><description><![CDATA[Free cPanel Web Hosting with PHP5/Mysql - no advertising! 
Register now:  
We can offer you a free web hosting package packed with advanced features...]]></description><pubDate>Fri, 31 Oct 2008 16:50:32 GMT</pubDate><date_added>2008-10-31 16:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Lorene2511</author><guid>http://www.giveitsocks.com/list-3084-PHP-MySQL-Perl-CGI-Ruby.html</guid></item><item><title>Newbie - lost in CSS</title><link>http://www.giveitsocks.com/list-3089-Newbie-lost-in-CSS.html</link><description><![CDATA[Hey all, 
 
I'm helping a friend develop a site. 
 
I have extremely limited CSS experience (sorry!) but tried all the same to change the content...]]></description><pubDate>Sat, 01 Nov 2008 11:54:11 GMT</pubDate><date_added>2008-11-01 12:59:07 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>sticker</author><guid>http://www.giveitsocks.com/list-3089-Newbie-lost-in-CSS.html</guid></item><item><title>Facebook iframe help</title><link>http://www.giveitsocks.com/list-3095-Facebook-iframe-help.html</link><description><![CDATA[Anyone managed to loose the side scrollbar in a facebook iframe app because ive been looking for hous and its driving me flippin demented.. 
Cheers...]]></description><pubDate>Sun, 02 Nov 2008 23:36:36 GMT</pubDate><date_added>2008-11-03 00:59:11 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>johned</author><guid>http://www.giveitsocks.com/list-3095-Facebook-iframe-help.html</guid></item><item><title>What page width do you use</title><link>http://www.giveitsocks.com/list-3096-What-page-width-do-you-use.html</link><description><![CDATA[Hi guys, 
 
Just wondering what page width do you use for web sites? 
 
I'm wondering if i should create a site around 980 wide aimed at 1028...]]></description><pubDate>Mon, 03 Nov 2008 12:43:11 GMT</pubDate><date_added>2008-11-03 12:59:10 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>damoth</author><guid>http://www.giveitsocks.com/list-3096-What-page-width-do-you-use.html</guid></item><item><title>Annoying Chrome  Safari issue with dynamic drive script</title><link>http://www.giveitsocks.com/list-3105-Annoying-Chrome-Safari-issue-with-dynamic-drive-script.html</link><description><![CDATA[Hi guys 
  
I've been wracking my brain for the last few hours on a piece of code I downloaded from Dynamic Drive. Dynamic Drive- Dock Content script...]]></description><pubDate>Tue, 04 Nov 2008 16:52:30 GMT</pubDate><date_added>2008-11-04 16:59:10 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>tomed</author><guid>http://www.giveitsocks.com/list-3105-Annoying-Chrome-Safari-issue-with-dynamic-drive-script.html</guid></item><item><title>question from newbie</title><link>http://www.giveitsocks.com/list-3129-question-from-newbie.html</link><description><![CDATA[I've create an easy html page and I wanted to attach it to my website. But no one link doesn't to that new page. 
The page's name is,...]]></description><pubDate>Sun, 09 Nov 2008 06:23:49 GMT</pubDate><date_added>2008-11-09 06:59:10 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>susapra</author><guid>http://www.giveitsocks.com/list-3129-question-from-newbie.html</guid></item><item><title>courses in PHPMYSQL</title><link>http://www.giveitsocks.com/list-3159-courses-in-PHPMYSQL.html</link><description><![CDATA[I am looking for courses to learn the basics of PHP and MYSQL 
Part time in dublin 
My budget for the course would be up tp 500€ (I have found...]]></description><pubDate>Wed, 12 Nov 2008 16:42:55 GMT</pubDate><date_added>2008-11-12 18:59:22 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>starfire</author><guid>http://www.giveitsocks.com/list-3159-courses-in-PHPMYSQL.html</guid></item><item><title>Problem Inserting 2D array into mysql database.</title><link>http://www.giveitsocks.com/list-3228-Problem-Inserting-D-array-into-mysql-database.html</link><description><![CDATA[Hi guys,  
 
I have read a few threads on this but I'm still stuck ! I have an array which is a shopping basket, and it holds details about each...]]></description><pubDate>Thu, 20 Nov 2008 16:45:00 GMT</pubDate><date_added>2008-11-20 18:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>daveharding</author><guid>http://www.giveitsocks.com/list-3228-Problem-Inserting-D-array-into-mysql-database.html</guid></item><item><title>Create Contact Us form</title><link>http://www.giveitsocks.com/list-3230-Create-Contact-Us-form.html</link><description><![CDATA[Hi, 
 
I am new to PHP and I just need a Contact Us form for the website. Can anybody help me out? I need the sort of Contact Us form that will email...]]></description><pubDate>Thu, 20 Nov 2008 22:06:45 GMT</pubDate><date_added>2008-11-20 22:59:03 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>kalcit</author><guid>http://www.giveitsocks.com/list-3230-Create-Contact-Us-form.html</guid></item><item><title>Dynamic template and document creation</title><link>http://www.giveitsocks.com/list-3237-Dynamic-template-and-document-creation.html</link><description><![CDATA[Has anyone done any template management work? With Word?- 
 
Lets take an example: we have a contract. There are many existing paragraphs we need to...]]></description><pubDate>Fri, 21 Nov 2008 13:35:40 GMT</pubDate><date_added>2008-11-21 14:59:08 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>link8r</author><guid>http://www.giveitsocks.com/list-3237-Dynamic-template-and-document-creation.html</guid></item><item><title>Need some help with a html page.... :(</title><link>http://www.giveitsocks.com/list-3241-Need-some-help-with-a-html-page.html</link><description><![CDATA[Hi guys, 
So I have a domain with two parts to it.  Theres a forum and a blog.  Now, I know that its not a good SEO technique, but I want to have a...]]></description><pubDate>Sat, 22 Nov 2008 10:19:47 GMT</pubDate><date_added>2008-11-22 10:59:02 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-3241-Need-some-help-with-a-html-page.html</guid></item><item><title>The church needs you</title><link>http://www.giveitsocks.com/list-3265-The-church-needs-you.html</link><description><![CDATA[Hey all, 
 
I got a call this evening from a young girl who got my number from a friend. She built a website for her local parish from a CSS...]]></description><pubDate>Wed, 26 Nov 2008 20:01:18 GMT</pubDate><date_added>2008-11-26 20:59:11 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>sticker</author><guid>http://www.giveitsocks.com/list-3265-The-church-needs-you.html</guid></item><item><title>PHP mktime() problem</title><link>http://www.giveitsocks.com/list-3267-PHP-mktime-problem.html</link><description><![CDATA[i am trying to get yesterdays date with PHP but when i use the mktime class as so: 
 
$new = mktime(0,0,0,date("m"),date("d")-1); 
 
it echos this: 
...]]></description><pubDate>Wed, 26 Nov 2008 23:41:08 GMT</pubDate><date_added>2008-11-27 00:59:15 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>bastardprince</author><guid>http://www.giveitsocks.com/list-3267-PHP-mktime-problem.html</guid></item><item><title>An install-free mysql</title><link>http://www.giveitsocks.com/list-3269-An-install-free-mysql.html</link><description><![CDATA[Hey, I'm looking for a tidy little mysql server that I can run on windows xp, without having to run it as a service or have its files scattered all...]]></description><pubDate>Thu, 27 Nov 2008 12:50:34 GMT</pubDate><date_added>2008-11-27 12:59:20 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>404 username not found</author><guid>http://www.giveitsocks.com/list-3269-An-install-free-mysql.html</guid></item><item><title>CSS Help</title><link>http://www.giveitsocks.com/list-3272-CSS-Help.html</link><description><![CDATA[Hi I'm working on a very simple web site: I'm still fiddling with it and have got the fonts the way I want in Explorer and Firefox using CSS, but in...]]></description><pubDate>Thu, 27 Nov 2008 20:43:54 GMT</pubDate><date_added>2008-11-27 20:59:12 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>Nuwanda</author><guid>http://www.giveitsocks.com/list-3272-CSS-Help.html</guid></item><item><title>Php &amp; mssql</title><link>http://www.giveitsocks.com/list-3295-Php-mssql.html</link><description><![CDATA[I've upgraded to PHP 5.2.6 and im running SQL Server Express 2005. Trying to get a simple query from the SQL server to display in a PHP page, i have...]]></description><pubDate>Mon, 01 Dec 2008 14:22:16 GMT</pubDate><date_added>2008-12-01 16:59:29 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>ziycon</author><guid>http://www.giveitsocks.com/list-3295-Php-mssql.html</guid></item><item><title>Change quicktime mp3 to mp3 player</title><link>http://www.giveitsocks.com/list-3302-Change-quicktime-mp-to-mp-player.html</link><description><![CDATA[Hi guys, 
Hopefully this is the correct place to post this. 
 
I own a forum - I've set up a web disk hard drive for everyone to use, so basically it...]]></description><pubDate>Tue, 02 Dec 2008 22:01:27 GMT</pubDate><date_added>2008-12-03 00:59:23 GMT</date_added><category><a href='http://www.giveitsocks.com/cat49-Coding-Help.html' title='Coding-Help'>Coding-Help</a></category><author>musicformedia</author><guid>http://www.giveitsocks.com/list-3302-Change-quicktime-mp-to-mp-player.html</guid></item></channel></rss>