1. AOL to stream NBC shows

    Date: 09/11/06 (Web Technology)    Keywords: web

    Two new programs produced by Warner Bros. Television will premiere on the Web site a week before their TV debut.

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

  2. How To Setup Your Small Business Website, Email… For $5.99 per Year

    Date: 09/11/06 (Java Web)    Keywords: web, spam

    I am talking about setting up a full featured website for your small business or personal use with your own domain and receiving your emails@your-domain.com address. You can setup emails for yourself and your employees. It comes with high quality spam protection. You have unlimited bandwidth on your website and potentially unlimited disk space. You [...]

    Source: http://blog.taragana.com/index.php/archive/how-to-setup-your-small-business-website-email-for-599-per-year/

  3. Windows Live Search ready to go live

    Date: 09/12/06 (Web Technology)    Keywords: web

    New online search portal expected to feature an improved user interface that fetches more accurate Web search results.

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

  4. help appreciated

    Date: 09/12/06 (Web Development)    Keywords: browser, html, web

    hello all. i'm a graphic designer with some web experience. html, dreamweaver, fireworks...the basics.

    anyways, i did my first floating menu. but when i shrink the size of my web browser it makes the copy run behind the menu even though i made the columns all fixed widths except for the very right column of the page. any ideas? i appreciate it.

    http://tlcch.org/index1.htm

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

  5. RSS inclusion

    Date: 09/13/06 (WebDesign)    Keywords: php, rss, web

    I want to include an RSS feed from a blog into a web page I'm creating so the text from the blog will show up in the page. Unfortunately, I can't find anyone that can tell me how to do it. Any ideas? Do I have to have an aggregator on my website, and, if so, which should I use and how do I use it.

    x-posted to PHP

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

  6. Hmm....

    Date: 09/13/06 (Computer Geeks)    Keywords: web

    This problem irks me.

    I spent $100 on a new cable modem, the same one I had originally (Before something was spilled into it and it was destroyed...) and I keep having straaange problems. The cable company says it not their fault, and I agree now.

    So I have random times where my connection is just LOST. The only way to get it working again, is to unplug the modem.. wait a little bit.. plug it back in again, and all is good. Sometimes it happened 5 times a day... sometimes none.. and sometimes more than 10.

    Now after all these months I FINALLY figured out what I was doing at the time of the disconnections. It ALWAYS happens when I am downloading something! Whether it be a torrent, limewire, a website... and update for a program, anything, I get disconnected.

    I have no idea what's going on, I think the internet hates me.

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

  7. Help! I've been wronged!

    Date: 09/13/06 (WebDesign)    Keywords: web

    Question about income here. Long story short – I work as the sole in house designer for a corporation in Gainesville florida. When I was hired I was solely the web master and I built 2 websites plus redesigned the intranet. Once that was finished I branched out and began doing all the design both web wise and print wise which saves the company a lot of money. I play creative director, project manager and designer all rolled up into one person and I am incredibly busy most of the time. When I first started I was seated with the IT dept. It was a stifling environment for me plus most of the people I do work for are NOT in IT. The head of IT is your typical passive aggressive control freak and not a good manager plus he dislikes me. In short – I was told I’m being moved to the department where I should have been in the first place which is a good thing – but my annual review was one of the worst in my career and he made me feel as if the decision was not in my favor. He changed my managers excellent scores for me from 4’s to 2’s and made comments on the review that were off the mark and unwarranted. I was supposed to get a raise that would take me from 34K a year to 40K a year and because of his dislike for me he gave a 1300 dollar a year raise instead. Not horrible, but not what someone who has been doing the work of 3 people with no one directly managing my time should get. He didn’t want me to move – my new boss specifically asked for me to be moved and everyone there sees the work I do which, not to sound like a snob, is excellent and always on time.

    I want to appeal and ask for what I’m worth and for what I’ve worked hard for. I’ve never in my professional career had a review like this and so I’ve never had to appeal for a raise before. What should I do? How should I go about this? My research shows that 40K is exactly what I should be making as a base income with Sr. graphic designer and web master salaries combined and averaged.

    Help!!! I’m really angry about this and I don’t think my new boss knows that
    I was low balled.

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

  8. CSS help, please!

    Date: 09/14/06 (WebDesign)    Keywords: php, css, html, web

    Hi all. It's been a while since I last posted. I'm trying something new out and am having a bit of trouble getting it to work in IE. I know it WILL work because the inspiration came from another website. If you look at test.aacapartsandsupplies.com, the menu with the hover images is what I want to use. I am using an unordered list with the span tag, where each list item has a different image.


    Image:




    CSS:
    #header ul {padding: 70px 0px 0 0;
    margin: 0;
    float: right;
    width: 600px;
    height: 36px;
    overflow: hidden;}

    #header ul li, #header ul li a {display: block;
    float: left;
    height: 36px;
    background-position: left top;
    overflow: hidden;}

    #header ul li a:hover {background-position: left bottom;}

    #header ul li a span {display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;}

    #home a {background-image: url('images/nav_images/home.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100px;
    background-position: 0%}

    #products a {background-image: url('images/nav_images/products.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100px;
    background-position: 0%}

    #news a {background-image: url('images/nav_images/news.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100px;
    background-position: 0%}

    #forms a {background-image: url('images/nav_images/forms.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100px;
    background-position: 0%}

    #contact a {background-image: url('images/nav_images/contact.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100px;
    background-position: 0%}

    #members a {background-image: url('images/nav_images/members.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100px;
    background-position: 0%}



    HTML:
    < div id="header">
    < ul>
    < li id="home">< a href="index.php">Home


  9. < li id="products">< a href="#">Products
    < li id="news">< a href="#">News
    < li id="forms">< a href="#">Forms
    < li id="contact">< a href="#">Contact
    < li id="members">< a href="#">Members
    < /ul>
    < /div>


    Can anyone tell me what I need to do in order to get this to work in IE? Sorry if it's a bit extensive. I've tried looking on the net, but can't seem to find the right thing. If anyone knows of a good tutorial on how to do this I would appreciate a link. Thanks for any help!

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

  10. Attack code targets new IE hole

    Date: 09/15/06 (Security)    Keywords: browser, web, microsoft

    Code that exploits a serious, yet-to-be-patched hole in Microsoft's Web browser has been posted on the Net.

    Source: http://news.zdnet.com/2100-1009_22-6115966.html

  11. MySpace members get sneak preview of 'Borat'

    Date: 09/15/06 (Web Technology)    Keywords: web

    Web site to continue its Black Carpet screening series with Wednesday's screening of Sacha Baron Cohen satire.

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

  12. Is open source getting to Microsoft?

    Date: 09/15/06 (Security)    Keywords: web, microsoft

    Pledge not to sue over Web services patents reflects the spread of the collaborative development model--as far as Microsoft, even.

    Source: http://news.zdnet.com/2100-1009_22-6115914.html

  13. Firefox update patches security holes

    Date: 09/15/06 (Security)    Keywords: browser, web

    The update tackles seven flaws in the open-source Web browser, including four rated "critical."

    Source: http://news.zdnet.com/2100-1009_22-6116267.html

  14. Surfing a bigger risk than spam to company networks

    Date: 09/15/06 (Security)    Keywords: virus, web

    Businesses are more likely to pick up a virus via employee Web surfing than from e-mail attachments, study says.

    Source: http://news.zdnet.com/2100-1009_22-6116244.html

  15. Can't connect to internet

    Date: 09/16/06 (Computer Help)    Keywords: web, google

    I can't connect to any websites on my backup desktop anymore. It seems to have suddenly stopped, and I'm not sure why. It worked a few hours ago.. and now, nothing.

    I think it has to do with some windows updates that I ran on it, because after they installed is when I had the problem. Afterwards, I can no longer connect to anything. I tried firefox and IE, and I tried to ping google.com but got nothing.

    There are no device conflicts with the netcard.

    I tried to uninstall the windows updates and my desktop started to look a bit funky.. I may have uninstalled the wrong ones. :) The desktop icons were all pink and weird looking.. I tried to backup to yesterday's system restore, but that didn't get me back on the net.

    After an hour or so of messing with system restore and testing the LAN cable on my laptop (it connected fine).. I figured.. what the hell, I don't have anything on this computer anyways.. and reinstalled windows and downloaded the latest drivers for the net card (which I had to do from my laptop and transfer them via flash drive).

    That didn't work either.

    I've tried running the LAN cable straight from the modem to the computer rather than through the router, and that didn't work.

    I shut off the computer / router / cable modem, and turned them back on in reverse order.. nothing.

    I don't understand why reinstalling windows didn't work if it truely was the windows update that did it. But if it wasn't the update, what was it? I've tried three different known working LAN cables, so it's not the cable.. and I bypassed the router, so I don't see how it could be the router. And I'm sending this message via my laptop on the same network, so it shouldn't be the cable modem's fault. If it's the NIC, then the updated drivers should have done something.. or it should be giving me some sort of conflict.

    Under the network connections/local area connection status it says connected. When I click repair it says: "The following steps of the repair operation failed: renewing the IP address."

    So.. any ideas? :)

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

  16. AOL opens video search engine to developers

    Date: 09/18/06 (Web Technology)    Keywords: web

    New APIs are designed to get more people to integrate AOL's video search into Web sites and blogs.

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

  17. Hello everyone!

    Date: 09/19/06 (Web Development)    Keywords: php, mysql, css, html, sql, java, web

    Greetings to all,


    Hello! I'm new to the WebDev community and was looking for a place to share my thoughts about web development. I'm into HTML and currently learning PHP and MySql. I can edit just about anything though :) (JavaScript, CSS whatever). I would like to make a web based game in PHP perhaps using a flash GUI. But not sure yet. Anyway thats about it just thought I'd introduce myself :)


    Black Knight

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

  18. Justice Dept. defends mandatory Web-labeling bill

    Date: 09/19/06 (Web Technology)    Keywords: web

    Bush administration dismisses free-speech impact of prison time for not labeling "sexually explicit" Web pages.

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

  19. Porn sites exploit new IE flaw

    Date: 09/19/06 (Security)    Keywords: software, security, web

    Unpatched IE security flaw can install malicious software via rigged Web sites, including porn sites.

    Source: http://news.zdnet.com/2100-1009_22-6117407.html

  20. Flash 9.0 problems

    Date: 09/20/06 (Computer Help)    Keywords: web

    Here's the deal.
    My computer won't download Flash 9.0
    It just won't.

    I went to troubleshooting on the Adobe website. Went up to internet options making sure nothing was blocked. I downloaded the uninstaller, then re-installed it. I've rebooted many many times.

    The same thing happened with the previous version of Flash. About 3 or 4 months after that one finally started working (only God knows why) the whole world decides that this Flash isn't good enough. It just has to be 9.0 now.

    So please please PLEASE. I am dying. Is there anything else I need to do? Is my computer just screwed up? Am I overlooking something incredibly simple?

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

  21. I need a web design company in NYC

    Date: 09/20/06 (WebDesign)    Keywords: web

    PLEASE HELP!


    I was going to use Choppingblock.com but right now they are all crazy not doing technical work but only design. Frankly, I'm pissed they created a contract for me doing everything and now they will have to outsource, or better yet give me some contacts.

    I want a company that from start to finish will help with a major website.

    I need a company located in NYC that has create design, a great resume and can do techincal, help promote and basically build/structure/deliver everything from A-Z

    I have an idea, one to make money and I want someone to make it come to life.

    What company in the city is good for a revenue happy website that needs videos, uploading, sign in, memberships, etc? Like a company that could do a youtube or a myspace.

    please help me! help me! will somebody help me! (Little Richard voice)

    mash potatoes and cranberry sauce,
    Katherine

    Source: http://community.livejournal.com/webdesign/1166735.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