<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Webmaster Forum</title>
		<description>Webmaster discussion on numerous topics including Website design, programming, scripting, hosting, server administration, search engines, and operating systems</description>
		<link>http://www.ozzu.com</link>
		<lastBuildDate>Sat, 04 Jul 2009 05:19:03 -0700</lastBuildDate>
				<item>
			<dc:creator>SpooF</dc:creator>
			<pubDate>Sat, 04 Jul 2009 00:27:50 -0700</pubDate>
			<guid>http://www.ozzu.com/general-discussion/happy-birthday-joebert-t98747.html</guid>
			<link>http://www.ozzu.com/general-discussion/happy-birthday-joebert-t98747.html</link>
			<title>Happy Birthday Joebert!</title>
			<description><![CDATA[<img src="http://www.ozzu.com/images/smilies/new_birthday.gif" alt=":new-bday:" title="#Birthday"> <br /><br />You have the entire United Stats celebrating with you today.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 3</description>
		</item>
				<item>
			<dc:creator>gr8linux</dc:creator>
			<pubDate>Fri, 03 Jul 2009 23:36:38 -0700</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/split-cli-terminal-t98746.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/split-cli-terminal-t98746.html</link>
			<title>split CLI terminal</title>
			<description><![CDATA[is it possible to split/divide CLI terminal into two parts so that i can do two different works without switching to other tty, and i can see those two windows simultaneously.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>camperjohn</dc:creator>
			<pubDate>Fri, 03 Jul 2009 21:24:57 -0700</pubDate>
			<guid>http://www.ozzu.com/general-discussion/great-deal-craigslist-t98745.html</guid>
			<link>http://www.ozzu.com/general-discussion/great-deal-craigslist-t98745.html</link>
			<title>Great deal on craigslist</title>
			<description><![CDATA[I just got the best deal on craigslist!<br /><br />I was going to look at a pool table, but it wasnt the right color, and needed new felt. The guy wanted $500 for it, and I thought that was overpriced. I offered $250.<br /><br />So then he said &quot;Well how about if I throw in these 3 pinball machines&quot;. MAN I was stoked. <br /><br />Next day I have two trips in my truck - one with a new pool table and the next trip with 3 pinball machines, that are probably worth $500 each! I think the guy just had no idea what they were worth and he just wanted rid of them.<br /><br />Photos: <!-- m --><a class="postlink" href="http://www.bodydot.com/gallery-45286-New-pool-table.html" rel="nofollow" target="_blank">http://www.bodydot.com/gallery-45286-Ne ... table.html</a><!-- m -->]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 5</description>
		</item>
				<item>
			<dc:creator>maahan</dc:creator>
			<pubDate>Fri, 03 Jul 2009 20:25:59 -0700</pubDate>
			<guid>http://www.ozzu.com/website-reviews/site-review-online-sketch-pad-t98744.html</guid>
			<link>http://www.ozzu.com/website-reviews/site-review-online-sketch-pad-t98744.html</link>
			<title>SITE REVIEW: Online Sketch Pad</title>
			<description><![CDATA[Here is an online sketch pad that ive created on ezzal.com<br /><br /><a class="postlink" href="http://www.ezzal.com/sketch.html" rel="nofollow" target="_blank">http://www.ezzal.com/sketch.html</a><br /><br />you can create your own drawings and publish it to the <a class="postlink" href="http://www.ezzal.com" rel="nofollow" target="_blank">http://www.ezzal.com</a> website. and it will be appear on the home page..<br /><br />just check it and give your comments.<br /><br />thank you.<br />best regards..]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 2</description>
		</item>
				<item>
			<dc:creator>mindfullsilence</dc:creator>
			<pubDate>Fri, 03 Jul 2009 20:17:50 -0700</pubDate>
			<guid>http://www.ozzu.com/programming-forum/like-the-selected-tab-stay-rasied-t98743.html</guid>
			<link>http://www.ozzu.com/programming-forum/like-the-selected-tab-stay-rasied-t98743.html</link>
			<title>I'd like the selected tab to stay rasied</title>
			<description><![CDATA[So I have a navigation bar with an animation. When a user clicks on a navigation item, I want it to stay raised. <br /><br />Heres the navigation bar:<br /><a class="postlink" href="http://xaetrex.net/voltecdesign/ctdrums/navbar.html" rel="nofollow" target="_blank">http://xaetrex.net/voltecdesign/ctdrums/navbar.html</a><br /><br />this is the javascript for the raise effect:<br /><p>CODE:</p><blockquote style="border:1px solid #000000; padding:5px; background-color:#eeeeee;"><p><div id="cb5611" style="font-family: monospace;">&nbsp;<br />$(document).ready(function(){<br />&nbsp;<br />$(&quot;li.navitem&quot;).hover(<br />&nbsp; function () {<br />&nbsp; &nbsp; $(this).animate({ <br />&nbsp; &nbsp; &nbsp; &nbsp; top: &quot;0px&quot;<br />&nbsp; &nbsp; &nbsp; }, 150 );<br />&nbsp; &nbsp; $(this).animate({ <br />&nbsp; &nbsp; &nbsp; &nbsp; top: &quot;10px&quot;<br />&nbsp; &nbsp; &nbsp; }, 50 );<br />&nbsp; }, <br />&nbsp; <br />&nbsp; function () {<br />&nbsp; &nbsp; $(this).animate({ <br />&nbsp; &nbsp; &nbsp; &nbsp; top: &quot;20px&quot;<br />&nbsp; &nbsp; &nbsp; }, 100 );<br />&nbsp; }<br />);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />});<br />&nbsp;<br /></div></p></blockquote><br />when a user clicks on a navbar item, I need it to stick at &quot;top:10px;&quot;<br /><br />How would I implement this?]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 2</description>
		</item>
				<item>
			<dc:creator>rohan4290</dc:creator>
			<pubDate>Fri, 03 Jul 2009 17:47:05 -0700</pubDate>
			<guid>http://www.ozzu.com/mswindows-forum/internet-explorer-closes-autmoatically-and-comp-loads-slow-t98742.html</guid>
			<link>http://www.ozzu.com/mswindows-forum/internet-explorer-closes-autmoatically-and-comp-loads-slow-t98742.html</link>
			<title>Internet Explorer closes autmoatically and Comp loads slow</title>
			<description><![CDATA[Logfile of HijackThis v1.99.1<br />Scan saved at 8:27:54 PM, on 7/3/2009<br />Platform: Windows XP SP3 (WinNT 5.01.2600)<br />MSIE: Internet Explorer v7.00 (7.00.6000.16850)<br /><br />Running processes:<br />C:WINDOWSSystem32smss.exe<br />C:WINDOWSsystem32csrss.exe<br />C:WINDOWSsystem32winlogon.exe<br />C:WINDOWSsystem32services.exe<br />C:WINDOWSsystem32lsass.exe<br />C:WINDOWSsystem32svchost.exe<br />C:WINDOWSsystem32svchost.exe<br />C:WINDOWSSystem32svchost.exe<br />C:Program FilesIntelWirelessBinEvtEng.exe<br />C:Program FilesCommon FilesMicrosoft SharedInkKeyboardSurrogate.exe<br />C:WINDOWSSYSTEM32WISPTIS.EXE<br />C:WINDOWSSystem32tabbtnu.exe<br />C:WINDOWSExplorer.EXE<br />C:WINDOWSsystem32ctfmon.exe<br />C:Program FilesIntelWirelessBinS24EvMon.exe<br />C:WINDOWSsystem32svchost.exe<br />C:WINDOWSsystem32svchost.exe<br />C:Program FilesCommon FilesSymantec SharedccProxy.exe<br />C:Program FilesCommon FilesSymantec SharedccSetMgr.exe<br />C:Program FilesSymantec Client SecuritySymantec Client FirewallISSVC.exe<br />C:Program FilesCommon FilesSymantec SharedccEvtMgr.exe<br />C:Program FilesCommon FilesMicrosoft SharedInkTCServer.exe<br />C:Program FilesLavasoftAd-Awareaawservice.exe<br />C:WINDOWSsystem32spoolsv.exe<br />C:WINDOWSsystem32svchost.exe<br />C:Program FilesWIDCOMMBluetooth Softwarebinbtwdins.exe<br />C:Program FilesSymantec Client SecuritySymantec AntiVirusDefWatch.exe<br />C:Program FilesIntelIntel Matrix Storage Manageriaantmon.exe<br />C:WINDOWSsystem32libusbd-nt.exe<br />C:Program FilesLinksysLinksys UpdaterbinLinksysUpdater.exe<br />C:Program FilesCommon FilesNew BoundaryPrismXLPRISMXL.SYS<br />C:Program FilesIntelWirelessBinRegSrvc.exe<br />C:WINDOWSsystem32java.exe<br />C:Program FilesComcastDesktop Doctorbinsprtsvc.exe<br />C:WINDOWSsystem32svchost.exe<br />C:Program FilesSymantec Client SecuritySymantec Client FirewallSymSPort.exe<br />C:Program FilesCommon FilesSymantec SharedSNDSrvc.exe<br />C:WINDOWSSystem32alg.exe<br />C:Program FilesCommon FilesMicrosoft SharedInkTabTip.exe<br />C:Program FilesSynapticsSynTPSynTPLpr.exe<br />C:Program FilesSynapticsSynTPSynTPEnh.exe<br />C:Program FilesIntelIntel Matrix Storage Manageriaanotif.exe<br />C:Program FilesMotorolaSMSERIALsm56hlpr.exe<br />C:Program FilesCyberLinkPowerDVDPDVDServ.exe<br />C:WINDOWSsystem32hkcmd.exe<br />C:WINDOWSsystem32igfxpers.exe<br />C:WINDOWSsystem32igfxsrvc.exe<br />C:Program FilesCommon FilesSymantec SharedccApp.exe<br />C:PROGRA~1SYMANT~1SYMANT~2VPTray.exe<br />C:Program FilesIntelWirelessbinZCfgSvc.exe<br />C:Program FilesIntelWirelessBinifrmewrk.exe<br />C:Program FilesJavajre1.6.0_07binjusched.exe<br />C:Program FilesComcastDesktop Doctorbinsprtcmd.exe<br />C:WINDOWSstsystra.exe<br />C:Program FilesGoogleGoogleToolbarNotifierGoogleToolbarNotifier.exe<br />C:Program FilesMicrosoft ActiveSyncwcescomm.exe<br />C:Program FilesWIDCOMMBluetooth SoftwareBTTray.exe<br />C:Program FilesIntelWirelessBinDot1XCfg.exe<br />C:Program FilesSpyware DoctorpctsAuxs.exe<br />C:Program FilesSpyware DoctorpctsSvc.exe<br />C:Program FilesSpyware DoctorpctsTray.exe<br />C:Documents and SettingsAdministratorDesktopHijackHijackThis.exe<br /><br />R0 - HKCUSoftwareMicrosoftInternet ExplorerMain,Start Page = <!-- m --><a class="postlink" href="http://www.cnn.com/" rel="nofollow" target="_blank">http://www.cnn.com/</a><!-- m --><br />R1 - HKLMSoftwareMicrosoftInternet ExplorerSearchURL,(Default) = <!-- m --><a class="postlink" href="http://www.metacrawler.com/crawler?general=" rel="nofollow" target="_blank">http://www.metacrawler.com/crawler?general=</a><!-- m -->%s<br />R1 - HKCUSoftwareMicrosoftInternet ExplorerMain,Window Title = Windows Internet Explorer provided by Comcast<br />R1 - HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings,ProxyServer = :0<br />R3 - URLSearchHook: AIM Toolbar Search Class - {03402f96-3dc7-4285-bc50-9e81fefafe43} - C:Program FilesAIM Toolbaraimtb.dll<br />R3 - URLSearchHook: Yahoo! Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - C:PROGRA~1Yahoo!CompanionInstallscpnyt.dll<br />O1 - Hosts: ::1 localhost<br />O1 - Hosts: 94.232.248.66 inetavirus.com<br />O1 - Hosts: 94.232.248.66 <!-- w --><a class="postlink" href="http://www.inetavirus.com" rel="nofollow" target="_blank">http://www.inetavirus.com</a><!-- w --><br />O2 - BHO: &amp;Yahoo! Toolbar Helper - {02478D38-C3F9-4efb-9B51-7695ECA05670} - C:PROGRA~1Yahoo!CompanionInstallscpnyt.dll<br />O2 - BHO: AIM Toolbar Loader - {b0cda128-b425-4eef-a174-61a11ac5dbf8} - C:Program FilesAIM Toolbaraimtb.dll<br />O2 - BHO: BHO - {BAD4551D-9B24-42cb-9BCD-818CA2DA7B63} - C:WINDOWSsystem32iehelper.dll (file missing)<br />O3 - Toolbar: &amp;Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:program filesgooglegoogletoolbar2.dll<br />O3 - Toolbar: Yahoo! Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - C:PROGRA~1Yahoo!CompanionInstallscpnyt.dll<br />O3 - Toolbar: WikiSearch - {44E7EF6C-6F5C-4AAF-A080-7725A27878ED} - C:PROGRA~1WIKISE~1WIKIPE~1.DLL<br />O3 - Toolbar: YouTube Toolbar - {B63D81CF-90DC-4d13-8782-9524A2752039} - C:Program FilesYouTube ToolbarDCCFBF5.dll<br />O3 - Toolbar: AIM Toolbar - {61539ecd-cc67-4437-a03c-9aaccbd14326} - C:Program FilesAIM Toolbaraimtb.dll<br />O4 - HKLM..Run: [TabletTip] &quot;C:Program FilesCommon Filesmicrosoft sharedinktabtip.exe&quot; /resume<br />O4 - HKLM..Run: [Snippet] &quot;C:Program FilesMicrosoft Experience PackSnipping ToolSnippingTool.exe&quot; /i<br />O4 - HKLM..Run: [SynTPLpr] C:Program FilesSynapticsSynTPSynTPLpr.exe<br />O4 - HKLM..Run: [SynTPEnh] C:Program FilesSynapticsSynTPSynTPEnh.exe<br />O4 - HKLM..Run: [Recguard] %WINDIR%SMINSTRECGUARD.EXE<br />O4 - HKLM..Run: [IAAnotif] C:Program FilesIntelIntel Matrix Storage Manageriaanotif.exe<br />O4 - HKLM..Run: [igfxtray] C:WINDOWSsystem32igfxtray.exe<br />O4 - HKLM..Run: [igfxhkcmd] C:WINDOWSsystem32hkcmd.exe<br />O4 - HKLM..Run: [igfxpers] C:WINDOWSsystem32igfxpers.exe<br />O4 - HKLM..Run: [ccApp] &quot;C:Program FilesCommon FilesSymantec SharedccApp.exe&quot;<br />O4 - HKLM..Run: [vptray] C:PROGRA~1SYMANT~1SYMANT~2VPTray.exe<br />O4 - HKLM..Run: [IntelZeroConfig] &quot;C:Program FilesIntelWirelessbinZCfgSvc.exe&quot;<br />O4 - HKLM..Run: [IntelWireless] &quot;C:Program FilesIntelWirelessBinifrmewrk.exe&quot; /tf Intel PROSet/Wireless<br />O4 - HKLM..Run: [SunJavaUpdateSched] &quot;C:Program FilesJavajre1.6.0_07binjusched.exe&quot;<br />O4 - HKLM..Run: [SigmatelSysTrayApp] stsystra.exe<br />O4 - HKLM..Run: [net] &quot;C:WINDOWSsystem32net.net&quot;<br />O4 - HKLM..Run: [MSConfig] C:WINDOWSPCHealthHelpCtrBinariesMSConfig.exe /auto<br />O4 - HKLM..Run: [ISTray] &quot;C:Program FilesSpyware DoctorpctsTray.exe&quot;<br />O4 - HKCU..Run: [ctfmon.exe] C:WINDOWSsystem32ctfmon.exe<br />O4 - HKCU..Run: [H/PC Connection Agent] &quot;C:Program FilesMicrosoft ActiveSyncwcescomm.exe&quot;<br />O4 - HKCU..Run: [net] &quot;C:WINDOWSsystem32net.net&quot;<br />O4 - Startup: Microsoft Office OneNote 2003 Quick Launch.lnk = C:Program FilesMicrosoft OfficeOFFICE11ONENOTEM.EXE<br />O4 - Global Startup: Bluetooth.lnk = ?<br />O8 - Extra context menu item: &amp;AIM Toolbar Search - C:Documents and SettingsAll UsersApplication DataAIM ToolbarieToolbarresourcesen-USlocalsearch.html<br />O8 - Extra context menu item: E&amp;xport to Microsoft Excel - <!-- m --><a class="postlink" href="res://C" rel="nofollow" target="_blank">res://C</a><!-- m -->:PROGRA~1MI1933~1OFFICE11EXCEL.EXE/3000<br />O8 - Extra context menu item: Find on Wikipedia... - C:Program FilesWikiSearch Toolbarcm.html<br />O8 - Extra context menu item: Send To &amp;Bluetooth - C:Program FilesWIDCOMMBluetooth Softwarebtsendto_ie_ctx.htm<br />O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:Program FilesJavajre1.6.0_07binssv.dll<br />O9 - Extra Tools menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:Program FilesJavajre1.6.0_07binssv.dll<br />O9 - Extra button: AIM Toolbar - {0b83c99c-1efa-4259-858f-bcb33e007a5b} - C:Program FilesAIM Toolbaraimtb.dll<br />O9 - Extra button: Create Mobile Favorite - {2EAF5BB1-070F-11D3-9307-00C04FAE2D4F} - C:PROGRA~1MI3AA1~1INetRepl.dll<br />O9 - Extra button: (no name) - {2EAF5BB2-070F-11D3-9307-00C04FAE2D4F} - C:PROGRA~1MI3AA1~1INetRepl.dll<br />O9 - Extra Tools menuitem: Create Mobile Favorite... - {2EAF5BB2-070F-11D3-9307-00C04FAE2D4F} - C:PROGRA~1MI3AA1~1INetRepl.dll<br />O9 - Extra button: Skype - {77BF5300-1474-4EC7-9980-D32B190E9B07} - C:Program FilesSkypeToolbarsInternet ExplorerSkypeIEPlugin.dll<br />O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:PROGRA~1MI1933~1OFFICE11REFIEBAR.DLL<br />O9 - Extra button: (no name) - {e2e2dd38-d088-4134-82b7-f2ba38496583} - %windir%Network Diagnosticxpnetdiag.exe (file missing)<br />O9 - Extra Tools menuitem: @xpsp3res.dll,-20001 - {e2e2dd38-d088-4134-82b7-f2ba38496583} - %windir%Network Diagnosticxpnetdiag.exe (file missing)<br />O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:Program FilesMessengermsmsgs.exe<br />O9 - Extra Tools menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:Program FilesMessengermsmsgs.exe<br />O10 - Unknown file in Winsock LSP: c:program filesjuniper networkssecure application managersamnsp.dll<br />O10 - Unknown file in Winsock LSP: c:program filesjuniper networkssecure application managersamnsp.dll<br />O11 - Options group: [INTERNATIONAL] International*<br />O16 - DPF: {051D0E35-F4E3-4C8D-B411-AB0875F4C683} (Anark Client 4.0 ActiveX Control) - <!-- m --><a class="postlink" href="http://install.anark.com/client/version4/windows-ie/en/AMClient.cab" rel="nofollow" target="_blank">http://install.anark.com/client/version ... Client.cab</a><!-- m --><br />O16 - DPF: {0CCA191D-13A6-4E29-B746-314DEE697D83} (Facebook Photo Uploader 5 Control) - <!-- m --><a class="postlink" href="http://upload.facebook.com/controls/2008.10.10_v5.5.8/FacebookPhotoUploader5.cab" rel="nofollow" target="_blank">http://upload.facebook.com/controls/200 ... oader5.cab</a><!-- m --><br />O16 - DPF: {238F6F83-B8B4-11CF-8771-00A024541EE3} (Citrix ICA Client) - <!-- m --><a class="postlink" href="https://dmcnf02.dmc.org/Citrix/ICAWEB/en/ica32/wficat.cab" rel="nofollow" target="_blank">https://dmcnf02.dmc.org/Citrix/ICAWEB/e ... wficat.cab</a><!-- m --><br />O16 - DPF: {3EA4FA88-E0BE-419A-A732-9B79B87A6ED0} (CTVUAxCtrl Object) - <!-- m --><a class="postlink" href="http://dl.tvunetworks.com/TVUAx.cab" rel="nofollow" target="_blank">http://dl.tvunetworks.com/TVUAx.cab</a><!-- m --><br />O16 - DPF: {48DD0448-9209-4F81-9F6D-D83562940134} (MySpace Uploader Control) - <!-- m --><a class="postlink" href="http://lads.myspace.com/upload/MySpaceUploader1005.cab" rel="nofollow" target="_blank">http://lads.myspace.com/upload/MySpaceUploader1005.cab</a><!-- m --><br />O16 - DPF: {5C6698D9-7BE4-4122-8EC5-291D84DBD4A0} (Facebook Photo Uploader 4 Control) - <!-- m --><a class="postlink" href="http://upload.facebook.com/controls/FacebookPhotoUploader3.cab" rel="nofollow" target="_blank">http://upload.facebook.com/controls/Fac ... oader3.cab</a><!-- m --><br />O16 - DPF: {E5F5D008-DD2C-4D32-977D-1A0ADF03058B} (JuniperSetupControlXP Class) - <!-- m --><a class="postlink" href="https://remoteaccess.hfhs.org/dana-cached/setup/JuniperSetupSP1.cab" rel="nofollow" target="_blank">https://remoteaccess.hfhs.org/dana-cach ... tupSP1.cab</a><!-- m --><br />O18 - Protocol: skype4com - {FFC8B962-9B40-4DFF-9458-1830C7DD7F5D} - C:PROGRA~1COMMON~1SkypeSKYPE4~1.DLL<br />O20 - Winlogon Notify: dimsntfy - %SystemRoot%System32dimsntfy.dll (file missing)<br />O20 - Winlogon Notify: igfxcui - C:WINDOWSSYSTEM32igfxdev.dll<br />O20 - Winlogon Notify: loginkey - C:Program FilesCommon FilesMicrosoft SharedInkloginkey.dll<br />O20 - Winlogon Notify: NavLogon - C:WINDOWSsystem32NavLogon.dll<br />O20 - Winlogon Notify: TabBtnWL - C:WINDOWSSYSTEM32TabBtnWL.dll<br />O20 - Winlogon Notify: tpgwlnotify - C:WINDOWSSYSTEM32tpgwlnot.dll<br />O21 - SSODL: WPDShServiceObj - {AAA288BA-9A4C-45B0-95D7-94D524869DB5} - C:WINDOWSsystem32WPDShServiceObj.dll<br />O23 - Service: Bluetooth Service (btwdins) - Broadcom Corporation. - C:Program FilesWIDCOMMBluetooth Softwarebinbtwdins.exe<br />O23 - Service: Symantec Event Manager (ccEvtMgr) - Symantec Corporation - C:Program FilesCommon FilesSymantec SharedccEvtMgr.exe<br />O23 - Service: Symantec Network Proxy (ccProxy) - Symantec Corporation - C:Program FilesCommon FilesSymantec SharedccProxy.exe<br />O23 - Service: Symantec Password Validation (ccPwdSvc) - Symantec Corporation - C:Program FilesCommon FilesSymantec SharedccPwdSvc.exe<br />O23 - Service: Symantec Settings Manager (ccSetMgr) - Symantec Corporation - C:Program FilesCommon FilesSymantec SharedccSetMgr.exe<br />O23 - Service: Symantec AntiVirus Definition Watcher (DefWatch) - Symantec Corporation - C:Program FilesSymantec Client SecuritySymantec AntiVirusDefWatch.exe<br />O23 - Service: Intel(R) PROSet/Wireless Event Log (EvtEng) - Intel Corporation - C:Program FilesIntelWirelessBinEvtEng.exe<br />O23 - Service: Google Updater Service (gusvc) - Google - C:Program FilesGoogleCommonGoogle UpdaterGoogleUpdaterService.exe<br />O23 - Service: Intel(R) Matrix Storage Event Monitor (IAANTMon) - Intel Corporation - C:Program FilesIntelIntel Matrix Storage Manageriaantmon.exe<br />O23 - Service: IS Service (ISSVC) - Symantec Corporation - C:Program FilesSymantec Client SecuritySymantec Client FirewallISSVC.exe<br />O23 - Service: LibUsb-Win32 - Daemon, Version 0.1.10.1 (libusbd) - <!-- m --><a class="postlink" href="http://libusb-win32.sourceforge.net" rel="nofollow" target="_blank">http://libusb-win32.sourceforge.net</a><!-- m --> - C:WINDOWSsystem32libusbd-nt.exe<br />O23 - Service: Linksys Updater (LinksysUpdater) - Unknown owner - C:Program FilesLinksysLinksys UpdaterbinLinksysUpdater.exe&quot;  -s &quot;C:Program FilesLinksysLinksys Updaterconfwrapper.conf (file missing)<br />O23 - Service: PrismXL - New Boundary Technologies, Inc. - C:Program FilesCommon FilesNew BoundaryPrismXLPRISMXL.SYS<br />O23 - Service: Intel(R) PROSet/Wireless Registry Service (RegSrvc) - Intel Corporation - C:Program FilesIntelWirelessBinRegSrvc.exe<br />O23 - Service: Intel(R) PROSet/Wireless Service (S24EventMonitor) - Intel Corporation  - C:Program FilesIntelWirelessBinS24EvMon.exe<br />O23 - Service: SAVRoam (SavRoam) - symantec - C:Program FilesSymantec Client SecuritySymantec AntiVirusSavRoam.exe<br />O23 - Service: PC Tools Auxiliary Service (sdAuxService) - PC Tools - C:Program FilesSpyware DoctorpctsAuxs.exe<br />O23 - Service: PC Tools Security Service (sdCoreService) - PC Tools - C:Program FilesSpyware DoctorpctsSvc.exe<br />O23 - Service: Symantec Network Drivers Service (SNDSrvc) - Symantec Corporation - C:Program FilesCommon FilesSymantec SharedSNDSrvc.exe<br />O23 - Service: Symantec SPBBCSvc (SPBBCSvc) - Symantec Corporation - C:Program FilesCommon FilesSymantec SharedSPBBCSPBBCSvc.exe<br />O23 - Service: SupportSoft Sprocket Service (ddoctorv2) (sprtsvc_ddoctorv2) - Unknown owner - C:Program FilesComcastDesktop Doctorbinsprtsvc.exe&quot; /service /P ddoctorv2 (file missing)<br />O23 - Service: Symantec AntiVirus - Symantec Corporation - C:Program FilesSymantec Client SecuritySymantec AntiVirusRtvscan.exe<br />O23 - Service: Symantec SecurePort (SymSecurePort) - Symantec Corporation - C:Program FilesSymantec Client SecuritySymantec Client FirewallSymSPort.exe<br />O23 - Service: Viewpoint Manager Service - Viewpoint Corporation - C:Program FilesViewpointCommonViewpointService.exe<br /><br />Thanks for your help!]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>saniabra</dc:creator>
			<pubDate>Fri, 03 Jul 2009 17:14:51 -0700</pubDate>
			<guid>http://www.ozzu.com/hardware/canon-ir2016j-t98741.html</guid>
			<link>http://www.ozzu.com/hardware/canon-ir2016j-t98741.html</link>
			<title>Canon iR2016j</title>
			<description><![CDATA[Hi every one,<br />Hope somebody can help?<br />I just bought canon Ir2016j photo copy this copier has a usb port at the back<br />so the copier can be use as printer.<br />each time I connect the copier to my computer  through the usb port theres no sign of hardwaye detection I have downloaded drivers from <!-- m --><a class="postlink" href="http://www.usa.canon.com/opd/controller?act=OPDSoftwareAct&amp;fcategoryid=2181&amp;modelid=12302" rel="nofollow" target="_blank">http://www.usa.canon.com/opd/controller ... elid=12302</a><!-- m --><br />I dont know it seems the USB port is not functioning or is there any settings to be made on the copier to open the usb port?<br />Please if you have idea help.<br />Thank you all.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>mindfullsilence</dc:creator>
			<pubDate>Fri, 03 Jul 2009 15:26:53 -0700</pubDate>
			<guid>http://www.ozzu.com/general-discussion/bogey-rocks-t98740.html</guid>
			<link>http://www.ozzu.com/general-discussion/bogey-rocks-t98740.html</link>
			<title>Bogey rocks</title>
			<description><![CDATA[Just wanted to give everyone a heads up as to how awesome bogey is. He just spent the last 4 days helping me via the forum and pms to get a php script working. Very cool guy with an amazing amount of talent. Im sure hes going to choke me for putting him on the spot right now, but I figured everyone should know that hes badass. <img src="http://www.ozzu.com/images/smilies/icon_smile.gif" alt=":)" title="Smile">]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 2</description>
		</item>
				<item>
			<dc:creator>CStrauss</dc:creator>
			<pubDate>Fri, 03 Jul 2009 15:01:47 -0700</pubDate>
			<guid>http://www.ozzu.com/programming-forum/like-know-how-this-effect-any-seen-know-t98739.html</guid>
			<link>http://www.ozzu.com/programming-forum/like-know-how-this-effect-any-seen-know-t98739.html</link>
			<title>I like to know how to do this effect any seen or know it?</title>
			<description><![CDATA[I saw this effect on this web site<br /><br /><a class="postlink" href="http://www.videocopilot.net/tutorials/" rel="nofollow" target="_blank">http://www.videocopilot.net/tutorials/</a><br /><br />Where they mouse over the thumbnail and it shows the video clip. Obviously its reading and flv or more likely and swf file and javascript anyone see any tuts or know how to do this they can show me?<br /><br />Thanks]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>mtg131g</dc:creator>
			<pubDate>Fri, 03 Jul 2009 14:41:27 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/finding-needle-template-t98738.html</guid>
			<link>http://www.ozzu.com/flash-forum/finding-needle-template-t98738.html</link>
			<title>Finding needle in a template!!!</title>
			<description><![CDATA[I am trying to find a blur feature of the template that I am posting. in the beginning of the template you have the loading screen and then the main page loads up with 5 pictures and then places a blur over the pictures. I would like to remove this blur on the pictures so that the pictures can be seen with out the blur. I can not find where this person has installed the blur in this file. <br /><br />Can some one please help me find this blur... is it in the actionscript? or is it in a movie?<br /><a class="postlink" href="http://matthewthomasphotos.com/max/maxwebsite.fla" rel="nofollow" target="_blank">http://matthewthomasphotos.com/max/maxwebsite.fla</a>]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
			</channel>
</rss>