Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Everything posted by vchris

  1. boen_robot: I went on the site of Apache but when I clicked the download link, I was redirected to a page where I could see all the docs in the folder.http://httpd.apache.org/download.cgi
  2. I did that once and I believe those are <iframe>http://www.htmlhelp.com/reference/html40/special/iframe.html
  3. vchris

    Table Shadow

    I would have to see an example to be sure but I'm guessing they use background images.
  4. http://w3schools.invisionzone.com/index.php?showtopic=2904http://w3schools.invisionzone.com/index.php?showtopic=8475
  5. I know there is already many threads on this.HTML <a href="x.html" class="red">x</a><a href="y.html" class="blue">y</a> CSS .red { color: red; }.blue { color: blue; }
  6. a:hover { color: red; }
  7. As everyone knows now I formatted my computer recently. I tried today to install IIS on Win XP but for some reason it's missing some files to complete the installation and I got the CD :)So I'm looking for an alternative to IIS. I know of apache but it seems a bit more complicated. I want something simple to use, that can run CF, PHP, mySQL, ASP and SQL. It's only use for development purposes.
  8. He was talking about my signature. I changed it recently. Sorry about highjacking your thread.
  9. I left out the ; just to see if you were paying attention.How's this sig?
  10. The browser doesn't add any tags. It interprets them. Your text file already contains background code for the structure (line breaks, paragraphs, tabs...). HTML is pure and you must use tags for any structure or formatting.www.mihalism.com :That's my sig dude!
  11. Thank you very much and it's a light program too
  12. I'm searching for a burning software that can extract an iso file and burn it on a dvd. Anyone know of a good program to do this?
  13. The browser interprets different file types differently. HTML files require tags to format the content.
  14. You could also get it done with css. If you set the image as a background and on hover you change it to another image. But then IE would not work... Damn IE!!!Oh yeah just remembered unless you have a special patch on your server that will enable hover effects on anything
  15. vchris

    Dreamweaver help?

    Does this mean it's resolved?
  16. I love the search/replace power of Dreamweaver. Sometimes when you have 20000 lines of code search/replace is the only option. We should do a race to see which html editor is faster in the search/replace operations!!!I also use homesite sometimes. It's validator is a lot better than DW. It seems errors DW doesn't. oh yeah and homesite is light, loads fast but search/replace functions are not that advanced as DW.
  17. I'd say use another html editor while your cd/dvd are getting fixed and then reinstall DW.
  18. If you want to center your main container use text-align: center; on the body element so every in the body is centered and then on your main div use text-align: left; so everything inside your main container is left aligned just like by default.
  19. vchris

    Arrays

    I did an output of sqllist before the query and I get: 'test', 'test2' . Only single quotes! Somehow in the sql query it changes to double quotes. I don't see anything wrong other than double quotes.Here is the error I get: Error Occurred While Processing RequestError Executing Database Query.[Macromedia][sequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][sql Server]Incorrect syntax near 'test'. The error occurred in D:\clients\GlDev\Pdbis\OECD\OECD\admin\approval.cfm: line 6563 : UPDATE User_Table64 : SET Approved = 165 : WHERE UserName IN (#sqllist#)66 : </cfquery>67 : <div class="formsuccess">Users Marked were approved successfully.</div>SQL UPDATE User_Table SET Approved = 1 WHERE UserName IN ( ''test'', ''test2'' )DATASOURCE xxxxxxVENDORERRORCODE 102SQLSTATE 42000Please try the following: * Check the ColdFusion documentation to verify that you are using the correct syntax. * Search the Knowledge Base to find a solution to your problem.Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0Remote Address 142.135.216.100Referrer [url="http://greenlanedev3/pdbis/oecd/oecd/admin/approval.cfm"]http://greenlanedev3/pdbis/oecd/oecd/admin/approval.cfm[/url]Date/Time 08-Nov-06 10:46 AMStack Traceat cfapproval2ecfm1987933592.runPage(D:\clients\GlDev\Pdbis\OECD\OECD\admin\approval.cfm:65) at cfapproval2ecfm1987933592.runPage(D:\clients\GlDev\Pdbis\OECD\OECD\admin\approval.cfm:65)java.sql.SQLException: [Macromedia][sequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][sql Server]Incorrect syntax near 'test'. at macromedia.sequelink.ssp.Diagnostic.toSQLException(Unknown Source) at macromedia.sequelink.ssp.Chain.cnvDiagnostics(Unknown Source) at macromedia.sequelink.ssp.Chain.decodeDiagnostic(Unknown Source) at macromedia.sequelink.ssp.Chain.decodeBody(Unknown Source) at macromedia.sequelink.ssp.Chain.decode(Unknown Source) at macromedia.sequelink.ssp.Chain.send(Unknown Source) at macromedia.sequelink.ctxt.stmt.StatementContext.execDirect(Unknown Source) at macromedia.jdbc.sequelink.SequeLinkImplStatement.execute(Unknown Source) at macromedia.jdbc.slbase.BaseStatement.commonExecute(Unknown Source) at macromedia.jdbc.slbase.BaseStatement.executeInternal(Unknown Source) at macromedia.jdbc.slbase.BaseStatement.execute(Unknown Source) at coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:212) at coldfusion.sql.Executive.executeQuery(Executive.java:974) at coldfusion.sql.Executive.executeQuery(Executive.java:886) at coldfusion.sql.SqlImpl.execute(SqlImpl.java:236) at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447) at cfapproval2ecfm1987933592.runPage(D:\clients\GlDev\Pdbis\OECD\OECD\admin\approval.cfm:65) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.PathFilter.invoke(PathFilter.java:80) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:105) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at com.intergral.fusionreactor.filter.FusionReactorFilter.B(Unknown Source) at com.intergral.fusionreactor.filter.FusionReactorFilter.A(Unknown Source) at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(Unknown Source) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
  20. Would that by any chance be when you hover over the "Command" menu?
  21. Isn't it Calendar not calender?
  22. vchris

    Arrays

    I wanted to replace loop in my query by a variable but then realized I can't do that for a loop. That cfsavecontent should be used a lot thanks for showing me this tag.Why would I need <cfparam name="form.users" default="0"> ? I already have a failsafe. When nothing is checked then an error message is displayed.EDIT: I get an error. Here is the query: UPDATE User_Table SET Approved = 1 WHERE UserName IN ( ''test'', ''test2'' ). It says the error is on this line: WHERE UserName IN (#sqllist#). I'm guessing it's the double quotes but when I simply do an output of sqllist I get 'test', 'test2' with single quotes. I don't get it.
×
×
  • Create New...