1. Using ASP in CSS

    Date: 12/19/06 (Web Development)    Keywords: php, css, asp, web

    I decided recently to tidy up my CSS for a web app that the company I work for is building. What I decided to do was gather up all the colours used and give them variable names so that if I, say, want to change the shade of grey that is "lightgrey" I can just do it once instead of hunting for all instances of #CCCCCC, for example.

    I wasn't thinking last night and went and did this in PHP... the app is written in ASP. D'oh! What extension should I use and how do I link in a CSS file with ASP code in it?

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

  2. 3D tech will search for just the right photo

    Date: 12/19/06 (Web Technology)    Keywords: technology, web

    Swedish start-up Polar Rose's technology is designed to more efficiently search for pictures on the Web.

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

  3. IE7 FIELDSET Quirk

    Date: 12/19/06 (Web Development)    Keywords: web

    I'd developed a form making use of fieldset tags and everything was fine in IE6, Firefox, etc. Now in IE7 all these extra borders are obscuring the text, making for quite a mess. I've not been able to locate this specific error in my searching the web. Anyone else out there experience this one yet?
    Live example of bug
    large screenshot of quirk on another site

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

  4. Back button and Iframes

    Date: 12/20/06 (Web Development)    Keywords: web

    Hi,

    I built an iframe inside a webpage. I want to use the back button functionality for anyone who is surfing the page in the iframe...but when I plug in the history.go(-1) the history of the parent window steps back, which is not what I want. Is there any way to give people a way to go back one in the page they were viewing in the iframe without screwing up the parent page's history?

    Looking forward to your advice.

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

  5. Back button and Iframes

    Date: 12/20/06 (Javascript Community)    Keywords: web

    Hi,

    I built an iframe inside a webpage. I want to use the back button functionality for anyone who is surfing the page in the iframe...but when I plug in the history.go(-1) the history of the parent window steps back, which is not what I want. Is there any way to give people a way to go back one to the page they were viewing in the iframe without screwing up the parent page's history?

    Looking forward to your advice.

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

  6. Writing a SOAP server

    Date: 12/21/06 (PHP Development)    Keywords: php, xml, web

    Hello everyone. I have a web service sort of like a gallery written in PHP, and I'd like to make it externally accessible to use in other remote applications. I was thinking of using the SOAP protocol, but it's hard to find how to write a SOAP server in PHP (everything I can find is making a SOAP client.)

    Anyone that could point me to a tutorial, give me a simple example, or point me to another protocol that's easier to write for (XML-RPC) would be great help. Thanks!

    P.S.  This will all be for internal use, so functions don't need to be exposed, and such.

    X-Posted to '[info]'php.

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

  7. Writing a SOAP server

    Date: 12/21/06 (PHP Community)    Keywords: php, xml, web

    Hello everyone. I have a web service sort of like a gallery written in PHP, and I'd like to make it externally accessible to use in other remote applications. I was thinking of using the SOAP protocol, but it's hard to find how to write a SOAP server in PHP (everything I can find is making a SOAP client.)

    Anyone that could point me to a tutorial, give me a simple example, or point me to another protocol that's easier to write for (XML-RPC) would be great help. Thanks!

    P.S. This will all be for internal use, so functions don't need to be exposed, and such.

    X-Posted to '[info]'php_dev.

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

  8. php-based IMAP client?

    Date: 12/21/06 (PHP Community)    Keywords: php, web

    I'm looking for a php-based IMAP client. I'm looking for one that can work like thunderbird or outlook, in that it can allow a user to check email for multiple accounts on one "screen" (instead of the current system, where I have to log on to webmail for each individual email address. bah, what a pain!) What are my options (bar just writing my own?)

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

  9. I need so much web help I don't know where to begin

    Date: 12/22/06 (WebDesign)    Keywords: browser, web


    First of all, I want to say sorry for posting this in multiple places but I need all the help I can get.

    I am a novice webmaster. I learned most of what I know by clicking view source, seeing where people had text, adding my own and slightly modifying those pages. Therefore, saying that I don't know what I'm doing is an understatement. I usually find programs to do the things I need to get done like menus (deluexe menues), web dwarf and my latests installment, Dreamweaver 8 which I have no freaking clue how to use to it's full potential.

    My club's webpage needs serious work. One issue is the menu. Since it's from a program, it says trial menu on top of it, disabling people from clicking the links. Two is the overall layout. It's boring, it's plain. I want to stick to the color scheme of red, black and white. I'm having alignment problems, browser problems (looks one way in IE vs Firefox) and a whole medley of other problems. My club has a forum which I've been posting screen caps of the mistakes in the website and pleading for help. Turns out, I'm practically the only one who knows how to do anything web wise which meant I'm on my own. I had one guy reply but due to my lack of knowledge, he was way over my head.

    Here is the forum post. Feel free to read it, look at the screen caps and comments. I've set the board so that anyone may leave comments. I would be grateful for some help. I've been frustrated over this issue way too long. Thank You

    http://deanimefans.proboards53.com/index.cgi?board=helpwanted&action=display&thread=1152484054&page=1


    xposted

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

  10. Firefox has disabled data execution despite it being enabled in windows?

    Date: 12/22/06 (Mozilla)    Keywords: browser, web

    I was playing around with Process Explorer, and apparently it allows you to view the Data Execution Prevention status of running processes. Pretty useless, I thought, since I have Data Execution Prevention turned on for all processes. I have no exclusions specified, and have selected "Turn on DEP for all programs and services except those I select"...

    However, despite this, Firefox shows up with DEP status "Off"... It is the only process on my system that does this. I have an Opteron 170 processor (identical to an Athlon64 X2) which supports hardware DEP mode. If an application can simply opt out of data execution prevention despite its being hardware supported and supposedly forced by the OS, it really weakens the protection Especially when the application is a web browser, which is probably the most vulnerable application on the entire system to buffer overflow attacks (which is what DEP is designed to prevent).

    I checked out of curiousity, and ThunderBird also comes up with DEP disabled. I have not found any other applications that disable this protection feature.

    So, I'm kinda miffed that the supposed "secure" browser has opted out of Data Execution Prevention. Any particular reason/explanation for this?

    I have included a screenshot that will show that it is indeed disabled, and I do indeed have DEP enabled on my system.

    Free Image Hosting at www.ImageShack.us

    Source: http://community.livejournal.com/mozilla/380102.html

  11. Judge: Can't link to Webcast if copyright owner objects

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

    Decision appears to be the first to deal with direct or "deep" links to Webcasts.

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

  12. I need so much web help I don't know where to begin

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


    First of all, I want to say sorry for posting this in multiple places but I need all the help I can get.

    I am a novice webmaster. I learned most of what I know by clicking view source, seeing where people had text, adding my own and slightly modifying those pages. Therefore, saying that I don't know what I'm doing is an understatement. I usually find programs to do the things I need to get done like menus (deluexe menues), web dwarf and my latests installment, Dreamweaver 8 which I have no freaking clue how to use to it's full potential.

    My club's webpage needs serious work. One issue is the menu. Since it's from a program, it says trial menu on top of it, disabling people from clicking the links. Two is the overall layout. It's boring, it's plain. I want to stick to the color scheme of red, black and white. I'm having alignment problems, browser problems (looks one way in IE vs Firefox) and a whole medley of other problems. My club has a forum which I've been posting screen caps of the mistakes in the website and pleading for help. Turns out, I'm practically the only one who knows how to do anything web wise which meant I'm on my own. I had one guy reply but due to my lack of knowledge, he was way over my head.

    Here is the forum post. Feel free to read it, look at the screen caps and comments. I've set the board so that anyone may leave comments. I would be grateful for some help. I've been frustrated over this issue way too long. Thank You

    http://deanimefans.proboards53.com/index.cgi?board=helpwanted&action=display&thread=1152484054&page=1


    xposted

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

  13. I need so much web help I don't know where to begin

    Date: 12/22/06 (HTML Help)    Keywords: browser, web


    First of all, I want to say sorry for posting this in multiple places but I need all the help I can get.

    I am a novice webmaster. I learned most of what I know by clicking view source, seeing where people had text, adding my own and slightly modifying those pages. Therefore, saying that I don't know what I'm doing is an understatement. I usually find programs to do the things I need to get done like menus (deluexe menues), web dwarf and my latests installment, Dreamweaver 8 which I have no freaking clue how to use to it's full potential.

    My club's webpage needs serious work. One issue is the menu. Since it's from a program, it says trial menu on top of it, disabling people from clicking the links. Two is the overall layout. It's boring, it's plain. I want to stick to the color scheme of red, black and white. I'm having alignment problems, browser problems (looks one way in IE vs Firefox) and a whole medley of other problems. My club has a forum which I've been posting screen caps of the mistakes in the website and pleading for help. Turns out, I'm practically the only one who knows how to do anything web wise which meant I'm on my own. I had one guy reply but due to my lack of knowledge, he was way over my head.

    Here is the forum post. Feel free to read it, look at the screen caps and comments. I've set the board so that anyone may leave comments. I would be grateful for some help. I've been frustrated over this issue way too long. Thank You

    http://deanimefans.proboards53.com/index.cgi?board=helpwanted&action=display&thread=1152484054&page=1


    xposted

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

  14. I need help so badly...

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

    Hello guys, I'm really hoping you can help me. I'm pretty much desperate. Not asking you to completely design something for me, but.. here's my problem.

    I'm in my final year for the second time, I had to redo this semester because I couldn't pass. I've been having a lot of problems with designing - it's like I've almost lost the fun I always used to have with it. It's really hard to keep coming with sketches and designs, but I have to, because if I don't pass this time, I'll totally fail.

    The site I've been struggling with is the following : http://www.nadiemasquetu.com/preciosa/rpv/index.htm This is the second (detailed worked out version) I have made of the site. It's in Dutch, but you'll be able to see how the menu works - it does by the circles. This is about an Arthritis organisation, so I choose for the concept of using the circles/menu options on the places of the body where arthritis hits the hardest.

    The critic of my teachers was there there wasn't enough "designed" in this website, I hope you can understand what they mean with that. I assume they mean the lot of "whites" and all, but I just can't.. can't come up with any good ideas to improve it. Also, at first on the main page, the circles are on the "sensitive arthritis areas", but when you go deeper into the side, they line up like the spine - because else it's not working well, IMO. But, that's very wrong in my teacher's eyes.

    So could you help me perhaps with some constructive critic, and suggestions on what I should change? Do you think the concept itself is good enough, or that I should go for something else? I have to work with the logo and the pink/purple colors, unfortunately. Any kind of help and suggestions would be SO very much appreciated, I'm dying here.

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

  15. need internet explorer debugging help

    Date: 12/22/06 (Web Development)    Keywords: php, css, web

    I have made a site with two Flash files right next to each other, one on top of the other, and for some reason Internet Explorer (both v6 and v7) insists on putting white space between the two objects (i am not having this problem with Opera or Firefox). I don't really know where this white space is coming from; I don't think it has anything to do with the CSS. Does anyone see anything??


    http://dev.ewebpreview.com/nigeriathetruth/index.php

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

  16. I need help so much....

    Date: 12/22/06 (Web Development)    Keywords: web

    Hello guys, I'm really hoping you can help me. I'm pretty much desperate. Not asking you to completely design something for me, but.. here's my problem.

    I'm in my final year for the second time, I had to redo this semester because I couldn't pass. I've been having a lot of problems with designing - it's like I've almost lost the fun I always used to have with it. It's really hard to keep coming with sketches and designs, but I have to, because if I don't pass this time, I'll totally fail.

    The site I've been struggling with is the following : http://www.nadiemasquetu.com/preciosa/rpv/index.htm This is the second (detailed worked out version) I have made of the site. It's in Dutch, but you'll be able to see how the menu works - it does by the circles. This is about an Arthritis organisation, so I choose for the concept of using the circles/menu options on the places of the body where arthritis hits the hardest.

    The critic of my teachers was there there wasn't enough "designed" in this website, I hope you can understand what they mean with that. I assume they mean the lot of "whites" and all, but I just can't.. can't come up with any good ideas to improve it. Also, at first on the main page, the circles are on the "sensitive arthritis areas", but when you go deeper into the side, they line up like the spine - because else it's not working well, IMO. But, that's very wrong in my teacher's eyes.

    So could you help me perhaps with some constructive critic, and suggestions on what I should change? Do you think the concept itself is good enough, or that I should go for something else? I have to work with the logo and the pink/purple colors, unfortunately. Any kind of help and suggestions would be SO very much appreciated, I'm dying here.

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

  17. Windows file management with PHP?

    Date: 12/24/06 (PHP Community)    Keywords: php, browser, database, web

    I was curious where to look for info on how to access files and directories (and any constructs/modules/functions) that may help with file management in a Windows environment? Or any changes that need to be made to php.ini or any other file. Basically I want to be able to access and control files and folders from within a webbrowser or a command line with this script and be able to have it store filenames, data structures, etc. to my database. Also wouldn't mind some data mining functions as well, as windows search doesn't work too well and I'm still trying to find a good grep for windows.

    Thanks,
    exeyel

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

  18. justifying text, navigation bar, namechange token

    Date: 12/24/06 (HTML Help)    Keywords: web

    hey guys, this is my first time ever posting in this community, so i figured i'd see if anyone knew how to do the things i can't figure out. these all are in reference to livejournal.

    first of all, i'm wondering how you justify your text like it's done in this journal. http://035.livejournal.com/

    secondly, i use the generator, and i'm wondering how you get a top navigation bar like this journal has http://kzeromancer.livejournal.com/ with the userinfo, friends calendar, and website, only i just want userinfo and friends.

    oh yeah, and one more thing! does anyone either 1. have a token they want to give up to someone who wants to change their username? or 2. know how i can get one WITHOUT paying $15??

    hopefully someone can help me out! :) thanks!

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

  19. HELP!

    Date: 12/26/06 (HTML Help)    Keywords: web

    Hi, I created a website for a class, and I decided to put it online. I made it in Dreamweaver and now the images aren't showing up on my page.. I don't have Dreamweaver on my laptop and was wondering if I could fix the problem without using Dreamweaver!

    Help!

    Here is the address: http://www.jessicadeiotte.com

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

  20. How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple Steps

    Date: 12/26/06 (Java Web)    Keywords: java, web, linux, hosting

    Install Sun’s Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting. However it can be used by anyone. Step 1: Login [...]

    Source: http://blog.taragana.com/index.php/archive/how-to-install-sun-jvm-jdk-15x-on-linux-fedora-core-in-5-simple-steps/

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