I'm looking for a website that reviews and rates other websites. Something like www.xomreviews.com but with an API that i can pull the ratings and reviews from. Does anyone know of something like this?
Everything about this website affirms my decision to develop interactive websites with javascript and not flash. But one qns though, how they do they incoporate sound effect into it? I check the page source and it's not HTML5.
Source: nissanusa
Hi friend,
I had read that SEO is applicable for static website, which holding the information in the initial page itself.. I want to know whether is it possible to achive the SEO for dynamically added informations..
I mean here i used ajax for loading information, in this situation how can achive SEO, is it possible.. please help me..
Thanks
Praveenjayapal
Hi everyone...
I have a website displaying data from MySQL in a php file (/something.php).... i want to copy the source code of that page as HTML so i can use it in a textfield box so users can copy paste that code...
It's almost like an HTML generator using info from mySQL, so users can custimize each HTML code.
I have everything covered... except the display HTML thing.
Please Help
Hello Friends,
i once had the chance to look at a website, where design was showcased but sorted in a special manner. You were able to look at footers, headers, login menus, and all kinds of parts from different sites.
If anyone can remember the address i would be very happy about it.
Thanks for reading.
Is there a way that I can trace every method, basically a line trace, in an asp.net web site in production environment?
I dont want to go about creating db logging for every line - i see an intermittent error and would like to see every line called and performed by the website per user.
hey guys
I searched for a while on how to find a benchmarking software that can simulate crowd website with more than 1000 users online to find out leaks in my php/mysql script .
as long as i ran my script for a huge community and it wasn't successful enough and lots of RAM usage happened , now I need a way to simulate that much usage to benchmark my script and optimize it .
I am using XAMMP Local Server and my project written in PHP&MYSQL.
thanks in advance
hey guys
im wondering if i can delete all my website's cookies when user click on logout
because i used this as function to delete cookie but its not functioning properly
setcookie("user",false);
is there a way to delete one domain's cookies in php ?!
Hi! I'm writing a little website (webapp) in php+codeigniter, I'd really like to make it open source (to attract collaborators and to have a free VCS hosting).
Is that a good practice?
This mine security?
Which are the best tools to change important data before uploading? (like config files with db names and passwords used for testing etc..)
I am working on a website: http://www.bbp.nl/luuk-test/wac
It displays really well on FF and IE.
I went tot test it in chrome and it is totally messed up.
Somehow chrome displays all the divs underneath each other.
I really dont know where to look since it also validates well in W3C validator.
Also googled it, but could not find anything. Does anyone knows the answer?
Please help.
Hi,
how can i stop accessing my website content [like image,swf,pages etc.] from other domain?
suppose my server has a myflash.swf file in my server with live url http://www.mydomain.com/flash/myflash.swf . i want this flash can't be accased by any other domain using the live url. is it possable?
thanks in advance.
I'm building an internal website in Perl and I would like to get it to use Windows credentials for authentication. My research so far has turned up a lot of keywords: Kerberos, LDAP, NTLM, etc, but no solid information. Anyone got pointers or good tutorials?
Thanks.
Hi I have a wordpress installed on
h*ttp://domainname.com
and I would like to have replication of the same website on a subdomain for example
h*ttp://sub1.domainname.com
h*ttp://sub2.domainname.com
What should I do to make this happen without copying any database and the wordpress should be smart enough to recognize the "sub1" and "sub2" to be used later in the program.
Is there a way to create (dinamically) a kind of subdomain that goes between my website domain and the .com?
For www.onlinevet.com, for instance, would be something like:
www.onlinevet.dog.com
www.onlinevet.cat.com
patch - C:\Windows\System32\drivers\etc\hosts
How can I redirect all websites to other website?
example for one:
62.85.117.104 delfi.lv
i need for all websites..
62.85.117.104 *
(not work)
So, I've been saving a .txt file from a website and using...
My.Computer.FileSystem.ReadAllText()
To put it into a string.
But I figured it'd be more efficient to just grab it directly.
How do I go about this?
Thank you.
I want to crawl a website and store the content on my computer for later analysis. However my OS file system has a limit on the number of sub directories, meaning storing the original folder structure is not going to work.
Suggestions?
Map the URL to some filename so can store flatly? Or just shove it in a database like sqlite to avoid file system limitations?
here's my website:
www.newportclassic.com
do you know of any free, easy to use, content management systems, that will allow me to simply edit the text on my site without having to download the file, open the file, edit the code, save the file, upload the file ???????
when i debug our website then he works fine. but when i want to refresh that i refresh it in browser i see that my asp.net development server is automatically closed before my refresh so browser tell me that " Unable to connect". why are development server is automatically closed without any reason.
Are you know why development server is automatically closed.
I want to make a website that will have multiple pages, but because of a unique navigation bar, I cannot simply link to a new file for each page. What is the best way to accomplish this. Some possibilities that I can think of are having all of them on one page, but using css and javascript to move the other pages offscreen, or using iframes and loading them with javascript. Could someone please direct me to some examples or tutorials?
Playing around with google I discovered that someone with a .me (Montenegro I presume) url is running a mirror of my website. I don't really know where to go with this. Does this mean someone has access to my VPS? Or what is going on here?!
Hello, I am building a static-website (as in, to change a page, we change the HTML and there is no DB or anything). Well, it will have a number of pages and I don't want to copy and paste the HTML navigation and layout code around everywhere.
So what would be the best platform to use in this situation so I can have all my layout and "common" HTML markup all in one place?