Search:
Type: Posts; User: ramin1360_2
Search :
Search took 0.01 seconds.
Have you rechecked your code for syntax errors?
<cfif isDefined("Files.recordcount") and Files.recordcount NEQ 0>
<a href="file///N:\QS\#doc_path#\#site_path#\#bu_path#\#dept_path#\#files.name#"...
I may be wrong but offline cookies are disabled by default for security reasons.
You can activate it via Windows Control Panel. Go the Control Panel --> User Accounts
and then go to the Change User...
Are you talking about server side database programming?
If so, you can post it in programming sections of this forum.
Meta tags are not much difference than html tags. The only difference
between meta tags and html tags is that html tags are used for visual
designing web pages, they are visible to humans and...
There is no solution in CSS as far as I know, but you can use Javascript to handle
this problem.
Add this line of code to the beginning of your css style code:
#slide-runner {margin-left:85px;}
Try this code, hope it solve the problem:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html...
Sorry aromasodu, but your code is full of w3c incompliance :)
<div id="menu_wrapper" class="grey">
<div class="left"></div>
<ul id="menu">
<li><a href="#">Home</a></li>
<li class="active"><a...
Have you tried to remove those unneeded "</tr></td></table>" tags?
What was the outcome?
Your code seems to be not w3c compliant.
For example the header section of your code has an extra "</div>".
Please check again, maybe I'm wrong. Hope this fix your problem.
There are a lot of ways to do this (clientside and serverside methods).
For clientside, you can use javascripts and for serverside, use either
PHP or .NET technology. You need a lot of...
Not sure if this site is what you exactly want:
http://www.webpagetest.org
You seem to have a very unstable page rank. Your current page rank is now 5.
Seems very strange to me. I think something is set up badly wrong with your
site when considering all those number...
Actually all urls have two versions. One with www and another without www.
Practically servers can provide different response for these two different version
of url. But most of the time, the...
Hi Spytim,
You should make a balance between easy to programming and fast loading.
Actually seperating css files makes your code more readable but at the same
time this makes your pages slow...
You can still use FTP applications for direct publishing your files and pages.
George, what is the difference between google search and google
algortithm?
Could you explain more, about what language do you use, .NET, PHP, or C#.NET?
Found a bug in your code.
<div><font color="#000000" size="2"<marquee direction="left" width="100%" scrollamount="2"><strong><i>A tailored 'Webitry' website to promote your...
Hi SilentGun,
First of all I encourage you to take a look at Webmaster Guildeline:
http://www.google.com/support/webmasters/bin/answer.py?answer=35769
That wraps all what I can emphasis.
...
Hi Webiter,
If your code works ok on major browser such IE7, 8 and Mozilla,
then there is no need to change anything IMHO.