Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Pav1977
  • Content: Threads
  • Order by date
  1. Pav1977

    SEO - question - subfolder instead of subdirectory

    Hi there all, We have a site http://www.publicfinance.co.uk/ which has a subsection http://www.publicfinance.co.uk/opinion/ this subsection is a feed containing links to subdomain http://opinion.publicfinance.co.uk/ - this subdomain is hosted on a separate CMS. So in effect there are 2 separate...
  2. Pav1977

    SQL Distinct or Group By - how to Select * ???

    I need to make all the records in the new ExportedSMAll distinct – (as each entrance for the same story should have different category2). I’m not able to make up a statement that lists all the entries needed. What I want is a set of results as listed by any of the 2 queries below but with all...
  3. Pav1977

    Auto failover website to DR site - recommendation needed

    Hi there, We are hosting a number of sites on our servers and now are getting DR in another part of the country. We can then manually switch over to the DR site should the main server burn down with the building - to switch the external DNS would take 2-48 hours of course to propagate - we...
  4. Pav1977

    Faiover switch - DNS provider advise

    Hi guys, We are hosting our sites (we have to) and are now setting up collocation. The data will be constantly replicated to the collocation servers. We were informed by our DNS company (Netnames) that they could do the A Record switching - when the live IP goes down (or any of the sites)...
  5. Pav1977

    Listlib / Spindle - library install problems

    Anyone knows about a forum to do with the above? I'm trying to install a Spindle library for my website's search engine. I'm using http://www.bitmechanic.com/projects/spindle/#overview I'm not sure where to put my .java files as it's not explained in the instructions. I'm getting the following...
  6. Pav1977

    Search Engine API

    Hi there, With a group of friends we are writing a web based application that searches through video streaming websites. So far we used Yahoo to do the job but we discovered that we can only direct it to a domain, eg. www.somesite but we need to be more specific - www.somesite/watch...
  7. Pav1977

    How to use DOM methods to create and insert an anchor

    I believe I need to use DOM methods to create and insert an anchor object into a document. And I'm not sure how to do it. I'm trying to write a script that will pass the url of the current page to the 'stumbleupon' site to be bookmarked. My script is: <script type="text/javascript"> function...
  8. Pav1977

    JavaScript window.location.href - problems

    I'm trying to write a script that will pass the url of the current page to the 'stumbleupon' site to be bookmarked. My script is: <script type="text/javascript"> function getHost() { var url = window.location.href; var bookmarkpart1='<a href="http://www.stumbleupon.com/submit?url="'...
  9. Pav1977

    Jobs posting management system

    Does anyone know any decent comparison site for Jobs system - (kind of CMS for Jobs - not sure what is the correct term for that) or such a system that you can recommend ? My company is looking for one to buy and I'm having trouble investigating it. Any help would be much appreciated. We...
  10. Pav1977

    Website redirect

    I need to check if the redirect I have set up is done in correct and best way. Website with the address www.someshop.co.uk needs to point to www.somesite.co.uk/someshop.htm I host www.somesite.co.uk but www.someshop.co.uk has been hosted by someone else and they will now point to the relevant...
  11. Pav1977

    Simple stats - JavaScript - Applets - Servlets???

    Just a quick one for all of you guys. How do you handle this - a small stats page need to be produced based on 4-5 tables of data. This needs to be handled easily. Of course I have some ideas in my mind but wanted to see what would experts like yourselves go for ;). This is more of a...
  12. Pav1977

    Active page - JavaScript, Applets, Servlets

    Just a quick one for all of you guys. How do you handle this - a small stats page need to be produced based on 4-5 tables of data. This needs to be handled easily. Of course I have some ideas in my mind but wanted to see what would experts like yourselves go for ;). This is more of a concept...
  13. Pav1977

    SQL question

    Hi there - I forgot my SQL book today and can't remember how to search all the tables in a database. It requires to have FROM and is not taking *. I know this is stupid - I'd much appreciate your help guys. So it would be soething like this: SELECT * FROM - all tables in a...
  14. Pav1977

    SQL quick reminder please

    Hi there - I forgot my SQL book today and can't remember how to search all the tables in a database. It requires to have FROM and is not taking *. I know this is stupid - I'd much appreciate your help guys. So it would be soething like this: SELECT * FROM - all tables in a...
  15. Pav1977

    GA script just before the &lt;/body&gt; tag

    I remember reading somewhere that it somethimes displays wrong results if you place the stats script in header rather than at the end of body - is that true - if so why. I have it on my site and I think it works fine but I'm just interested to think about what case would it not work in? Regards...
  16. Pav1977

    Email as a login

    Hello all, I putting together a small system where the users put create their login and are asked to use their email for that purpose. As it stands now - after sucsessul account creation the users can log in with their email address. What I'm worried about is that they can login without...
  17. Pav1977

    Website Statistics - Help

    A couple of small things that I'm unsure about with relation to web: 1. Definition of 'Volume of traffic' for website statistics and how to get it on for example Google Analytics 2. Is it possible to get the info of where the users were forwarded? Is this a feature on any of the stats...
  18. Pav1977

    Encrypted pages - SSL Https start-up help needed

    Hi there, Where to start looking if I want to start handling subscriptions – with online payments on my sites. At the moment I’m using third party company that handles it all for including creating the forms and then we incorporate it in our sites using HTTPS with 256 encryption key. How...
  19. Pav1977

    HTML email Outlook 2007 and Googlemail issues - HELP

    Hi there I've created this email that looks the pot on Outlook 2000 and Mac Entourage on googlemail and Outlook 2007 all or most of the CSS is not styling at all??? Any ideas would be much appreciated from people that know about HTML emails. PS. It's ofcourse fully IE, FF and Safari...
  20. Pav1977

    HTML email on Outlook 2007

    Hi there I've created this email that looks good on Outlook 2000 and Mac Entourage but Googlemail and Outlook 2007 all or most of the CSS is not styling at all??? Any ideas would be much appreciated from people that know about HTML emails. PS. It's ofcourse fully IE, FF and Safari compatible...

Part and Inventory Search

Back
Top