1. Finding the "Right Sized" Store/Admin

    Date: 05/17/07 (WebDesign)    Keywords: php, oscommerce, web, shopping

    I realize questions have been asked frequently about online webstore/shopping cart sources. I've checked out both oscommerce and zen cart, and they both seem great, but oscommerce is far too bloated with features for the limited functionality I need, and zen cart doesn't seem to support the payment gateways I'd like.

    Does someone have a recommendation for a vary basic web store? It's for a site for an artist/licensor who would like to sell some of her published items on her own site. It is not primarily a webstore, and the store part will function as a hybrid gallery/store.

    Basically, here's all I need, no more no less:

    - Customizable (to intergrate with existing site)
    - An admin area that enables the client to add or remove products on her own
    - Capability for about 30 items for sale (that's all)
    - I would prefer to have a payment gateway for standard credit card processing and paypal, but mostly standard credit card processing (which, from what I can gather, zen cart does not offer)
    - Integrated checkout (not one that takes you to a gateway's checkout page)

    That's really all I need. It's really simple and low on features. What should I be looking at?
    I have a very basic knowledge of php -- can't write it but can work my way around pre-written php.

    Source: http://community.livejournal.com/webdesign/1257713.html

  2. RSS feed nuisance

    Date: 05/17/07 (Web Development)    Keywords: rss, html, web

    ok. im getting more and more into this web-design thing and its just confusing me now.i'm not advanced but im not an idiot and until now i've usually been able to figure stuff out.
    this RSS feed set up is really messing with me. i have a website (www.avivalaloca.com) and i have a blog on that site (http://avivalaloca.com/id5.html)
    i want to use www.rssfwd.com so people dont have to look at my blog every day to see if i've posted, but i cant get it to work. if anyone knows of something that is better than rssfwd.com that'll do the same thing, then please let me know.

    i believe what i need to do is get the orange "RSS" box to show up where i type in http://avivalaloca.com/id5.html (at the end of the website, i use safari).
    how do i do that?
    i've read websites and other tutorials and its a bit beyond me. if someone is willing to help me through the process and make sure it works and fix this "problem" for me i'd even be willing to pay a bit. i really need this set up before tuesday (may 22).

    thank you and please feel free to email me (avivalaloca @ mac. com) with any ideas or just post here.

    much appreciated!

    Source: http://community.livejournal.com/webdev/408672.html

  3. RSS feed nuisance

    Date: 05/17/07 (WebDesign)    Keywords: rss, html, web

    ok. im getting more and more into this web-design thing and its just confusing me now.i'm not advanced but im not an idiot and until now i've usually been able to figure stuff out.
    this RSS feed set up is really messing with me. i have a website (www.avivalaloca.com) and i have a blog on that site (http://avivalaloca.com/id5.html)
    i want to use www.rssfwd.com so people dont have to look at my blog every day to see if i've posted, but i cant get it to work. if anyone knows of something that is better than rssfwd.com that'll do the same thing, then please let me know.

    i believe what i need to do is get the orange "RSS" box to show up where i type in http://avivalaloca.com/id5.html (at the end of the website, i use safari).
    how do i do that?
    i've read websites and other tutorials and its a bit beyond me. if someone is willing to help me through the process and make sure it works and fix this "problem" for me i'd even be willing to pay a bit. i really need this set up before tuesday (may 22).

    thank you and please feel free to email me (avivalaloca @ mac. com) with any ideas or just post here.

    much appreciated!

    Source: http://community.livejournal.com/webdesign/1258109.html

  4. http://xmlia.com

    Date: 05/17/07 (HTML Help)    Keywords: xml, web

    Dear friends!
    We are glad to you to inform on opening new, absolutely free-of-charge site about online XML-validator and web-based editor.

    For what to pay huge money for different win-based editors or to put the unchecked cracked copies?
    Use our site, and you should not install anything on computer.
    Our site does not contain advertising, is quickly loaded,consumes not enough traffic and quickly processes your data.
    At your service XML visualisation not only in the form of TREE, but also in the form of GRID, that is actually avaliable only in very expensive windows XML editors.

    all what you need to do-its just register for free

    See you in http://xmlia.com

    Source: http://community.livejournal.com/htmlhelp/2397200.html

  5. scrolling content- browser problem

    Date: 05/17/07 (WebDesign)    Keywords: browser, html, web

    this is the web page i am working on: http://robertmeyersdesign.com/awards.html

    the section on the right is supposed to be a scrolling list. it works in Safari and looks great, but it's not working in firefox (and i haven't tested explorer yet). the list is pushed down and over to the right too far and doesn't scroll at all.

    sidenote: the whole website was set up by an ex-intern who left on bad terms. i am just adding content and getting the site live, etc.

    question: is this an easy fix? how can i make it work in other browsers?



    this is what it looks like in Safari and is what it's supposed to look like:


    this is what it looks like in firefox (and probably internet explorer)


    help?

    Source: http://community.livejournal.com/webdesign/1258451.html

  6. Help needed with DIV tags

    Date: 05/18/07 (Web Development)    Keywords: web

    At least...I think it's with DIV tags. Basically, I'm in over my head, my programs aren't currently accessible (DreamWeaver etc) and I'm hoping someone might be able to help me.

    I've been asked to help someone creating special scroll bars, the ones where you just have arrows that you hover over and the content scrolls on it's own (as opposed to having to have a physical bar which isn't always graphically appealing).

    Here's an example of what I'm trying to figure out how to do: http://www.oni-one.com/

    If you go that website and let it load, and then click on "Accessories" and then "Linens and Throws" you will notice that it has a scrolling option to show more linens, and the scrolls are two arrows that darken in colour when you scroll over them? I'm trying to figure out how to do something like that.

    Can anyone help point me in the right direction? Give me some codes to try out or explain how it should be done so I can do some research?

    Thanks!

    Source: http://community.livejournal.com/webdev/408908.html

  7. Here's one for you

    Date: 05/18/07 (Javascript Community)    Keywords: html, web

    The following does not work in IE7:

    var workspace = document.getElementsByTagName("BODY")[0]
    var table = document.createElement("TABLE");
    var tr = document.createElement("TR");
    table.appendChild(tr);
    var td = document.createElement("TD");
    td.innerText = 'hello';
    tr.appendChild(td);
    workspace.appendChild(table);


    I thought this was something weird about IE, since it will create all sorts of other elements with no problem at all. But I checked and they even have a page on how to do it Here.

    Firefox and Opera have no problems with it, provided you change innerText to innerHTML - a chance which still makes no difference in IE.

    Anyone got any ideas?

    Additionally - is there any way to see the *generated* source in IE7, as can be done using the Web Developer extension in Firefox?

    Source: http://community.livejournal.com/javascript/133527.html

  8. Welcome to the era of gullibility 2.0

    Date: 05/21/07 (Web Technology)    Keywords: web

    Last week's fake iPhone news was a wake-up call for a public now looking to the Web for scoops, leaks and gossip.

    Source: http://news.zdnet.com/2100-9588_22-6185075.html

  9. How can I password-protect a folder?

    Date: 05/21/07 (HTML Help)    Keywords: css, html, web

    Is there a script I can put into a folder on the Web-accessible part of my server that will ask 'username/password plzkthx ^_^' of anyone who tries to open it? The only languages I know are XHTML and some of CSS, I doubt they'd be able to do anything like that...

    Source: http://community.livejournal.com/htmlhelp/2398623.html

  10. Double dose of questions

    Date: 05/21/07 (Computer Help)    Keywords: rss, software, html, java, web, spyware, yahoo, microsoft, google

    I have two computering questions I hope I can find assistance for. One is for me, and one is for my mom.

    Mine: I have a Digital Camera with an Lexar Media 32MB MMC Memory Card. I put the card in the slot in my computer, it reads it, everything is dandy. I take the card out, go take some more pictures. Come back to my computer, stick the card back in, and...NOTHING. Light doesn't come on, card isn't seen. I make sure to use the proper removal procedure each time (stopping the process so the light goes off). The only way to make my computer see the card after it's already seen it once is to completely restart. You can imagine how annoying that is...help!

    Mom's: My mother has a worse problem. Her computer randomly crashes. Completely shuts down and starts again. She has no idea why.

    I had her run Hijack This, and here is her log.


    Running processes:
    C:\WINDOWS\System32\smss.exe
    C:\WINDOWS\system32\csrss.exe
    C:\WINDOWS\system32\winlogon.exe
    C:\WINDOWS\system32\services.exe
    C:\WINDOWS\system32\lsass.exe
    C:\WINDOWS\system32\svchost.exe
    C:\WINDOWS\system32\svchost.exe
    C:\WINDOWS\System32\svchost.exe
    C:\WINDOWS\System32\svchost.exe
    C:\WINDOWS\System32\svchost.exe
    C:\WINDOWS\Explorer.EXE
    C:\WINDOWS\system32\spoolsv.exe
    C:\Program Files\Connected\AgentSrv.EXE
    C:\Program Files\Common Files\AOL\ACS\AOLAcsd.exe
    C:\Program Files\Common Files\AOL\TopSpeed\2.0\aoltsmon.exe
    C:\Program Files\Google\Common\Google Updater\GoogleUpdaterService.exe
    C:\Program Files\Common Files\AOL\TopSpeed\2.0\aoltpspd.exe
    C:\Program Files\Spyware Doctor\svcntaux.exe
    C:\Program Files\Spyware Doctor\swdsvc.exe
    C:\Program Files\Viewpoint\Common\ViewpointService.exe
    C:\Program Files\Spyware Doctor\SDTrayApp.exe
    C:\WINDOWS\System32\alg.exe
    C:\Program Files\Viewpoint\Viewpoint Manager\ViewMgr.exe
    C:\WINDOWS\system32\wscntfy.exe
    C:\WINDOWS\System32\igfxtray.exe
    C:\WINDOWS\System32\hkcmd.exe
    C:\Program Files\Common Files\AOL\1164233735\ee\AOLSoftware.exe
    C:\WINDOWS\System32\svchost.exe
    C:\Program Files\QuickTime\qttask.exe
    C:\Program Files\HP\hpcoretech\hpcmpmgr.exe
    C:\WINDOWS\system32\hphmon05.exe
    C:\WINDOWS\wt\updater\wcmdmgr.exe
    C:\PROGRA~1\MYWEBS~1\bar\5.bin\mwsoemon.exe
    C:\Program Files\Adobe\Photoshop Album Starter Edition\3.0\Apps\apdproxy.exe
    C:\Program Files\Common Files\Real\Update_OB\realsched.exe
    C:\Program Files\Google\Google Desktop Search\GoogleDesktop.exe
    C:\Program Files\Common Files\InstallShield\UpdateService\issch.exe
    C:\Documents and Settings\Mom\Desktop\Winamp\winampa.exe
    C:\Program Files\Java\jre1.6.0_01\bin\jusched.exe
    C:\Program Files\Hewlett-Packard\HP Software Update\HPWuSchd2.exe
    C:\Program Files\Gamevance\gamevance32.exe
    C:\Program Files\WeatherStudio Desktop\bin\WeatherStudio Desktop.exe
    C:\Program Files\Messenger\MSMSGS.EXE
    C:\Program Files\The Weather Channel FW\Desktop Weather\DesktopWeather.exe
    C:\Program Files\AIM6\aim6.exe
    C:\Program Files\Siber Systems\AI RoboForm\RoboTaskBarIcon.exe
    C:\Program Files\Google\Google Desktop Search\GoogleDesktop.exe
    C:\Program Files\AIM6\aolsoftware.exe
    c:\program files\common files\aol\1164233735\ee\services\antiSpywareApp\ver2_0_32_1\AOLSP Scheduler.exe
    c:\program files\common files\aol\1164233735\ee\aolsoftware.exe
    C:\Program Files\Connected\CBSysTray.exe
    C:\Program Files\Google\Google Updater\GoogleUpdater.exe
    C:\Program Files\LimeWire\LimeWire.exe
    C:\Program Files\OpenOffice.org 2.1\program\soffice.exe
    C:\Program Files\Webshots\webshots.scr
    C:\Program Files\OpenOffice.org 2.1\program\soffice.BIN
    C:\WINDOWS\System32\svchost.exe
    c:\program files\common files\aol\1164233735\ee\anotify.exe
    C:\Program Files\AOL 9.0b\waol.exe
    C:\WINDOWS\system32\devldr32.exe
    C:\Program Files\AOL 9.0b\shellmon.exe
    C:\Program Files\Common Files\AOL\Topspeed\3.0\aoltpsd3.exe
    C:\Documents and Settings\Mom\Local Settings\Temporary Internet Files\Content.IE5\89ABCDEB\HiJackThis_v2[1].exe
    C:\WINDOWS\System32\wbem\wmiprvse.exe
     
    R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = 127.0.0.1
    R3 - URLSearchHook: AOLTBSearch Class - {EA756889-2338-43DB-8F07-D1CA6FB9C90D} - C:\Program Files\AOL\AOL Toolbar 5.0\aoltb.dll
    R3 - URLSearchHook: (no name) - {00A6FAF6-072E-44cf-8957-5838F569A31D} - C:\Program Files\MyWebSearch\SrchAstt\5.bin\MWSSRCAS.DLL
    R3 - URLSearchHook: Yahoo! Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - C:\Program Files\Yahoo!\Companion\Installs\cpn0\yt.dll
    O2 - BHO: (no name) - (AÕ - (no file)
    O2 - BHO: (no name) - hBÕ - (no file)
    O2 - BHO: (no name) - rsion - (no file)
    O2 - BHO: (no name) - xAÕ - (no file)
    O2 - BHO: MyWebSearch Search Assistant BHO - {00A6FAF1-072E-44cf-8957-5838F569A31D} - C:\Program Files\MyWebSearch\SrchAstt\5.bin\MWSSRCAS.DLL
    O2 - BHO: &Yahoo! Toolbar Helper - {02478D38-C3F9-4EFB-9B51-7695ECA05670} - C:\Program Files\Yahoo!\Companion\Installs\cpn0\yt.dll
    O2 - BHO: Adobe PDF Reader Link Helper - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\AcroIEHelper.dll
    O2 - BHO: mwsBar BHO - {07B18EA1-A523-4961-B6BB-170DE4475CCA} - C:\Program Files\MyWebSearch\bar\5.bin\MWSBAR.DLL
    O2 - BHO: BizFormBarBHO Class - {43A7096B-0623-4BC1-98AD-2BF037902E07} - C:\Program Files\BizForm Bar\Toolbar\vsns.dll
    O2 - BHO: (no name) - {6F45AEA2-9C81-4832-8390-7134102B8DE5} - C:\Program Files\WeatherStudio Desktop\bin\WeatherStudio Desktop.dll
    O2 - BHO: (no name) - {724d43a9-0d85-11d4-9908-00400523e39a} - C:\Program Files\Siber Systems\AI RoboForm\roboform.dll
    O2 - BHO: SSVHelper Class - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:\Program Files\Java\jre1.6.0_01\bin\ssv.dll
    O2 - BHO: AOL Toolbar Launcher - {7C554162-8CB7-45A4-B8F4-8EA1C75885F9} - C:\Program Files\AOL\AOL Toolbar 5.0\aoltb.dll
    O2 - BHO: Viewpoint Toolbar BHO - {A7327C09-B521-4EDB-8509-7D2660C9EC98} - C:\Program Files\Viewpoint\Viewpoint Toolbar\3.8.0\ViewBarBHO.dll
    O2 - BHO: Google Toolbar Notifier BHO - {AF69DE43-7D58-4638-B6FA-CE66B5AD205D} - C:\Program Files\Google\GoogleToolbarNotifier\2.0.301.5672\swg.dll
    O2 - BHO: (no name) - {FFDD804F-A7F8-4395-93D2-66A85DA2BDAB} - C:\Program Files\WeatherStudio348\bin\WeatherStudio348.dll
    O2 - BHO: (no name) - ø@Õ - (no file)
    O3 - Toolbar: Yahoo! Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - C:\Program Files\Yahoo!\Companion\Installs\cpn0\yt.dll
    O3 - Toolbar: &Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:\program files\google\googletoolbar3.dll
    O3 - Toolbar: Viewpoint Toolbar - {F8AD5AA5-D966-4667-9DAF-2561D68B2012} - C:\Program Files\Common Files\Viewpoint\Toolbar Runtime\3.8.0\IEViewBar.dll
    O3 - Toolbar: WeatherStudio Toolbar - {15757333-2BCA-4B77-A807-D0955132F812} - C:\Program Files\WeatherStudio348\bin\WeatherStudio348.dll
    O3 - Toolbar: Webshots Toolbar - {C17590D2-ECB4-4b15-8820-F58798DCC118} - C:\Program Files\Webshots\WSToolbar4IE.dll
    O3 - Toolbar: BizForm Bar - {C46CED39-05C9-40C3-88D1-E07AB8128E02} - C:\Program Files\BizForm Bar\Toolbar\BizFormBar.dll
    O3 - Toolbar: AOL Toolbar - {DE9C389F-3316-41A7-809B-AA305ED9D922} - C:\Program Files\AOL\AOL Toolbar 5.0\aoltb.dll
    O3 - Toolbar: &RoboForm - {724d43a0-0d85-11d4-9908-00400523e39a} - C:\Program Files\Siber Systems\AI RoboForm\roboform.dll
    O4 - HKLM\..\Run: [IgfxTray] C:\WINDOWS\System32\igfxtray.exe
    O4 - HKLM\..\Run: [HotKeysCmds] C:\WINDOWS\System32\hkcmd.exe
    O4 - HKLM\..\Run: [HostManager] C:\Program Files\Common Files\AOL\1164233735\ee\AOLSoftware.exe
    O4 - HKLM\..\Run: [AOLDialer] C:\Program Files\Common Files\AOL\ACS\AOLDial.exe
    O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files\QuickTime\qttask.exe" -atboottime
    O4 - HKLM\..\Run: [HPHUPD05] C:\Program Files\Hewlett-Packard\{5372B9A6-6E51-4f90-9B40-E0A3B8475C4E}\hphupd05.exe
    O4 - HKLM\..\Run: [HP Component Manager] "C:\Program Files\HP\hpcoretech\hpcmpmgr.exe"
    O4 - HKLM\..\Run: [HPHmon05] C:\WINDOWS\system32\hphmon05.exe
    O4 - HKLM\..\Run: [wcmdmgr] C:\WINDOWS\wt\updater\wcmdmgrl.exe -launch
    O4 - HKLM\..\Run: [HPDJ Taskbar Utility] C:\WINDOWS\system32\spool\drivers\w32x86\3\hpztsb09.exe
    O4 - HKLM\..\Run: [Pure Networks Port Magic] "C:\PROGRA~1\PURENE~1\PORTMA~1\PortAOL.exe" -Run
    O4 - HKLM\..\Run: [My Web Search Bar] rundll32 C:\PROGRA~1\MYWEBS~1\bar\5.bin\MWSBAR.DLL,S
    O4 - HKLM\..\Run: [MyWebSearch Email Plugin] C:\PROGRA~1\MYWEBS~1\bar\5.bin\mwsoemon.exe
    O4 - HKLM\..\Run: [Adobe Photo Downloader] "C:\Program Files\Adobe\Photoshop Album Starter Edition\3.0\Apps\apdproxy.exe"
    O4 - HKLM\..\Run: [tray"] "C:\Program Files\CodedColor\byngo.exe /tray"
    O4 - HKLM\..\Run: [googletalk] C:\Program Files\Google\Google Talk\googletalk.exe /autostart
    O4 - HKLM\..\Run: [TkBellExe] "C:\Program Files\Common Files\Real\Update_OB\realsched.exe"  -osboot
    O4 - HKLM\..\Run: [Google Desktop Search] "C:\Program Files\Google\Google Desktop Search\GoogleDesktop.exe" /startup
    O4 - HKLM\..\Run: [ISUSPM Startup] "C:\Program Files\Common Files\InstallShield\UpdateService\isuspm.exe" -startup
    O4 - HKLM\..\Run: [ISUSScheduler] "C:\Program Files\Common Files\InstallShield\UpdateService\issch.exe" -start
    O4 - HKLM\..\Run: [SDTray] "C:\Program Files\Spyware Doctor\SDTrayApp.exe"
    O4 - HKLM\..\Run: [WinampAgent] C:\Documents and Settings\Mom\Desktop\Winamp\winampa.exe
    O4 - HKLM\..\Run: [KernelFaultCheck] %systemroot%\system32\dumprep 0 -k
    O4 - HKLM\..\Run: [SunJavaUpdateSched] "C:\Program Files\Java\jre1.6.0_01\bin\jusched.exe"
    O4 - HKLM\..\Run: [HP Software Update] C:\Program Files\Hewlett-Packard\HP Software Update\HPWuSchd2.exe
    O4 - HKLM\..\Run: [Gamevance] C:\Program Files\Gamevance\gamevance32.exe
    O4 - HKLM\..\Run: [WeatherStudio Desktop] "C:\Program Files\WeatherStudio Desktop\bin\WeatherStudio Desktop.exe"
    O4 - HKCU\..\Run: [MSMSGS] "C:\Program Files\Messenger\MSMSGS.EXE" /background
    O4 - HKCU\..\Run: [swg] C:\Program Files\Google\GoogleToolbarNotifier\GoogleToolbarNotifier.exe
    O4 - HKCU\..\Run: [MyWebSearch Email Plugin] C:\PROGRA~1\MYWEBS~1\bar\5.bin\mwsoemon.exe
    O4 - HKCU\..\Run: [DW4] "C:\Program Files\The Weather Channel FW\Desktop Weather\DesktopWeather.exe"
    O4 - HKCU\..\Run: [Aim6] "C:\Program Files\AIM6\aim6.exe" /d locale=en-US ee://aol/imApp
    O4 - HKCU\..\Run: [AOL Fast Start] "C:\Program Files\AOL 9.0b\AOL.EXE" -b
    O4 - HKCU\..\Run: [RoboForm] "C:\Program Files\Siber Systems\AI RoboForm\RoboTaskBarIcon.exe"
    O4 - Startup: LimeWire On Startup.lnk = C:\Program Files\LimeWire\LimeWire.exe
    O4 - Startup: OpenOffice.org 2.1.lnk = C:\Program Files\OpenOffice.org 2.1\program\quickstart.exe
    O4 - Startup: Webshots.lnk = C:\Program Files\Webshots\Launcher.exe
    O4 - Global Startup: Adobe Reader Speed Launch.lnk = C:\Program Files\Adobe\Reader 8.0\Reader\reader_sl.exe
    O4 - Global Startup: Adobe Reader Synchronizer.lnk = C:\Program Files\Adobe\Reader 8.0\Reader\AdobeCollabSync.exe
    O4 - Global Startup: Connected TaskBar Icon.LNK = C:\Program Files\Connected\CBSysTray.exe
    O4 - Global Startup: Google Updater.lnk = C:\Program Files\Google\Google Updater\GoogleUpdater.exe
    O8 - Extra context menu item: &AOL Toolbar Search - c:\program files\aol\aol toolbar 5.0\resources\en-US\local\search.html
    O8 - Extra context menu item: &Search - http://edits.mywebsearch.com/toolbaredits/menusearch.jhtml?p=ZUxdm020YYUS
    O8 - Extra context menu item: &Webshots Photo Search - res://C:\Program Files\Webshots\WSToolbar4IE.dll/MENUSEARCH.HTM
    O8 - Extra context menu item: Add to Google Photos Screensa&ver - res://C:\WINDOWS\system32\GPhotos.scr/200
    O8 - Extra context menu item: Customize Menu - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComCustomizeIEMenu.html
    O8 - Extra context menu item: Fill Forms - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComFillForms.html
    O8 - Extra context menu item: RoboForm Toolbar - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComShowToolbar.html
    O8 - Extra context menu item: Save Forms - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComSavePass.html
    O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_01\bin\ssv.dll
    O9 - Extra 'Tools' menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_01\bin\ssv.dll
    O9 - Extra button: Fill Forms - {320AF880-6646-11D3-ABEE-C5DBF3571F46} - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComFillForms.html
    O9 - Extra 'Tools' menuitem: Fill Forms - {320AF880-6646-11D3-ABEE-C5DBF3571F46} - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComFillForms.html
    O9 - Extra button: Save - {320AF880-6646-11D3-ABEE-C5DBF3571F49} - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComSavePass.html
    O9 - Extra 'Tools' menuitem: Save Forms - {320AF880-6646-11D3-ABEE-C5DBF3571F49} - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComSavePass.html
    O9 - Extra button: AOL Toolbar - {3369AF0D-62E9-4bda-8103-B4C75499B578} - C:\Program Files\AOL\AOL Toolbar 5.0\aoltb.dll
    O9 - Extra button: RoboForm - {724d43aa-0d85-11d4-9908-00400523e39a} - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComShowToolbar.html
    O9 - Extra 'Tools' menuitem: RoboForm Toolbar - {724d43aa-0d85-11d4-9908-00400523e39a} - file://C:\Program Files\Siber Systems\AI RoboForm\RoboFormComShowToolbar.html
    O9 - Extra button: Real.com - {CD67F990-D8E9-11d2-98FE-00C0F0318AFE} - C:\WINDOWS\system32\Shdocvw.dll
    O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
    O9 - Extra 'Tools' menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
    O16 - DPF: {17492023-C23A-453E-A040-C7C580BBF700} (Windows Genuine Advantage Validation Tool) - http://go.microsoft.com/fwlink/?linkid=39204
    O16 - DPF: {1D4DB7D2-6EC9-47A3-BD87-1E41684E07BB} - http://ak.exe.imgfarm.com/images/nocache/funwebproducts/ei/WebfettiInitialSetup1.0.0.15-3.cab
    O16 - DPF: {26FCCDF9-A7E1-452A-A73D-7BF7B4D0BA6C} (AOL Pictures Uploader Class) - http://o.aolcdn.com/pictures/ap/Resources/2.0.6.9/cab/aolpPlugins.10.6.0.4.cab
    O16 - DPF: {2E12FB00-546B-4EE3-9CC2-057BF02E1C17} (Webshots Multiple Media Uploader - Container) - http://community.webshots.com/html/atx/wsaxcontrol.cab
    O16 - DPF: {615F158E-D5CA-422F-A8E7-F6A5EED7063B} (Bejeweled Control) - http://www.worldwinner.com/games/v46/bejeweled/bejeweled.cab
    O16 - DPF: {6414512B-B978-451D-A0D8-FCFDF33E833C} (WUWebControl Class) - http://update.microsoft.com/windowsupdate/v6/V5Controls/en/x86/client/wuweb_site.cab?1163702804843
    O16 - DPF: {7CCAD6DD-DD0B-440B-91FF-7670F5AADC21} (SpinTop Games Launcher) - http://aolsvc.aol.com/onlinegames/free-trial-mystery-solitaire-secret-island/SpinTopGamesLauncher.cab
    O16 - DPF: {87056D28-9730-4A47-B9F9-7E890B62C58A} (WildfireActiveXHost Class) - http://real.gamehouse.com/games/tumblebugs/axhost.cab
    O16 - DPF: {8A94C905-FF9D-43B6-8708-F0F22D22B1CB} (Wwlaunch Control) - http://www.worldwinner.com/games/shared/wwlaunch.cab
    O16 - DPF: {A91FB93D-7561-4524-8484-5C27C8FA8D42} (WwLuxor Control) - http://www.worldwinner.com/games/v49/luxor/luxor.cab
    O16 - DPF: {BAE1D8DF-0B35-47E3-A1E7-EEB3FF2ECD19} (CPlayFirstddfotgControl Object) - http://aolsvc.aol.com/onlinegames/free-trial-diner-dash-flo-on-the-go/ddfotg.1.0.0.33.cab
    O16 - DPF: {BFF1950D-B1B4-4AE8-B842-B2CCF06D9A1B} (Zylom Games Player) - http://aolsvc.aol.com/onlinegames/ghbabeldeluxe/zylomplayer.cab
    O16 - DPF: {DF780F87-FF2B-4DF8-92D0-73DB16A1543A} (PopCapLoader Object) - http://aolsvc.aol.com/onlinegames/popzuma/popcaploader_v10.cab
    O16 - DPF: {E8F628B5-259A-4734-97EE-BA914D7BE941} (Driver Agent ActiveX Control) - http://www.driveragent.com/files/driveragent.cab
    O16 - DPF: {FA13A9FA-CA9B-11D2-9780-00104B242EA3} (WildTangent Control) - file://D:\games\WebDriverFullInstall.exe
    O20 - AppInit_DLLs: C:\PROGRA~1\Google\GO333C~1\GOEC62~1.DLL
    O22 - SharedTaskScheduler: Browseui preloader - {438755C2-A8BA-11D1-B96B-00A0C90312E1} - C:\WINDOWS\System32\browseui.dll
    O22 - SharedTaskScheduler: Component Categories cache daemon - {8C7461EF-2B13-11d2-BE35-3078302C2030} - C:\WINDOWS\System32\browseui.dll
    O23 - Service: Connected Agent Service (AgentSrv) - Connected Corporation - C:\Program Files\Connected\AgentSrv.EXE
    O23 - Service: AOL Connectivity Service (AOL ACS) - AOL LLC - C:\Program Files\Common Files\AOL\ACS\AOLAcsd.exe
    O23 - Service: AOL TopSpeed Monitor (AOL TopSpeedMonitor) - America Online, Inc - C:\Program Files\Common Files\AOL\TopSpeed\2.0\aoltsmon.exe
    O23 - Service: Google Updater Service (gusvc) - Google - C:\Program Files\Google\Common\Google Updater\GoogleUpdaterService.exe
    O23 - Service: Pml Driver HPZ12 - HP - C:\WINDOWS\system32\HPZipm12.exe
    O23 - Service: Spyware Doctor Auxiliary Service (sdAuxService) - Unknown owner - C:\Program Files\Spyware Doctor\svcntaux.exe
    O23 - Service: Spyware Doctor Service (sdCoreService) - PC Tools - C:\Program Files\Spyware Doctor\swdsvc.exe
    O23 - Service: Viewpoint Manager Service - Viewpoint Corporation - C:\Program Files\Viewpoint\Common\ViewpointService.exe


    Thanks for any help any of you can provide!
    Sean

    PS - As far as my mother's problem, you can ask me questions about it but understand there may be a slight delay as far as getting back with her.

    Source: http://community.livejournal.com/computer_help/780942.html

  11. Introducing Network World Community Groups!

    Date: 05/22/07 (IT Professionals)    Keywords: css, web, yahoo, google

    We've just added a new feature to NetworkWorld.com Community: Groups. Our groups are similar to Google and Yahoo groups (only way networkier, of course). They're a way to bring together folks with a particular common interest. You can let anybody with a Network World Community account join your group or limit members to specific people. Member posts appear both in a Web archive and are sent out via e-mail.

    When Cisco routers got blamed for an outage in Japan, users rose to the company's defense, saying it had to be misconfiguration of those routers, not the routers themselves, that was to blame. A story on Argonne National Laboratory ditching VoIP phones has some NetworkWorld.com users wondering if the lab could have avoided its problems. Discuss challenges for Cisco. A discussion on IT jargon has turned into a debate between whippersnappers and codgers (also see: Why young people aren't going into IT). One user ponders the re-vestiture of AT&T. Other users debate REAL ID.

    Greg Royal explains how Nortel needs to start building communities of vested interest. Essential SharePoint discusses what every SharePoint developer should know. Paul McNamara battles it out with supporters of Republican presidential candidate Ron Paul At issue: Online polls. Brad Reese asks: Why go for multiple CCIE tracks? James Gaskin reports from the ITEC show in Houston. Mark Gibbs gets into it on the topic of "Winrot," or all that kruft that slows Windows PCs

    So join in on the discussions and write about what you want others to know!

    Source: http://community.livejournal.com/itprofessionals/57238.html

  12. Music industry offers deal to small Webcasters

    Date: 05/22/07 (Web Technology)    Keywords: web

    Group says "small" Webcasters can escape fee hikes, but Net radio operators attack offer as a ploy to stunt the medium's growth.

    Source: http://news.zdnet.com/2100-9588_22-6185836.html

  13. best manufacturer

    Date: 05/24/07 (IT Professionals)    Keywords: web

    I get asked a lot, cause I help friends and family with their computers, for recommendations on good brands and models of PCs and Laptops.

    I don't have any specific brand recommendations but I tell people to look for PCs with 3 years warranty by default, not by buying additional warranty like at best buy. This gives you a hint that the manufacturer believes in their product.

    We just got a lenova laptop which only has a 1 year warranty it seems ok but I"m sure in a year or 2 something will break.

    What are the most reliable brands and models? any good websites for finding out this type of info?

    Thanks

    Source: http://community.livejournal.com/itprofessionals/57936.html

  14. Creating a "nonce"

    Date: 05/25/07 (PHP Development)    Keywords: html, xml, web, google

    I am working on a class for a web services API. I have decided to go with WSSE based on this article.

    http://www.xml.com/pub/a/2003/12/17/dive.html

    In the article it mentions the need to create a nonce. I am trying to figure out the best way about going about this. Anyone have any ideas or articles I can read? I haven't found anything good via google.

    Source: http://community.livejournal.com/php_dev/77232.html

  15. creating a "nonce"

    Date: 05/25/07 (Web Development)    Keywords: html, xml, web, google

    I am working on a class for a web services API. I have decided to go with WSSE based on this article.

    http://www.xml.com/pub/a/2003/12/17/dive.html

    In the article it mentions the need to create a nonce. I am trying to figure out the best way about going about this. Anyone have any ideas or articles I can read? I haven't found anything good via google.

    Source: http://community.livejournal.com/webdev/410404.html

  16. Am I being unreasonable.

    Date: 05/25/07 (IT Professionals)    Keywords: web

    I've having discussions with a web designer who doesn't seem to understand revsision control.


    I've put the website they are developing into revision control so that chnages made can be tracked, and so they don't need to develop on the live site.


    But judging by the emails I'm getting from them they seem to having some trouble with the concept of revision control. I haven't actually asked them to drive the VCS driectly yet , I've been quite happy to commit their changes for them and propagte the chnageset on to the live site.


    Is revision control really unusall in this space?


    One of my colleges says yes, at that revision control is unique to the Unix development environment and that web and windows developer rarely (read: practically never) use it.


    But I still think they should be familiar with what a VCS p=tries to achieve even if there haven't used one.


    x-posted to my journal

    Source: http://community.livejournal.com/itprofessionals/58137.html

  17. Picture Scroll

    Date: 05/26/07 (WebDesign)    Keywords: web

    Hey, does anybody know where I can find a good script that makes images go back and forth. I want arrows on both sides, and then the thumbnails go back and forth. This is for my photography portfolio website.

    So basically the bottom of the page will have thumbnails that scroll left and right, and then those images change the top half of the page. Any help would be appreciated! I'm not very good at this.

    Source: http://community.livejournal.com/webdesign/1260170.html

  18. Tips on creating a website?

    Date: 05/26/07 (WebDesign)    Keywords: web, microsoft

    I'm new to this community, and would love to get some tips from you all!

    I'm a cosplayer (someone who creates and models costumes as a hobby)
    Here is my Deviant Art page: http://ashuracastle.deviantart.com/

    I want my own website with my own domain name. Unfortuanately, I'm almost completely computer illeterate!

    I used to have my own website. It was a very simple design I created in Microsoft Frontpage. My University hosted it (because it provides free websites for its students). However, they took it down once I graduated.

    Do you have any advice on how to choose a new place to host my site? I really dont know how much space I will need. Im guessing alot since It will be filled with photos.

    Thanks for any help!

    Source: http://community.livejournal.com/webdesign/1260505.html

  19. Alright, so now my question...

    Date: 05/28/07 (WebDesign)    Keywords: web

    Does anyone know any cute web design girls that are single and live in Arizona...

    Worth a shot right?

    Source: http://community.livejournal.com/webdesign/1260749.html

  20. China cracking down on college campus porn sites

    Date: 05/28/07 (Web Technology)    Keywords: web

    A campaign to clean up online pornography reaches college campuses with the Education Ministry lashing out at some school Web sites for making money from porn.

    Source: http://news.zdnet.com/2100-9588_22-6187004.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home