1. A question concerning tables..

    Date: 05/10/07 (HTML Help)    Keywords: browser, html, web

    I recently joined this community to see if I could get some help or advice with my new website. It's been a few years since I've built a website, and there is one issue that keeps nagging at me.

    I was wondering if there was a way to keep a level top to a table, or a way to attach a scrollbar without the use of iframes. In the past, I used iframes for everything, but I know now all of the problems and annoyances they can make for browsers. My problem is that my middle bottom td needs to expand down to accomodate more information and images on certain pages, but I would like the top of the table level with the sidebars. When the information expands, it pushes upwards and makes the table uneven.

    My case in point is here http://www.studiopsycho.com/art.html.

    Thank you in advance for any help or advice you may have!

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

  2. CSS Colour Changing - Help?

    Date: 05/10/07 (Web Development)    Keywords: css, html, web

    Hello everyone!

    I am a newbie to the community, and close to a newbie to CSS. I can't write it but I sure can edit it!

    I have this webpage - http://www.teamgardner.co.uk
    I need to change the pink vertical bar colour. You think I can find it ANYWHERE in the CSS? Ppppfff. Anyone got any ideas?



    /* andreas06 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

    Version: 1.1, November 28, 2005 */

    body{
    background:#E7E7E7 url(img/bodybg.gif) repeat-x;
    color:#524656;
    font:76% Georgia,Verdana,Tahoma,Arial,sans-serif;
    margin:0;
    padding:0;
    text-align:center;
    }

    p{
    line-height:1.5em;
    margin:0 0 15px;
    }

    a{
    color:#ab2148;
    font-weight:700;
    text-decoration:none;
    }

    a:hover{
    color:#524656;
    }

    hr{
    height:1px;
    margin:10px 0;
    width:98%;
    }

    dt{
    font-weight:700;
    }

    dd{
    margin:1px 0 12px 15px;
    }

    #container{
    background:#c0c0c0 url(img/bodybg.gif) repeat-x;
    margin:0 auto;
    text-align:left;
    width:752px;
    }

    #sitename{
    background:url(img/leaves.jpg) top center no-repeat;
    color:#ffffff;
    font-weight:400;
    height:80px;
    margin:0 20px 10px 0;
    text-align:center;
    }

    #sitename h1{
    font-size:2.2em;
    font-variant:small-caps;
    margin:0;
    padding-top:20px;
    }

    #sitename span{
    font-size:1.6em;
    letter-spacing:-1px;
    margin:0;
    }

    #nav{
    background:url(img/greypx.gif) bottom left repeat-x;
    float:left;
    width:752px;
    }

    #nav ul{
    list-style:none;
    margin:0;
    padding:0;
    }

    #nav a{
    background:url(img/tabs.gif) no-repeat 100% 0;
    color:#524656;
    display:block;
    font-size:1.2em;
    letter-spacing:-1px;
    padding:7px 20px 4px 11px;
    text-decoration:none;
    }

    #nav a:hover{
    color:#524656;
    }

    #nav li{
    background:url(img/tabs.gif) no-repeat 0 0;
    float:left;
    margin:0 4px 0 0;
    padding:0 0 0 9px;
    }

    #nav #current{
    background:url(img/tabs.gif) no-repeat 0 -41px;
    }

    #nav #current a{
    background:url(img/tabs.gif) no-repeat 100% -41px;
    color:#ab2148;
    padding:7px 20px 5px 11px;
    }

    #wrap1{
    background:#ffffff url(img/innerbg.gif) repeat-y;
    border-bottom:1px solid #808080;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
    clear:both;
    padding:0;
    width:750px;
    }

    #wrap2{
    background:url(img/header.jpg) top left no-repeat;
    padding:10px;
    width:730px;
    }

    #header{
    height:30px;
    position:relative;
    width:730px;
    }

    #header h1{
    float:left;
    font-size:1.4em;
    margin:0;
    width:180px;
    }

    #topbox{
    color:#808080;
    margin:0 0 4px;
    text-align:right;
    }

    #topbox a{
    color:#ab2148;
    }

    #topbox a:hover{
    text-decoration:underline;
    }

    #leftside{
    float:left;
    margin:-15px 0 0;
    width:145px;
    }

    #leftside h1{
    font-size:1.4em;
    font-weight:400;
    }

    #rightside{
    float:right;
    margin:40px 15px 20px 0;
    width:130px;
    }

    #rightside h1{
    font-size:1.4em;
    font-weight:400;
    margin:0 0 12px;
    }

    #rightside p{
    font-size:0.9em;
    margin:2px 0 12px 10px;
    }

    #rightside img{
    border:1px solid #fa9035;
    margin:10px 0 5px 5px;
    padding:2px;
    }

    #content{
    margin:45px 160px 0 180px;
    }

    #contentalt{
    margin:45px 15px 0 180px;
    }

    #content p,#contentalt p{
    margin:8px 0 0 10px;
    }

    #content h1,#contentalt h1{
    color:#524656;
    font-size:2em;
    font-weight:400;
    margin:15px 0 10px;
    padding:0;
    }

    #content h2,#contentalt h2{
    color:#505050;
    font-size:1.5em;
    font-weight:400;
    margin:20px 0 10px;
    padding:0;
    }

    #content img,#contentalt img{
    border:1px solid #ffffff;
    float:left;
    margin:5px 15px 6px;
    }

    #footer{
    clear:both;
    color:#a0a0a0;
    font-size:0.9em;
    height:26px;
    margin-top:20px;
    padding:1px;
    text-align:right;
    width:730px;
    }

    #footer a{
    color:#a0a0a0;
    font-weight:400;
    }

    #footer a:hover{
    color:#a0a0a0;
    text-decoration:underline;
    }

    .menublock{
    margin-bottom:10px;
    }

    .nav{
    color:#ab2148;
    display:block;
    font-size:1.1em;
    font-weight:700;
    margin-bottom:1px;
    padding:2px 2px 2px 10px;
    position:relative;
    text-decoration:none;
    width:125px;
    }

    .nav:hover{
    border:1px solid #524656;
    color:#505050;
    padding:1px 1px 1px 9px;
    }

    .sub{
    font-size:0.9em;
    margin-left:20px;
    padding:1px 1px 1px 6px;
    width:105px;
    }

    .sub:hover{
    border:1px solid #524656;
    color:#524656;
    padding:0 0 0 5px;
    }

    .intro{
    font-weight:700;
    }

    .active{
    border:1px solid #fa9035;
    padding:1px 1px 1px 9px;
    }

    .box{
    background:#e7e7e7 url(img/boxbg.gif) top left repeat-y;
    border:1px solid #524656;
    color:#524656;
    margin:15px auto;
    padding:10px 10px 10px 20px;
    width:75%;
    }

    .photo{
    margin:5px auto 15px;
    padding:5px;
    }

    .smallcaps{
    font-variant:small-caps;
    }

    .mini{
    color:#a0a0a0;
    font-size:0.75em;
    font-weight:400;
    line-height:1.2em;
    margin:20px 0 10px 8px;
    }

    .small{
    font-size:0.85em;
    }

    .large{
    font-size:1.4em;
    }

    .soft{
    color:#808080;
    }

    .normal{
    font-weight:400;
    }

    .sharp{
    color:#101010;
    }

    .center{
    text-align:center;
    }

    .hide{
    display:none;
    }

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

  3. Вакансия

    Date: 05/14/07 (HTML Help)    Keywords: html

    Нужен хороший опытный HTML верстальщик
    http://community.livejournal.com/free_lancers/100713.html

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

  4. Sigh

    Date: 05/14/07 (PHP Community)    Keywords: php, mysql, html, sql

    At the end of a very long and tedious php/html/mysql job...

    echo "\n\n\n\n\n";

    I'm just glad it's over actually.

    Source: http://community.livejournal.com/php/566489.html

  5. Change of Image Hover HELP!

    Date: 05/15/07 (HTML Help)    Keywords: html

    How do I get THIS effect for hovering over images?

    Is there an HTML code?

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

  6. Newbie investing in software

    Date: 05/15/07 (Web Development)    Keywords: software, html, java, web

    Hi everyone,

    After ten years out in 'the real world' I've returned to college and am studying website design. So far I've taken two courses; HTML and Javascript. This summer I am signed up for a course on Dreamweaver...so I am finally leaving the land of Notepad ++ for fancier software.

    My javascript professor recommended buying studio 8 even though the course only requires dreamweaver. My class starts in roughly two weeks. Does anyone have any recommendations of where to buy from, what a good price would be, etc.?

    Thanks for the help.

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

  7. Editing Links in Pop-Out Menus, But Where?

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

    I'm currently working for this company. It's my responsibility to edit the website.

    I'm having a problem finding where exactly I can edit the links for the pop-out menus. I'm relatively new to ASP, but I've been fine for most editing thus far as the majority of the code is actually HTML.

    I am not seeing which file has the pop-out parts of the menu. I found the ASP file for the menu, but it doesn't seem to have the pop-out parts. I know the code has to be somewhere, I'm just having trouble finding it. I think it's mainly because I'm not seeing the file names for the items linked in the pop-out menus anywhere in the file for the menu.

    I'm suspecting it has to do with the JavaScript, but I've never used "cswmShow" before, so I don't fully understand how it's working.

    I'd really appreciate it if someone could point me in the right direction. Thank you!

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

  8. 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

  9. 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

  10. 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

  11. 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

  12. hello everyone

    Date: 05/18/07 (HTML Help)    Keywords: browser, html, java

    Hi there, joined this community hoping that somebody (who is very nice and quite possibly very smart) could help me with my html problem....


    i'm making a entrance pages and main page as image maps, no problems there.

    but i've always put them in normal html and resized the image to look best in IE or other browsers....which normally doesn't even look that good.

    i've seen other sites that use javascript in order to opena window that is independant of a browser....and a specific size that doesn't have to fit within the browser window....

    how do i do this? i've looked up a few different help sites, but got rather confused with what goes where and how to actually format the Javascript code...so if somebody could break it down or lead me to a fairly understandable site then i would be very much grateful....

    or you could add me on msn and talk to me that way and i'll express my undying gratitude :D??

    ta much everyone xxx

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

  13. Apply CSS rules in JavaScript to the content generated by DOM-style-code

    Date: 05/19/07 (Javascript Community)    Keywords: css, html, xml, java

    Could anyone explain me, how should I apply CSS rules in JavaScript to the content generated by DOM-style-code? I need DOM since document is served as XML.

    Check the following example:

    
    
    
    
    
    
    Test
    
    
    
    

    It works with Gecko / Opera / MSIE without XML parsing (name the document test.html and check). But as XML it works with Opera only (check test.xml). Gecko generates content, but ignores hi.className = "hi" (and DOM-style class attribute setting works only in Opera too).

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

  14. I need this video... geek help?

    Date: 05/20/07 (Computer Geeks)    Keywords: html

    Crap. I need a copy of this clip of John McCain on Hannity & Colmes, but for the life of me, I can't decipher FOX's URL passing to get the root FLV. I must presume that Flash caches it somewhere on my hard drive, or that someone smarter than I could get the URL to the FLV suitable for passing to ZamZar (http://www.zamzar.com) for conversion to AVI.

    I'm making a parody, which is why I'm after this video. Can anyone help?

    The URL at Fox for their player is: http://www.foxnews.com/video2/player06.html?051507/051507_debate_mccain&Hannity_Colmes&Interview%3A%20Sen.%20John%20McCain&acc&Politics&-1&News&372&&&exp

    Please note that this blows chunks in my FireFox, and I had to use IE to get it to play in the first place.

    Scouring YouTube shows that nobody has grabbed it and put it there yet.

    If anyone can get me the path to the FLV or even slurp it and get it to me as an AVI, I'd be pleased to give you "Technical Assistance" credit in the video (yeah, I know, that and $2.50 and you can buy a latte, but I would be sincerely appreciative)

    Source: http://community.livejournal.com/computergeeks/1073543.html

  15. Redirecting with mod_rewrite and a map

    Date: 05/20/07 (Web Development)    Keywords: html, apache

    I'm trying to do some redirections using apache mod_rewrite with a map file, and I have it working in part, when in the case where the URL is in the map it should redirect and it currently does that, however I am trying to figure out how to make it do nothing when the URL is NOT in the map and this has not (yet) worked for me.

    Here is the basic form of the rewrite configuarions,

    RewriteMap    vhost        txt:/var/www/html/vhost.map

    RewriteCond   %{HTTP_COOKIE} !^(MY_REDIRECT)
    RewriteCond   %{HTTP_HOST}   (.*.host.org)
    RewriteRule   . ${vhost:%1} [R,CO=MY_REDIRECT:ZLIO_REDIRECT:host.org:1]
    Thank you in advance

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

  16. 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

  17. 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

  18. Understanding Automatic Machine Translation

    Date: 05/24/07 (Java Web)    Keywords: html, google

    Machine translation is widely used to provide translation of any text / html content to another language. Wide ranging techniques starting from dictionary translation to artificial intelligence and statistical analysis is used for translating. Companies like Google and Altavista provide machine translation services on [...]

    Source: http://blog.taragana.com/index.php/archive/understanding-automatic-machine-translation/

  19. 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

  20. 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

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