Jump to content

f1r3fl3x

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

f1r3fl3x's Achievements

Member

Member (2/5)

0

Reputation

  1. @ignace, thanks for the explanation! Can you give an example of pt 2 of yoyr list ?
  2. I read some stuff about this last week because I saw some people around here using it, but the stuff I read didnt convince me really to use it. Nor was it extremely clear why to and why not. Can you give us a link to that article
  3. Hey guys, what's the purpose of using ob_start() in the begining of the script? I even saw alot of people turning output buffering by default in their php.ini file ! What's the benefit of this action ? Thanks in advance
  4. Hey guys, is there a way to stop the autoindex function if the ip address is different then mine ? I tried alot of thing but nothing workerd. I'm using nginx 0.8
  5. Hi all, the topic title says it all. I have some really stupid questions and i'd like to ask them here The first is, are .cgi files (in the folder /cgi-bin/) written in C? And can they be run on a Linux platform ? I'm asking these questions, becouse i need to make a web thumb service on my website and i saw http://iecapt.sourceforge.net/. It has an open source, but it uses IE to capture screens. Do you know any other way to do this?
  6. Hi all. On my latest project i have to make a login system that is used in several sites ( more or less like google's ). I need some advice on how to make it secure. I really have no idea on how to design it. Thanks in advance.
  7. I had a similar problem. On every page of my website there was a code similar to this, but it was only HTML. It was an iframe, pointing to a website. This was made through a hole in your host's security. You should contact them and notify them of this.
  8. Would this help ? http://www.zubrag.com/scripts/thumbnail-generator.php
  9. OK, but if i make all the links with an id, and then when the page loads i add the onClick event dynamically would google follow that link? I think it wont, becouse google can't read javascript, or i'm wrong ?
  10. I think many of you miunderstood me (becouse my english is bad, sorry) . No matter. I've found what i needed. 10x to all of you for the replies
  11. Hey, i've covered all the basics in PHP OOP. I know the syntax and what it's capable of. Now i need some books to read about creating complex OOP Scripts. If you can recommend something it'll be great. Thanks!
  12. You can use Simple HTML Dom. It's a DOM selector like jQuery's but for PHP.
  13. Wow, thanks for the quick reply.
  14. Thanks for the replies guys! But i think you didn't understand me :/ I really can't describe my idea very good becouse i'm not english But code is universal and i'll show you what i tried to describe in my previous post article108.html //using mod_rewrite to make urls more friendly //Design and stuff <div id="content"> This article is about bla bla bla bla ... There's an artical that's related to this one. Here's the LINK. </div> //design and stuff And the link is this <a href="article1123.html" onClick="loadArticle(1123);"> The bots, as you said ignore javascript. So they will follow the link article1123.html, which is a page of the site like any other with design, navigation and the content of the article. article1123.html //design and stuff <div id="content"> this is the content of article 1123.... </div> //design and stuff On the other hand the users, when they click on the link the js event will be fired, the next article will be dinamycally loaded in the content div So in theory this will work. The users will quickly load the articles via ajax+json calls, and the bots will index pages normaly, without knowing that there's a dynamic content on the page. I hope you understood what my idea is this time and i'll be glad to discuss the issues in this method
  15. Hi, I'm really new at seo, so i wonder if my idea will be friendly or not. Here's my idea: I have a webpage that loads content dynamically via ajax calls. The part i wonder is this. I'm going to make the href of the link like this: http://site.com/articles/article1.html and a onClick event that loads the content into the div container (getcontent.php?article=article1). The ajax response will have the same content as the href link, but without the design just the text. This will make the user experience much better, but will it affect seo
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.