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 Chriss Miller 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: Sarky78
  • Content: Threads
  • Order by date
  1. Sarky78

    adding one control into two places

    Hi all, I'm reasonalbly new to .net so please forgive me. I've got a database, that i am using a pagedatasouce to output the pagination. I looping over the number of pages using a for loop, and am then creating an htmlgenericcontrol li within it, and assigning it to a parent...
  2. Sarky78

    Count occurances of value from a table

    Hi All, I'm looking to query a hierarchical table that i have written, that has a format like this: OffenceID ParentID OffenceName 1 0 ParentOffence1 2 1 ChildOffence1 3 2 GrandChild1 4 2...
  3. Sarky78

    Table corruption

    Hi All, I'm a web developer and we have a client that is using the Modx open source CMS, which connects to mySQL. Over the past week, the system has produced errors like this: Execution of a query to the database failed - Table './clientDatabase/modx_site_content' is marked as crashed and...
  4. Sarky78

    DOMDocument on a linux running centos

    Hi All, Hoping that someone can help me out there. We have written some code to allow editing of an xml file, this code loads an xml doc using DOMDocument, we are then doing an xpath expression on it and some ther processing. this is working fine on my wamp install on my PC, but putting onto...
  5. Sarky78

    Help!!!!!

    Hi All, This is going to be quite tricky to explain, but hang in there please..... Ok, so we are using a third party system that uses key value pairs within a database table. The basic structure is ID, SubID, Name, Value. There are multiple subID's which build up meta data about a specific...
  6. Sarky78

    Redirect to a virtual server on another server

    Hi All, I'm hoping someone will be able to help on this, at the moment our IT department is saying that its not possible, but I think everything is possible. So here we go..... We have a website that when it was developed it was running ASP/IIS and had a CMS that was based on ASP for the main...
  7. Sarky78

    XSLT grouping dates

    Hi all, I'm hoping that someone on here will have come across something like this before and be able to help. I've got an xml document that is returned to me via a webservice so i can;t change it. the document looks like this: <root> <news> <data alias="date">2008-10-20</data>...
  8. Sarky78

    paramaterising a webservice call

    Hi all, Hoping someone will be able to help me with this. i am trying to use a webservice to get the conversion rate between currencies. this is the service: http://www.webservicex.net/WCF/ServiceDetails.aspx?SID=18 now i have manaed to get the service working with hard coded values...
  9. Sarky78

    Not a CF question but you guys are knowledgable....

    ....so, a client of ours wants to do something along the lines of what facebook does when allowing people to invite friends to join. you know the whole enter your web email and password and then the system gets all of the email addresses and names from that account, and then sends an email to...
  10. Sarky78

    Server monitoring

    Hi all, We are using a open source CMS for a small site for quite a large client and the site keeps crashing. As we didn't write the open source CMS we don't know the core code intimately and are having trouble finding the reason for the crashes. Does anyone know of a tool that will monitor...
  11. Sarky78

    trying to get number of rows in recordset but getRow() returning -3

    Hi all, I really hope someone here will be able to help me with this, it is driving me mad. I have a query that is returning records within SQL Server, and i am trying to get the number of records returned for checks within my code. this is what i have at the moment...
  12. Sarky78

    Coldfusion CMS recommendations

    Hi all, I've always developed using an in house CMS but now a client wants to use an off the shelf package. I've had a look around google and found a few but would like to hear from the community about any good CF content management systems that have been used. I've found: Hot Banana Shado...
  13. Sarky78

    http request to own site to create a web cache

    hi all, Hopeing someone here will be able to help with this issue. We have some code that is accessing our own server based upone various url params and creating an html file to take some pressure of this high traffic website. Now this code is working locally and with some of the urls that...
  14. Sarky78

    Vspider

    Hi all I hope someone here can help with this. I thought this was going to be something quite easy but it turns out not to be. We have a site that has been developeded in Reddot which creates flat asp pages with all of the content from the cms within the pages. We are using CF to search...
  15. Sarky78

    counting the number of occurences from one table

    Hi, This is going to be a bit difficult to explain so i hope this comes across ok. so here we go. i have one table that has the following structure: OffenceID ParentID OffenceName 1 0 ParentOffence1 2 1 ChildOffence1 3 2...
  16. Sarky78

    password encryption

    Hi all, First off, happy new year to you all! Now for the question. does anyone know of an MD5 password encryption script that is written in asp jscript? I know there are loads of examples of vbscript versions but my company for some reason uses jscript Any help appreciated. TIA Tony
  17. Sarky78

    MySQL 5 logging

    Hi Does anyone know if out of the box mySql logs incorrect sql statements? I say incorrect sql statements as i've made an error in a bit of code for a registration site, and need to get the sql statements that would have acted upon the database, correct them and action them against the db...
  18. Sarky78

    Get parent Record

    Hi All, Really hoping that someone here can help me with this. I designed a database table to hold a load of related records, so they could all be associated together. It is basically a parent child, grandchild relationship within this table. Now what i need to be able to do, is to query...
  19. Sarky78

    RegEx and JScript

    Hi I'm having problems with a RegEx within a JScript site. I know this RegEx works as I've used it in other languages, but it refuses to do it within jscript. Any one got any ideas? var myRegEx = new RegExp("[A-Z]{1,2}\d","gi"); Response.write(myRegEx.test(String("WR12"))); This is a...
  20. Sarky78

    Verity K2 on CF8

    Hi all Hoping someone here will have been there before me. I'm trying to get Verity K2 working on CF8. I've found a load of documents on how to set it up on CF 6 and 7 but the instructions don;t work on 8. does anyone know of an up to date version of instructions to setup k2 from scratch...

Part and Inventory Search

Back
Top