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 strongm 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: jasonindus
  • Content: Threads
  • Order by date
  1. jasonindus

    sorry, but really do need help with my pagination script

    for the life of me i just can't figure out what is going wrong. the pagination seems to work a i get the next and previous links, but my results (looped table) doesn't appear, could be my query or something? //db settings $records_per_page = 4; //find out how many records are in the table...
  2. jasonindus

    how do i removes slashes from end of urls?

    if a url is submitted like this... http://www.site.com/ i would like to remove the slashes from the end so the url is submitted into the database like this... http://www.site.com cheers!
  3. jasonindus

    a source that provides stats on competitor websites?

    a client recently asked me where they could obtain statistics on competitor websites. they are familar with sites like Alexa and Compete but the sort of stats they are looking for include a true number of visits, and other activity within a competitors site, etc. my initial thoughts were that i...
  4. jasonindus

    what are the limitations or possibilities with tracking flash?

    i've got a client that built an entire site in Flash, and before i went back to tell them they couldn't apply any tracking to it i did a search to see if it was possible. I came up with two options; google analytics and mochibot. i would prefer to use google analtyics, and google explains that...
  5. jasonindus

    how accurate are SERP checkers?

    how accurate are SERP checkers? even i in my site name as a key word the results say 'not found' for google ...but if i put in google it'll come up as the first result. does anyone know of a SERP check that is accurate?
  6. jasonindus

    checking if a google sitemap exists?

    i've tried this... http://www.clientsite.com/sitemap.xml to check if a sitemap has been placed in my client's server (i dont have access to do a proper check). ..and got an error saying the file couldn't be found. before i rest assured that the file doesn't exist is their something else i...
  7. jasonindus

    how to find out where competitors advertise online?

    someone recently asked me if there is a way to find out what your competitors are doing in terms of online advertising. they mentioned that in print and offline there is a system called MMS. Does anyone know of a either a system used to find out about online or can perhaps suggest their own...
  8. jasonindus

    do you advise for or against this type of SEO workaround?

    hi, my client's site is built entirely in flash, but they'd told me that the developer produced dynamic html pages that are served when spiders search the site. this sounds to me like cloaking and can get the client banned. either way they don't seem to be up there in search engine results and...
  9. jasonindus

    suggesions for a php email sending tool?

    is there a free open source php bulk email sending tool that i can download?
  10. jasonindus

    help with pre-populating a UK google map

    hi, i'm not that knowledgable with javascript, but i was able to follow a tutorial to google map UK locations. everything works fine by using a form to type in a postcode then submitting a search, but i would like to change the way it works... i'm passing a postcode variable to the page and...
  11. jasonindus

    simple mysql select problem

    just a small select problem.. here's the full query AND building_type = '$building_type' ...is the part of the query thats giving me trouble... i would like to include a SELECTED option 'any' so that if someone doesnt select an option in the drop down then the query searches for all...
  12. jasonindus

    how to code or include a basic editor for a content management system?

    hi, i've built a very basic content management system that allows users to update their site content. as you would guess the content is saved into mysql and displayed to a live page. 1) i can't always expect my users to format their content using html code so can anyone recommend a basic...
  13. jasonindus

    how do i tile my loop results in a table?

    i'm using a while loop to display the contents from my database. i can get the results to display in a row or in a column, but how do i get them to loop as a tiled format... for example i would like to display the contents 3 to a column, then start a new row to display the next 3 results, so...

Part and Inventory Search

Back
Top