1. Australia pushes further Web censorship

    Date: 09/21/07 (Security)    Keywords: web

    Touted as tool for targeting phishing and terrorist sites, new bill would allow police to alter current Internet "blacklist." A bill introduced this week by Australia's Parliament would give the Australian federal police the power to control which sites can and cannot be viewed by Australian Web surfers....

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

  2. "Favorites" Links

    Date: 09/21/07 (WebDesign)    Keywords: web

    So, I was happy to learn that the journal style I chose (Classic: Bruise)  would let me put up links to my favorite websites.

    Unfortunately, I'm a discerning web layout person........and hate the fact that all of the links are up towards the top of my main box

           see here: http://korarnithlas.livejournal.com/

    So....is there anyway that I can regulate this to my sidebar, perhaps in vertical list form (this would be preferable)?  Or, perhaps under a link titled "Favorites", or some such thing?

    Or am I wishing a wish that can't come true?

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

  3. IE 7 Cheshire Cat Syndrom

    Date: 09/22/07 (WebDesign)    Keywords: browser, css, html, web

    Hi, I'm new to the site though I've been watching it for a while.
    I'm also relatively new at webdesign. I work under Windows XP SP2. (And I'm French, so be kind to my syntax).

    I met a weird display in IE 7, images positioned with float:left are partially vanishing and reappearing when scrolling down... 'Partially' means half or a third of the picture becomes more or less transparent.

    I searched the Web, found a lot of explanations about HasLayout (which I didn't really understand). Eventually the only efficient patch was to move my pictures from left... to right. Yes, they're correctly displayed now. As my young customer won't be disturbed by this solution I'll hold to it, but I'm curious...
    How can this kind of problem of float/display in IE be fixed ?
    I'll add the bug occures only in IE7, display is okay (with hacks) in 6, 5.5 and 5.

    Second question: I had to use a table (yerk, I know, I prefer pure CSS too) because I couldn't properly fix three columns in various resolutions, browsers and versions - but when displayed in Opera (8 and 7), parts of the text are underlined (like links), but it changes when scrolling down, underlined then not underlined then again... There's no mistakes in the links, the page is xhtml validated.

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

  4. Design Practices

    Date: 09/23/07 (WebDesign)    Keywords: php, html, asp, web

    Hello! I'm here with a request for help.

    I've been designing personal websites for about 7-8 years now. Lately I've been feeling pretty unhappy with what I'm creating. Due to being busy with school, I've fallen behind on coding practices and don't really use PHP or newer HTML forms/styles. Coding has always been my favorite part of maintaining sites, so this is a bit stressing (not to mention embarrassing).

    However, I am struggling the most with the design aspect of website creation. I'm wondering if any readers/posters here could point me in the direction of resources (eg tutorials, tips, gallery examples) of how to design good graphics. I'm concerned that I'm missing the basic elements of this process, such as what makes a good layout, how to do popular effects in a graphics program, little things of which the designer should be aware, and so forth. I know my way around Paint Shop Pro 7 (that's the limit of my abilities, I'm afraid), so I don't necessarily need an introduction to the tools available... but more or less how to use those tools to create aesthetic graphics.

    In other words, any resources available (preferably for free, but if you have a book that'd you'd really recommend I would appreciate that, too) concerning design or possibly PHP would be wonderful.

    Thanks so much in advance!

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

  5. DHS security flap swirls around Unisys

    Date: 09/24/07 (Security)    Keywords: security, web

    Unisys is under fire over data breaches at the Department of Homeland Security. Unisys maintains that it did nothing wrong. On Monday, the Washington Post reported that the FBI is investigating Unisys after it allegedly failed to detect data breaches linked to a Chinese-language Web site. To make...

    Source: http://blogs.zdnet.com/BTL/?p=6360

  6. Unisys probed for Homeland Security breach

    Date: 09/24/07 (Security)    Keywords: security, web

    FBI is checking allegations Unisys failed to detect cyber break-ins at Homeland Security Department and tried to cover up its shortcomings. The FBI is investigating allegations that Unisys failed to detect a Chinese Web site's cyber break-ins on computers at the U.S. Department of Homeland Security and then...

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

  7. Web site targets Jena 6 families

    Date: 09/25/07 (Web Technology)    Keywords: web

    The age of cyberlynching is upon us. The FBI is looking at a white supremacist Web site that lists the addresses of the Jena 6 -- or at least five of the six black youths accused by a Louisiana district attorney of beating a white classmate. The site "essentially called...

    Source: http://government.zdnet.com/?p=3415

  8. Strange error....

    Date: 09/27/07 (PHP Community)    Keywords: php, web

    OK - my group is finalizing a website and we have a convoluted form ... and when we moved it from our server to the end clients we started getting the error:
    Warning: Invalid argument supplied for foreach() in /usr/local/www/vhosts/mtrinc.com/htdocs/mirror/inquiry_handler.php on line 112

    Here is the relevant code

    $section = array();
    $labels = array();
    $message = array();

    foreach ($_POST as $key => $val)
        {
        $section[] = $key;
        foreach ($val as $tit => $dat)
            {
            $labels[] = $tit;
            $message[] = $dat;
            }   
        }

    Anyone have any ideas?

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

  9. Adopt this dog or it dies

    Date: 09/27/07 (Web Technology)    Keywords: web

    Site puts a face on the euthanasia of unwanted pets and posts how much time specific dogs have left before they are killed. A new Web site is seeking to tug more forcefully on the heart strings of people who might adopt abandoned dogs by publicizing how much...

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

  10. Is Apple planning an e-card service? Seems so from this Patent application

    Date: 09/27/07 (Web Technology)    Keywords: technology, web

    A newly published Apple Patent application entitled eCards from multiple users appears to describe technology that may point to Apple offering e-cards where multiple users could digitally sign the card. The Patent application specifically refers to an "ecard website" where this could be...

    Source: http://blogs.zdnet.com/ip-telephony/?p=2459

  11. RepeaterItemEventHandler

    Date: 09/27/07 (C Sharp)    Keywords: web

    hello the mighty c# developers! so far so good!

    I have Repeater with LinkButton

    'runat="server" ID="CancelAutorenewLinkbutton">
                                            Cancel Autorenew
                                       




    I want this LinkButton to activate the following function

    private void CancelAutorenewLinkbutton_click(object sender, RepeaterCommandEventArgs e)
    {
    int PurchaseID = Int32.Parse(e.CommandArgument.ToString());
    Purchase curPurchase = PaymentManager.GetPurchase(PurchaseID);
    }

    but I don't know how to register it
    I've tried adding to InitializeComponent
    this.CancelAutorenewLinkbutton.Command += new System.Web.UI.WebControls.CommandEventHandler(CancelAutorenewLinkbutton_click);

    but it doesn't work. I'm getting compilation error. Do you know how to do it?hello the mighty c# developers!

    Source: http://community.livejournal.com/csharp/86055.html

  12. SMS

    Date: 09/28/07 (PHP Community)    Keywords: web

    How could I enable a site to receive SMS messages and post the contents to a blog of sorts (similar to LJ's text-message posting)? I understand how this would be done with email, but SMS is strange to me. I assume there's a program out there that listens in on the same protocol used by SMS, then does whatever with the data once it's received. My hackerish idea of rigging a cell phone up with an unlimited messaging plan then writing a Perl script to gank messages from it would probably work, but it won't scale up nicely :).

    I'm open to purchasing a product to just drop onto my server, but I have no idea where to begin. If someone could point me in the right direction (tutorials to do it myself or a product to purchase) I'd appreciate it! Thanks.

    --
    x-posted to '[info]'webdev

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

  13. this might be an unusual request

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

    The situation is this: I am a total amateur. I had built and been running a simple website for an small organization at my university. Everything went fine for 2 years and recently the president and I got into it. Now she's trying to discredit me or something. She claims she took the code for the website to a tech who does web design at where she works and says he said it was the worst written code he'd ever seen.

    I'm definitely not at all that knowledgeable, but I don't see what's wrong with it... If the end product is a navigable website how can it be that bad.... I suspect she's making it up...






    index
















































    INPUT CONTENT HERE




























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

  14. Importing data

    Date: 09/30/07 (MySQL Communtiy)    Keywords: php, html, database, sql, web

    Hi

    I have an extremely large SQL dump file (541MB) that I am trying to run and drop the data into a database. I have attempted to use Big Dump which has worked for other databases in the past however I now run into the following error:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 16385 bytes) in /home/netyello/public_html/bigdump.php on line 514


    What I'm wanting to do, if possible, is break down the dump file into smaller chunks so that it can handle it. Is anyone aware of a way to do this or a program that will allow me to do this when creating the dump file from the website?

    Thanks!

    Source: http://community.livejournal.com/mysql/120080.html

  15. Paid layout request!!

    Date: 09/30/07 (HTML Help)    Keywords: web

    hi guys,

    i am interested in finding someone who is willing to be paid for their time spent customizing a livejournal layout for me. my boss is interested in making a livejournal presence to represent our company. it would be based off our website (which you'd be free to peruse). the graphics would have to be pulled from the website and used in the layout. i'd also request that the color scheme remains identical, as well as most fonts. as far as the actual shape and size of everything goes, you'd be welcome to experiment! i'd prefer to be in contact throughout, so i can see if i dig it.

    here is our website: www.thumbmonkey.com

    take a look, and if you believe you are interested in this kind of project, please leave a comment here or e-mail me at kerouacstyle@gmail.com (preferred), and we can discuss compensation, as well as the details. (i would post my specific request in this entry but since it's a compensated request i'd rather be in touch through e-mail.)

    i may be interested in having three separate layouts done so my boss can choose which he likes best. i could have the same person do all three, or find different people.

    thanks!

    katy bednarowski
    kerouacstyle@gmail.com

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

  16. The Profession of Web Development

    Date: 10/01/07 (Web Development)    Keywords: web

    I was wondering if I could get some input from the community. If you had to describe, in a single paragraph, the type of person it took to be a professional web developer and what the profession was like, what would you say? I've been doing it only for a few years professionally and it seems to me its a field where everything from the customer requirements to the day to day tools can change from one week to the next. And with the wide variety of people/companies that need the services of a web developer, you sometimes end up learning a lot about other fields that may or may not be useful beyond a particular project. Any other thoughts? If you were talking to a group of kids about to graduate college and go into web development, what would you tell them. How would you tell them to prepare for the field? Bonus points if you can put it in the following sentence "Being a web developer is like...".

    Thanks!

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

  17. What is a good CMS for Videos and/or Flash videos

    Date: 10/01/07 (Web Development)    Keywords: web

    I am currently doing research into different Content Management Systems for working with embedded Video and Flash files. Free/open source options are always nice but expensive solutions will be considered as well.

    Also, if at all possible, it should work nicely with Web Edition.

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

  18. Coding Help -- "Forward to a Friend" Function?

    Date: 10/01/07 (WebDesign)    Keywords: java, web

    I need to add a "forward to a friend" option to a website. I'm assuming this is something in javascript, but I haven't been very lucky in finding any more information.

    Does anyone know how to do this? suggestions for resources?

    Thanks!

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

  19. Curl to open source libraries, webkit as Adobe, Microsoft target RIA

    Date: 10/01/07 (Open Source)    Keywords: programming, web

    Adobe is not the only tools vendor planning to make available its rich Internet application (RIA) development environment to the open source community. Curl, a Cambridge, Mass. MIT spinoff known for its innovative programming language and IDE for Web 2.0 desktops will announce its plunge into open source waters in the next few [...]

    Source: http://feeds.feedburner.com/~r/zdnet/open-source/~3/163907255/

  20. eBay seeks to stop resale of recalled products, including toys

    Date: 10/02/07 (Web Technology)    Keywords: web, ebay

    Company will seek to stop the resale of recalled items inadvertently listed by sellers on its Web site. Online auction leader eBay on Tuesday said that following recent toy recalls, it will seek to stop the resale of recalled items inadvertently listed by sellers on its Web site....

    Source: http://news.zdnet.com/2110-9588_22-6211279.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