Hi guys, need a site review:
Just redid my site, and need an opinion. Thanks!
____________________________________
Just Imagine.
Just redid my site, and need an opinion. Thanks!
____________________________________
Just Imagine.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes, sorry I meant vertically. I'm using 1280x1024 and viewing the site in the latest version of Firefox.You mean the front page scrolls veritcally, right? What screen size are you using where the scroller appears?
I only see two errors (about closing paragraph tags) and they are not complaining about the above line so have you changed it? The part that is does complain about though does have a closing tag without an opening one. Also, you've glossed over my suggestions about semantic markup and (in my opinion) this is your biggest problem and will stack heavily against you when looking for work.1. The only part that doesn't validate is about a P-tag not being closed, yet it is. In view-source you can see the tag properlly closed. The tag placement is: <p><h5 class="headerName">ABOUT IMAJIN ARTS</h5></p> But the validator insists that the P-tag is not closed.
Oh, and I'm sure johnwm wasn't trying to come across as rude. It was (in my opinion) a perfectly valid point even if you did find it harsh (after all, he's only trying to help you!).
Yes, my original #1 point about semantic markup and inline styling.Can anyone point out something I missed?
GUJUm0deL said:Rieekan , do you know if by default the hosting compnay can changet he doctype of your pages? Because I am specifically calling my doctype as "iso-8859-1" why is validator retreiving it is "UTF-8"?
try telling your client that, or your clients customers, when they complain about functionality or accessibility.it must be you
OUR GUATANTEE
# coldfusion consultancy
We guarantee 100% satisfaction, even after the completion of work. Imajin Arts is known for its satisfaction-guarantee program. And with our low prices, our flexible payment options, and our satisfaction guarantee, you just can't go wrong with Imajin Arts.
Error Occurred While Processing Request
Error Executing Database Query.
coldfusion.sql.DatabaseConnectionException: Timed out trying to establish connection
The error occurred in F:\Domains\imajinarts.com\[URL unfurl="true"]wwwroot\faq.cfm:[/URL] line 2
1 :
2 : <cfquery name="getFAQs" datasource="#IA_DB#">
3 : SELECT F.FAQ_ID, F.Question, F.Answer, F.TypeLookup_ID, TL.TypeName
4 : FROM FAQ F INNER JOIN TypeLookup TL ON F.TypeLookup_ID = TL.TypeLookup_ID
SQL SELECT F.FAQ_ID, F.Question, F.Answer, F.TypeLookup_ID, TL.TypeName FROM FAQ F INNER JOIN TypeLookup TL ON F.TypeLookup_ID = TL.TypeLookup_ID ORDER BY FAQ_ID
DATASOURCE downloadables
Please 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-GB; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Remote Address 82.33.18.83
Referrer [URL unfurl="true"]http://www.imajinarts.com/projects.cfm[/URL]
Date/Time 17-Aug-06 03:13 PM
Stack Trace
at cffaq2ecfm46892787.runPage(F:\Domains\imajinarts.com\[URL unfurl="true"]wwwroot\faq.cfm:2)[/URL] at cffaq2ecfm46892787.runPage(F:\Domains\imajinarts.com\[URL unfurl="true"]wwwroot\faq.cfm:2)[/URL]
java.sql.SQLException: coldfusion.sql.DatabaseConnectionException: Timed out trying to establish connection
at coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection(JDBCPool.java:746)
at coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection(JDBCManager.java:123)
at coldfusion.server.j2ee.sql.JRunDataSource.getConnection(JRunDataSource.java:138)
at coldfusion.server.j2ee.sql.JRunDataSource.getConnection(JRunDataSource.java:125)
at coldfusion.sql.DataSrcImpl.getCachedConnection(DataSrcImpl.java:120)
at coldfusion.sql.DataSrcImpl.getConnection(DataSrcImpl.java:75)
at coldfusion.sql.SqlImpl.execute(SqlImpl.java:214)
at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
at cffaq2ecfm46892787.runPage(F:\Domains\imajinarts.com\[URL unfurl="true"]wwwroot\faq.cfm:2)[/URL]
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.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.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:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
<div align="center"><strong>WHAT SERVICES DOES IMAJIN ARTS PROVIDE?</strong></div>
I think you should also take notice of what Chris said above.Within that box you have subheadings that are underlined, which makes them look like links. Never underline anything that isn't a link!
GUJUm0deL said:do you know if by default the hosting compnay can changet he doctype of your pages? Because I am specifically calling my doctype as "iso-8859-1" why is validator retreiving it is "UTF-8"?
<cfcontent type="text/html; charset=iso-8859-1">
<cfset setEncoding("form","iso-8859-1")>