1. Newspapers invest $15 million more in Topix.net

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

    Gannett, Tribune and McClatchy companies now own almost an 80 percent combined stake in the news aggregation Web site.

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

  2. Does Web 2.0 bubble have a silver lining?

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

    Not all of today's Web start-ups will survive. But the relatively low cost of getting one going means Web services are being developed fast.

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

  3. Offering Free Work

    Date: 11/07/06 (Web Development)    Keywords: web

    I've been teaching myself web design for a while now, and would like to get some experience working on someone else's website (instead of coming up with design specs and requirements all by myself). I'm thinking about offering free site designs as a way to get in more practice, and I wanted to know if anyone had any experience doing this, how to go about doing it, and if it's even a good idea in the first place. One of my biggest questions is where to advertise, and how to describe what I'm offering; I'm already working full-time so I won't be able to work as quickly as a professional, but at the same time I'm willing to spend the time necessary to get the job done well. So, any tips?

    (cross-posted to several groups)

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

  4. Offering Free Work

    Date: 11/07/06 (WebDesign)    Keywords: web

    I've been teaching myself web design for a while now, and would like to get some experience working on someone else's website (instead of coming up with design specs and requirements all by myself). I'm thinking about offering free site designs as a way to get in more practice, and I wanted to know if anyone had any experience doing this, how to go about doing it, and if it's even a good idea in the first place. One of my biggest questions is where to advertise, and how to describe what I'm offering; I'm already working full-time so I won't be able to work as quickly as a professional, but at the same time I'm willing to spend the time necessary to get the job done well. So, any tips?

    (cross-posted to several groups)

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

  5. Free icons for ASP.NET apps

    Date: 11/08/06 (Asp Dot Net)    Keywords: asp, web

    This may be useful for someone: www.aspneticons.com — icons for web applications written on ASP.NET (three hundred or so).

    Source: http://community.livejournal.com/aspdotnet/78923.html

  6. Feasibility

    Date: 11/08/06 (WebDesign)    Keywords: web

    I was hoping to use my final website for my Dreamweaver for my actual portfolio site but now that my instructor has given us the required size and usability I'm not sure.

    He is requiring us to design for 800x600 screens with 28.8 modems. Is this reasonable? Should I design two sites, one for class and one for the web? Am I just being whiny and unknowledgeable in this?

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

  7. Google wants data in the cloud, not on the desktop

    Date: 11/08/06 (Web Technology)    Keywords: web, microsoft

    Search giant's CEO says the company is targeting the neo-network computer and not Microsoft with all its Web-based applications.

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

  8. Web 2.0 potential unmet, say experts

    Date: 11/08/06 (Web Technology)    Keywords: security, web

    Technical challenges around security and privacy stand in the way of broader adoption of Web technologies.

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

  9. Problem with fopen on remote image with http

    Date: 11/08/06 (PHP Development)    Keywords: html, web

    I'm attempting to grab a web cam image, which has its own server/URL, and display it on a page on our server.

    This works:

    print ("\"Webcam\n");

    But I'd like to grab the file for later saving/manipulating, and also avoid having the auth amd IP info in the HTML source - so I tried:

    $camimage = fopen("http://" . $user . ":" . $password . "@" . $ip . "/" . $filename, "rb");

    and it times out with:

    Warning: fopen(http://...@69.9.5.12:84/IMAGE.JPG) [function.fopen]: failed to open stream: Connection timed out on line 24.

    Anyone have any clue why? Is it the username/password that's the problem? The explicit port number? (I can't get around needing the authentication, but I might be able to redo to use port 80)

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

  10. AOL says portals are passe

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

    AOL CEO Jonathan Miller says the portal aims to evolve into something more useful to Web surfers, which is why it bought Relegance.

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

  11. Ning brings social networking to the masses

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

    Co-founders take the stage at Web 2.0 Summit to show off new service that lets people build socializing sites.

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

  12. Redirection and the Robots.txt file

    Date: 11/09/06 (Web Development)    Keywords: asp, web

    I'm hoping some of you might be able to give me some advice and I'm really hoping I'm posting this in the right place.

    I'm helping someone with their website and I did a free analysis on Scrub the Web that mentioned two very glaring problems with regards to getting properly indexed by the search engines. One of them was that the main page has a redirection on it (goes from the regular url to the url with index.aspx at the end) and the other is that it's apparently missing a proper robots.txt file.

    Can someone enlighten me a bit more on these two things? Will they really affect search engine performance? And while I know how to go about fixing the robots.txt issue...I'm not sure what to do about the redirection. I personally have no control over whether or not the site gets redirected. So, I pose this question. If the URL is: http://www.mysitehere.com and is redirecting to http://www.mysitehere.com/index.aspx which URL is best to submit to the search engines (or is it better to remove the redirection altogether.

    Thanks!

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

  13. How To Create Software Box For Your Products?

    Date: 11/10/06 (Java Web)    Keywords: software, html, web

    Software products, in the past, used to come in a shiny box with the CD (or floppy) and user manuals. With the evolving times and acceptance of internet, most products today are made available online, via website or email. User manuals too come either as pdf files or in html format. However it is still [...]

    Source: http://blog.taragana.com/index.php/archive/how-to-create-software-box-for-your-products/

  14. w2box or something like it

    Date: 11/10/06 (PHP Community)    Keywords: html, web, linux, apache

    I created a script a while ago that allowed users to upload files to a folder and then update the html page to show the new file and the description given via a form. The users now want to be able to delete items that they uploaded. Naturally this is months after I worked on the script and they want it done today (dammit).
    I found a rather nice tool in w2box:
    http://labs.beffa.org/w2box/
    except I can not get it to work on my server for some reason. Has anyone worked with it? The creators have not responded to my ask for help yet. Is there another script out on the interwebs that allows for file upload, deletion and downloading that is easy to deal with on a Linux/Apache server?

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

  15. w2box or something like it

    Date: 11/10/06 (Web Development)    Keywords: html, web, linux, apache

    I created a script a while ago that allowed users to upload files to a folder and then update the html page to show the new file and the description given via a form. The users now want to be able to delete items that they uploaded. Naturally this is months after I worked on the script and they want it done today (dammit).
    I found a rather nice tool in w2box:
    http://labs.beffa.org/w2box/
    except I can not get it to work on my server for some reason. Has anyone worked with it? The creators have not responded to my ask for help yet. Is there another script out on the interwebs that allows for file upload, deletion and downloading that is easy to deal with on a Linux/Apache server?

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

  16. Website buttons.

    Date: 11/11/06 (Computer Help)    Keywords: web

    Hello, me again.

    This time I'm facing the problem that when I push the webiste buttons here like "Enter Room" nothing happens at all.

    Which means I can't draw = sucks.
    I'm currently running Firefox, but already have tried SeaMonkey and Opera, facing the same problem everywhere. Help?

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

  17. One-Way Links?

    Date: 11/11/06 (Web Development)    Keywords: web, hosting, yahoo, google

    Thanks to everyone who responded to my previous post...you guys are definately a great source of information!

    I'm wondering what everyone thinks about the power of one-way links to your webpage. For example, getting links into smaller engines and directories like DMOZ, JoeAnt, Scrub the Web etc. I know a lot of people don't necessarily use them to search anymore but I have heard that having a lot of those sites linking to your site can help improve your rankings in the organic portion of Google and Yahoo! Can anyone let me know how accurate this is?

    Also, this is slightly off-topic, but I'm looking for suggestions for FREE photo hosting sites. I use Photobucket but I need to compile a list of user-friendly ones to give to people who are using this website and want to host photos for things like the message board. Can anyone give me some suggestions?

    Thanks!

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

  18. Graphic Designer

    Date: 11/11/06 (IT Professionals)    Keywords: software, offshore, web

    Hello All,

    We are a software developer firm based out of India, and right now I exploring options for possibility of sharing resources with other companies / creative individuals having experience under their arm for Graphic Designs of new websites, Flash Implementation, Look and feel, content placement etc etc.

    If any one is interested please message me on offshoreitsolutions@gmail.com

    hemal desai

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

  19. Graphic Designer

    Date: 11/11/06 (See my site)    Keywords: software, offshore, web

    Hello All,

    We are a software developer firm based out of India, and right now I exploring options for possibility of sharing resources with other companies / creative individuals having experience under their arm for Graphic Designs of new websites, Flash Implementation, Look and feel, content placement etc etc.

    If any one is interested please message me on offshoreitsolutions@gmail.com

    hemal desai

    Source: http://community.livejournal.com/see_my_site/100750.html

  20. The ultimate web design usability checklist

    Date: 11/12/06 (WebDesign)    Keywords: web

    This is from a site called Not Usable... A long checklist of items to consider re usability in websites.

    http://stud.cmd.hro.nl/0773253/notusable/blog/the-ultimate-webdesign-usability-checklist/

    What do you think?

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