Search results

  1. jnjc

    Report Spam Thread

    http://www.webdesignforum.com/19952-post1.html
  2. jnjc

    my pc can't find my page, but others can. wtf?

    Are you in an office environment ? If so maybe it's been blocked by the firewall. Can browse other pages ? Have you cleared the cache for the browsers ? Open a windows command prompt and type the following: ping www.designlogic.com.ph Does it resolve the domain name ?
  3. jnjc

    Report Spam Thread

    http://www.webdesignforum.com/19790-post1.html
  4. jnjc

    Why Firefox shows it wrong?

    Can you outline exactly what is wrong in FF ?
  5. jnjc

    Report Spam Thread

    http://www.webdesignforum.com/19905-post1.html http://www.webdesignforum.com/19904-post1.html Rule 1 and 3 http://www.webdesignforum.com/19818-post4.html http://www.webdesignforum.com/19704-post1.html Second offer this month
  6. jnjc

    Report Spam Thread

    http://www.webdesignforum.com/19753-post1.html http://www.webdesignforum.com/19742-post1.html http://www.webdesignforum.com/19684-post1.html The next guy should probably be banned it's obvious he's just spamming: http://www.webdesignforum.com/19735-post3.html
  7. jnjc

    planet earth

    Job satisfaction... If you work from home you are happier. Happier = Better work Happier = Less likely to leave You could also dangle the less commute time = more work time carrot....
  8. jnjc

    How to stay off the search engines?

    It depends on how your pages are put together. If they are dynamic then you would put the code to check if there is an active session at the top of your program before it outputs the sensitive information. If there is no session active then you bring the users to a login page instead of...
  9. jnjc

    How to create ecommerce site with dreamweaver MX 2004?

    I agree with Anthony, it is a big task to create an eCommerce site from the ground up. Look at Zencart or oscommerce they are open source and pretty comprehensive ....
  10. jnjc

    New to Affilate Programs/Site Review

    Thanks Suz, That's a good tip about the articles I'll definitely take that on board. Another question about the site, in peoples experience does less = more when it comes to the actual affiliate banners on the left hand side ? I am starting to think that maybe someone looking at the site...
  11. jnjc

    New to Affilate Programs/Site Review

    Hi Guys, I am completely new to affiliate advertising etc. but I decided to give it a shot. I have put together this website www.competitionblog.com.au . The idea behind the site is that it will offer listings of free to enter competitions. Most, but not all of these are affiliate...
  12. jnjc

    How to stay off the search engines?

    If the information is sensitive you should password protect it. There are other ways for a url to get into the "wild".... Aside from the legal ramifications I know I'd take a dim view of anybody who had my personal information and didn't protect it properly...
  13. jnjc

    My Site idea (is it possible)

    The potential problem with this layout is flow through the article. Left side person A posts a point to agree right site three people post general points to disagree and then person B posts a specific disagreement with person A's point how are they matched up ? It could get...
  14. jnjc

    Report Spam Thread

    http://www.webdesignforum.com/19411-post1.html Second post in offers this month.
  15. jnjc

    Can you make a good template using notepad and html?

    You should be able to do what you want easily in notepad. Basically all you need to do is wrap your content in a div and style the div. Something along the lines of: At the top of your page put: <style> .MainDiv { border:solid 2px #000; width:750px; background-color:#eeeeee; }...
  16. jnjc

    Auto height iframe

    I could see how it would work with ajax because with an ajax call you will be putting the returned code into the div, the div will re-size itself and then your code will resize the iframe. With the <iframe src="url" ... no content goes into the div, hence the div will not re-size and your...
  17. jnjc

    Hosting Ad Banner...

    Another thing to look at would be companies that run Affiliate programs, like clixgalore or commissionmonster....
  18. jnjc

    Auto height iframe

    I might be missing something but to me this looks like it will only work for content located locally on the server. It won't work where the frame src is a url. Likewise for the solution 'dumb_prog" sent in, to me (and again I might be missing something) looks like it would only work if the...
  19. jnjc

    Report Spam Thread

    http://www.webdesignforum.com/19566-post1.html
  20. jnjc

    W3C Validated Website

    Check out: http://validator.w3.org/
Top