<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>SWDF Production posts</title>
	<description><![CDATA[New 'Production' posts in Scratch Web Design Forums]]></description>
	<link>http://scratchwebdesignforums.com/forums/index.php</link>
	<pubDate>Thu, 09 Sep 2010 06:40:58 +0100</pubDate>
	<ttl>60</ttl>
	<item>
		<title>How to create a news page with news posts appearing on home</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2187</link>
		<description><![CDATA[I have a question regarding a news page I'm building in CMSfS. The problem is that I would like to have the latest news item appear on the homepage of the website as well. How can I do this?]]></description>
		<pubDate>Sat, 06 Mar 2010 11:21:58 +0000</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2187</guid>
	</item>
	<item>
		<title>Setting Up RSS</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=996</link>
		<description><![CDATA[Hi All<br /><br />Next annoying Q<br /><br />Are there any instructions for settting up an outbound RSS with the rssman tab?<br /><br />(can't search this forum for 3 letter words)<br /><br />Thanks<br /><br /><img src="http://scratchwebdesignforums.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Tue, 28 Jul 2009 02:47:57 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=996</guid>
	</item>
	<item>
		<title>how to add / change styles in editor</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=881</link>
		<description><![CDATA[How and where do I add the styles I would like my client to be able to use within the editor dropdown menu?<br /><br />thanks<br /><br />- melissa]]></description>
		<pubDate>Sun, 07 Jun 2009 21:44:05 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=881</guid>
	</item>
	<item>
		<title>Improved version 1.9.3fixed</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2305</link>
		<description><![CDATA[Hello to everyone using the CMSfs.<br />i have make some changes based on the 1.9.3 version.<br />I would not add any new features i will just try to correct current issues.<br />If anyone would like to help he can reply to my post with his fixes.<br />Please do not reply asking for help, use the main forum for that:<br /><a href="http://scratchwebdesignforums.com/forums/index.php?showforum=18" target="_blank">http://scratchwebdesignforums.com/forums/i...hp?showforum=18</a><br />If i have the time and know i will try to help. In the meantime<br />i only do fixes for the 1.9.3 version.<br />I am not planning to replace Fck editor with Ckeditor, at least not at the moment.<br />I am not planing to do any changes into the Fck editor folder.<br />If you are interesting for Fck fixes search the forum at<br /><a href="http://scratchwebdesignforums.com/forums/index.php?showforum=18" target="_blank">http://scratchwebdesignforums.com/forums/i...hp?showforum=18</a><br /><br />Some of the changes i have done should also work fine on 1.9.2 version so<br />i will just mention my changes so anyone can apply them on any version.<br /><br />Basically 1.9.3 is adding only one feature to the script: hiding rows on the sets.<br />Eric from this forum has write about the 1.9.3:<br />=====<br />Good news: The upgrade does not completely break existing sets.<br />Bad news 1: The last row of the set disappears.<br />Bad news 2: After the upgrade, all the rows are unchecked, so the set content<br />does not show up on the page. You have to open each set and turn on all the rows.<br />Not ideal but better than rebuilding the sets from scratch.<br />====<br /><br />If you don't have problem with that (open each set and turn on all the rows and<br />recreate the last row of each .set file) then upgrade to the 1.9.3 it is fully<br />tested and found working well after doing the changes below.<br /><br /><br /><br /><br />Some of the fixes below are taken from some other users of this forum<br />(the line numbers are for the 1.9.3 verion):<br /><br />1) I found that when creating a new set the rows created doesn't have the show/hide<br />checkbox checked by default. also fixed ie7 compatibility and utf-8 characters support.<br />So i apply this to fix it:<br /><br />delete set-row-shift.zip file from cms folder as it doesn't needed - doesn't work.<br /><br />edit-set.js<br />line 195: replace<br />addRow(isBlank, true) ;<br />line 349: replace<br />newRow = addRow(false, true) ;<br />line 396: replace<br />addRow(true, true) ;<br /><br />add this after line 133 and before line 134:<br />if (isVisible) newShowHideControl.defaultChecked = "selected" ; // ie7 fix<br /><br /><br />edit-set.php<br />line 137: replace<br />&lt;button type="button" onClick="addRowManual(true, true);" id="addRowsButton"&gt;Add Row&lt;/button&gt;<br /><br />add after line 35 and before line 36:<br />	&lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;<br /><br /><br />edit-set-template.js<br />line 95: replace<br />addRowButtonEvent(secondRow) ;<br /><br />edit-set-template.php<br />line 230: replace<br />&lt;tr id="afterRow"&gt;<br /><br /><br />cmsfns.php<br />line 5: replace<br />$SETDATATYPES = array('text','longtext','image','link') ;<br /><br /><br />If you upgrade .set files created on 1.9.2 or previous version see notes above:<br />You should open each .set and turn on all the rows by checking the box show/hide and<br />recreate the last row that has been disappear (for each .set file)<br /><br /><br />2) code that is refer to the phpthumbs.php file is not optimised because using realpath.<br />and also i didn't like that the files was on the root folder.<br />So i apply this to fix it:<br /><br />move this files and folder<br />phpthumb.class.php<br />phpthumb.config.php<br />phpthumb.functions.php<br />phpthumb.gif.php<br />phpthumb.php<br />and the folder cache<br /><br />into a new folder called: cmsphpthumb<br /><br />change this lines<br /><br />cmsfns.php<br />line 17:  replace<br />$reserved_filenames = Array('&#46;&#46;/cache','&#46;&#46;/fckeditor', CMSDIRNAME,'&#46;&#46;/cmsimages','&#46;&#46;/cmsextensions','&#46;&#46;/cmspagetemplates','&#46;&#46;/cmssettemplates','&#46;&#46;/cmsincludes','&#46;&#46;/images','&#46;&#46;/cmsfiles','.','..','&#46;&#46;/general.php','&#46;&#46;/cmsfns.php','&#46;&#46;/cmsphpthumb') ;<br /><br />select-image.php<br />line 105: replace<br />if (!file_exists('&#46;&#46;/cmsphpthumb/phpthumb.php')) {<br />line 126: replace<br />echo "&lt;img src=&#092;"&#46;&#46;/cmsphpthumb/phpthumb.php?w=$thumb_max_width&h=$thumb_max_height&src=$dir$file&#092;" /&gt;" ;<br /><br />images.php<br />line 161: replace<br />if (!file_exists('&#46;&#46;/cmsphpthumb/phpthumb.php')) {<br />line 221: replace<br />&lt;img src=&#092;"&#46;&#46;/cmsphpthumb/phpthumb.php?w=$detail_max_width&h=$detail_max_height&src=$dir$file&#092;" align=&#092;"absmiddle&#092;" /&gt;<br />line 239: replace<br />$filesHTML .= '&lt;img src="&#46;&#46;/cmsphpthumb/phpthumb.php?w='.$thumb_max_width.'&h='.$thumb_max_height.'&src='.$dir.''.$file.'" /&gt;' ;<br /><br /><br /><br />3) error created  by the index.php file bacause STDIR is not set correctly<br />Dynamically populated list of Set Templates is giving error at the source code of the html page<br />So i apply this to fix it:<br /><br />index.php<br />line 232: replace<br />$handle = opendir('&#46;&#46;/' . STDIR) ;<br /><br /><br />4) Safe to delete this files from the root as were used for testing purposes:<br />foo.text<br />general-bug.php<br />general-mess.php<br />general-wdfs.php<br />img.set<br />nowuseeit.php<br />nowyouseeit.set<br />test.php<br /><br />5) optimised code (as on images.php) for files.php<br /><br />files.php<br />line 102: replace<br />if (strpos(CMSFILESFOLDER, $folders[$fldr]) === 0) $folders[$fldr] = "Files";<br />line 104: replace<br />echo '&lt;a class="dir" title="Back to ' . $folders[$fldr] . '" href="?dir=&#46;&#46;/' . $link . '"&gt;' ;<br /><br /><br />6) fix preview button when image is on subfolders and change name from Home to Images<br /><br />select-image.php<br />line 129: replace<br />echo '&lt;button type="button" class="selectButton" title="Click to view ' . $file . '" onClick="launchWin(&#092;'&#46;&#46;/' . CMSIMAGESFOLDER . $dir . $file . '&#092;');"&gt;&lt;img src="images/mag-glass.gif" alt="" width="13" height="12" border="0" style="border:0 none;"&gt;&lt;/button&gt;' ;<br />line 68: replace<br />if (strpos(CMSIMAGESFOLDER, $folders[$fldr]) === 0) $folders[$fldr] = "Images" ;<br /><br /><br />7) fix not posible to delete a file in a subfolder at the files folder<br /><br />files.php<br />line 68: replace<br />location = "?dir=&lt;?PHP echo $dir; ?&gt;&do=delete&file=" + dl_file ;<br /><br /><br />8) Fix templates pages errors in ie when working with includes and file rename<br /><br />renderers.js<br /><br />line 18: replace<br />var pts = document.getElementById('DOTDOTSLASHcmspagetemplates') ;<br /><br />line 124: replace<br />insertFileNode(newLI, parentID) ;<br /><br />line 402: replace<br />insertPage(cmspagetemplatesfolder + newPTName + ".php") ;<br /><br /><br />lines 101 - 108   (remove 8 lines and add 11)<br />	if (!checkError(this.req.responseText)) return false ;<br />	// returns e.g. &#46;&#46;/np2.php<br />	if (forceNewPagePath) {<br />		var newPagePath = forceNewPagePath ;<br />	}<br />	else {<br />		var newPagePath = this.req.responseText ;<br />	}<br /><br />New code<br /><br />	if (forceNewPagePath) {<br />		var newPagePath = forceNewPagePath ;<br />		if ((newPagePath.indexOf("error:") == -1 && newPagePath.indexOf("debug:") == -1 ) === false) {<br />		alert (newPagePath); //Need to cleanup this error message<br />		return false ;<br />		}<br />	}<br />	else {<br />		if (!checkError(this.req.responseText)) return false ;<br />		var newPagePath = this.req.responseText ;<br />	}<br /><br /><br /><br /><br />new-page-template.php<br /><br />line 13: delete ($newFilename = '&#46;&#46;/' . PTSDIR . stripFileExtension($_GET['newptname']) . PTEXTENSION <img src="http://scratchwebdesignforums.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><br />and leave only the 2 tabs at the start of the line.<br /><br />line 9: replace<br />$newFilename = '&#46;&#46;/' . PTSDIR . stripFileExtension($_GET['newptname']) . PTEXTENSION ;<br /><br />Add a new line after line 9 and before line 10:<br />if (is_file($newFilename)) {<br /><br /><br />smcms.js<br />line 396: replace<br /><br />// addClass(myLI, "hovering") ;<br /><br /><br /><br />new-text-file.php<br />add a line after line 59 and befor line 60:<br /><br />echo $newPreviewFilePath ;<br /><br /><br /><br />9) text include _ can have .css extension anywhere<br /><br />styles.css<br />after line 355 and before line 356 add:<br /><br />.bigLinks .undefined  {<br />	background-position:12px .6em;<br />	font-weight:normal;<br />	overflow:hidden;<br />	white-space: nowrap;<br />	background-image:url(images/browse-file-text.gif) ;<br />	background-repeat:no-repeat;<br />}<br /><br /><br />callers.js<br /><br />line 183: replace<br />if (newFileName && newFileName.length) {<br /><br />after line 183 and before line 184 add:<br />				newFileName = tidyFileName(newFileName) ;<br />				if (getFileExtension(newFileName) == newFileName) {<br />					newFileName += ".text" ;<br />				}<br />				else if (getFileExtension(newFileName) != "text" && !confirm("Would you like to use the extension ." + getFileExtension(newFileName) + " instead of .text?&#092;nClick cancel to use .text, or OK to use the file extension you entered.")) {<br />					newFileName = stripFileExtension(newFileName) + ".text" ;<br />				}<br />				var newTextFileCall = new net.ContentLoader("new-text-file.php?mode=childinclude&parentpage=" + pathFromID(objectPage.id) + "&newfilepath=" + newFileName, insertLCI) ;<br />			}<br /><br /><br /><br />I hope in the future to make more settings, if so i will post them into the forum.<br />If you want to download the 1.9.3 version with the changes above ready i have upload it<br />to this post so you can download. As the forum has an upload limit i have delete the folder<br />fckeditor for the archive. You must download the original 1.9.3 version and copy and paste the<br />fckeditor folder into the 1.9.3tested folder.<br /><br />Forum admins: Maybe this version can be released as 1.9.4 official - tested, but<br />do not forget to add the fckeditor directory from version 1.9.3.<br /><br />I have test the script after the changes with IE7 and 8 and Firefox 2 3 and 4beta.<br />also with latest versions of safari, opera and chrome and found it working well.<br />IE6 have some problems with creating set files and new pages but editing them working fine.<br /><br />Kind Regards,<br />steve]]></description>
		<pubDate>Fri, 13 Aug 2010 21:56:44 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2305</guid>
	</item>
	<item>
		<title>Is running through W3c Validator important?</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=56</link>
		<description><![CDATA[Hi all, I just wondered what people think about getting rid of all the validation errors.<br /><br />I'm asking because when reading one of my ebooks it said about leaving out the alt descriptions for images that are cosmetic only.<br /><br />I'm not checking up on Scratch but I wanted to see what the error said so I ran the validator on the live mortgage example site for the semantic markup book and also on the main scratch site.<br /><br />Neither of the two validated without errors and some of the errors made no sense to me so I wondered when I do a site is it important?<br /><br />andy]]></description>
		<pubDate>Sun, 18 May 2008 12:39:44 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=56</guid>
	</item>
	<item>
		<title>Few Steps Of Attracting Customers Throught Website</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2307</link>
		<description><![CDATA[Hi Friends,<br />I sort out Few steps, Is there any other left :<br /><br /><b>Few Steps Of Attracting Customers Through Website</b><br /><br />·         <b>Initially</b> the introduction & background of the company must be clearly given for gaining customer attraction; such may be given in text, flowchart or layout.<br /><br />·         <b>Secondly</b>, product or services should be clearly mentioned in the form of text as well as visuals/pictures.<br /><br />·         <b>Third</b>, links should be clearly given because if the customers want to detail knows about what they are going to buy; link will help him to give detail description.<br /><br />·         <b>Forth</b>, the most important information about offer is completely & concisely given in starting page because if the customer doesn’t want to scroll down he got the information at starting page.<br /><br /><br />]]></description>
		<pubDate>Fri, 20 Aug 2010 06:21:53 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2307</guid>
	</item>
	<item>
		<title>What html editor do you use?</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=183</link>
		<description><![CDATA[Hi all, I just wondered what the majority use?<br /><br />I switched from dreamweaver years ago before they were standards code and everything was bloated.<br /><br />I moved on to <a href="http://www.blumentals.net/webuilder/" target="_blank">Webuilder</a> by blumentals and now in version 2008.<br /><br />For me it's helpful to still have some assistance with code and almost generates to the level of hardcore notepad coders lol <img src="http://scratchwebdesignforums.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><br /><br />I would love to hear what some of you lot use and wonder if there are many using go live or dreamweaver from the big boys.]]></description>
		<pubDate>Tue, 08 Jul 2008 16:35:35 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=183</guid>
	</item>
	<item>
		<title>How to setup CMSfS on Localhost?</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2303</link>
		<description><![CDATA[Hello!<br />I was wondering if maybe anybody could help me with a problem I'm having after put th CMSfS files on my localhost.<br /><br />This is what happens:<br /><ul><li>I access to <a href="http://localhost/cms/" target="_blank">http://localhost/cms/</a></li><li>Then I press the submit button (with no Password as the Guide says)</li><li>And then.. nothing happens, is like.. gets stuck!</li></ul><br /><br />I tryed it on FFox, Internet Explorer, Opera, Chrome.. but can't make it work, its always stuck in the same place.<br />I already put the CMS folder permissions as 777 (right mouse button click on the file -or folder- and select properties, then “uncheck” the “Read-only” check box on the “General” tab.), still.. didn't work.<br /><br />I would like to know what process do you follow to install CMSfS on your localhost.<br /><br />I use <b>XAMPP </b>and Win7.<br /><br />Thanks for your help!!]]></description>
		<pubDate>Wed, 11 Aug 2010 17:16:00 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2303</guid>
	</item>
	<item>
		<title>image best practises</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2302</link>
		<description><![CDATA[Hello, I've just started using cmsfs and am finding it very effective and easy for all concerned. Both back end set up and front end text editing is straight forward. Image editing is where I'm looking for a little advice from someone whose been using it for a while. Does anyone have some suggestions on how to set things up to make image editing (and by this I usually mean exchanging one image for another) easy for users?<br /><br />Thanks in advance,<br />Mark<br />]]></description>
		<pubDate>Tue, 10 Aug 2010 23:39:53 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2302</guid>
	</item>
	<item>
		<title>Browse section blank - error in Chrome</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2304</link>
		<description><![CDATA[Hi guys, I've trawled through every forum post on this problem but can't find any solution that works. The system has been working for close to two years now, but as of yesterday morning nothing shows on the browse page.  It's the same in all browsers except Chrome which shows nothing, but then spits out the following error:<br /><br />[img]http://alexanderstott.co.uk/error.jpg[/img]<br /><br />I've copied the installation across to another server where the settings are identical and it works fine, does anyone have any ideas?<br /><br />Many thanks for your time in reading this.   <img src="http://scratchwebdesignforums.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />]]></description>
		<pubDate>Thu, 12 Aug 2010 09:39:06 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2304</guid>
	</item>
	<item>
		<title>Web design without programming</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=695</link>
		<description><![CDATA[Hi,<br />I run a retailed garment shop and can afford little money for advertisement. I’ve been told that hiring a web designer is a costly affair. Can any one tell me some simple steps to build my website from development to publishing on the web without programming?<br />]]></description>
		<pubDate>Mon, 02 Mar 2009 14:51:31 +0000</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=695</guid>
	</item>
	<item>
		<title>Styling the output of sets, html...etc</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2286</link>
		<description><![CDATA[I seem to have many questions today, more coming as I'm trying to perfect it...trying! <img src="http://scratchwebdesignforums.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />This question is because I'm a perfectionst, and I like my source code to be clean and tidy.<br /><br />When a set, or .html block is saved, the source output displays it in a "block format" instead of inline like I wrote the code.<br /><br />For example, if I write a simple navigation in a set:<br /><br />&lt;ul&gt;&lt;li&gt;&lt;a href="linkme.php"&gt;im linked&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="linkmetoo.php"&gt;im linked also&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;<br /><br />It will display in the source code like so:<br /><br />&lt;ul&gt;<br />&lt;li&gt;&lt;a href="linkme.php"&gt;im linked&lt;/a&gt;&lt;/li&gt;<br />&lt;li&gt;&lt;a href="linkmetoo.php"&gt;im linked also&lt;/a&gt;&lt;/li&gt;<br />&lt;/ul&gt;<br /><br />My preference would to keep it on a single line.<br /><br />Your input is greatly appreciated.]]></description>
		<pubDate>Fri, 02 Jul 2010 03:51:55 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2286</guid>
	</item>
	<item>
		<title>New setting option</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2285</link>
		<description><![CDATA[Well, it looks straightforward, but it's not working. I'm probably missing something.<br />Here's an example:<br /><br />Within settings.php, I added another Table Row below the Header Title named KEYWORDS. I made the appropriate changes to the name. 'site-keywords'<br /><div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>		&lt;tr&gt;<br />			&lt;td&gt;Site keywords&lt;/td&gt;<br />			&lt;td&gt;<br />				&lt;input type="text" name="site-keywords" value="&lt;?PHP<br />					if (isSet($settingsArray) && array_key_exists('site-keywords', $settingsArray)) {<br />						echo stripslashes($settingsArray['site-keywords']) ;<br />					}<br />				?&gt;" /&gt;<br />			&lt;/td&gt;<br />		&lt;/tr&gt;</div><br /><br /><br />After, I added/modified the following lines to cmsfns.php:<br /><br /><div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>			if (sizeof($settingsArray) == 0) {<br />				$notFound = True ;<br />			}<br />			else {<br />				// Something found!<br />				$_SESSION['CMS_Title'] = $settingsArray['cms-description'] ;<br />				$_SESSION['Site_Keywords'] = $settingsArray['site-keywords'] ;<br />				$_SESSION['settingsInitialized'] = True ;<br />			}<br />		}<br />		if (isset($notFound)) {<br />			$_SESSION['CMS_Title'] = 'CMS' ;<br />			$_SESSION['Site_Keywords'] = 'No entries' ;<br />			$_SESSION['Show_help_by_default'] = '0' ;<br />			unset($_SESSION['settingsInitialized']) ;<br />		}</div><br /><br />I'm really not PHP saavy, but it seems that something is missing, I can only see No entries in the view source of the site. Is there another hidden document something that I didnt notice..This dosent seem like the hardest thing !!<br /><br />Oh!, I added &lt;?PHP echo stripslashes($_SESSION['Site_Keywords']) ; ?&gt; to the necessary pages.<br /><br />Thanks.]]></description>
		<pubDate>Thu, 01 Jul 2010 22:54:11 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2285</guid>
	</item>
	<item>
		<title>Lightbox vs. Lightview</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=239</link>
		<description><![CDATA[Anyone have any suggestions on which is better to use?  Lightbox or Lightview?  I'm looking to incorporate an iframe form from wufoo.com, consultation form, and for video gallery for the Fireworks website I've posted in the design feedback forum.  Let me know before I make a purchase for the Lightview.  Or any other suggestions is welcome as I'm going to make a purchase within a few hours or day. <img src="http://scratchwebdesignforums.com/forums/style_emoticons/default/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> <br /><br /><a href="http://warren.mesozen.com/jquery-lightbox/" target="_blank">Lightbox</a><br /><br /><a href="http://www.nickstakenburg.com/projects/lightview/" target="_blank">Lightview</a>]]></description>
		<pubDate>Fri, 01 Aug 2008 05:56:47 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=239</guid>
	</item>
	<item>
		<title>problems with login</title>
		<link>http://scratchwebdesignforums.com/forums/index.php?showtopic=2271</link>
		<description><![CDATA[Hi all.<br /><br />I have problem with login into CMS on my server. Login page somehow stack an keeps downloading more and more data. But nothing else...<br /><br />Error in log:<br /><br />[Mon May 24 09:02:01 2010] [error] [client XX.XX.XX.XXX] PHP Warning: <br />readdir() expects parameter 1 to be resource, boolean given in<br />/storage/webhosting/domain.xx/www/cms/index.php on line 223, referer:<br /><a href="http://domain.xx/cms/login-form.php" target="_blank">http://domain.xx/cms/login-form.php</a><br /><br />Everything was working good for few months, but now it goes with this error. I've already tried new install, but error is same.<br /><br />Please, can someone help?<br /><br />Thank you<br /><br />Martinsson]]></description>
		<pubDate>Tue, 25 May 2010 08:43:42 +0100</pubDate>
		<guid>http://scratchwebdesignforums.com/forums/index.php?showtopic=2271</guid>
	</item>
</channel>
</rss>