Ive hired a developer to redesign an old tables page to a strict XHTML + CSS page.
the old page is here: http://www.theravive.com/providers.htm
the new page is here: http://www.superwebdemos....
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_22434584.htm...
Zones:
CSS,
HTML,
XHTMLDate Answered: 03/07/2007 Rating: 8.4 Views: 0
Is their an equivelant to perl's strict module enforcing proper variable declaration?
In perl...
use strict;
my $variable; # must be declared with "my"
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20745140.htm...
Zones:
PHPDate Answered: 11/07/2004 Rating: 8.6 Views: 14
I am a Visual Basic.Net rookie and could use the assistance of an expert. This is what I need help with, I need to verify that the amount entered into WeeklySalesTxtBx is > than 1000, if it is I ne...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21607047.htm...
Based on a previous answer, I thought I could
Given
@lis=("Null", 123, "abc","Null","John","Peter");
@fields = ("v0","v1","v2","v3","v4","v5"); # which corresponds to @lis
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21631833.html
Zones:
PerlDate Answered: 11/15/2005 Rating: 9.4 Views: 0
Is it better to have it on or off. I want to program vb correctly, this is my concern.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21673856.htm...
Hi,
I'm getting the above error on the following line of code:
Dim strCurrentQuestion As String = e.Item.DataItem("QuestionID").ToString
How can I get around the error? (other than going t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21920036.html
Hi fellas,
I just tried the following code with PHP 5.0.4 installed:
<?php
error_reporting(E_STRICT);
class myc {
var $ttt; // var is deprecated in PHP 5
function test() {
}...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21925892.htm...
Zones:
PHPDate Answered: 07/21/2006 Rating: 8.2 Views: 0
Help,
I am getting the error, "Object strict on requires all Functions, Properties to have an As clause on the line;
Private Function NodesToArrayList(ByVal xmlNodes As XmlNodeList) <---...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21957671.htm...
I ran across a validation problem and can't find the documentation for it.
Input items must appear inside a block-level element else the page will no validate. In other words I can't place an in...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XHTML/Q_22988323.h...
Zones:
XHTMLDate Answered: 11/28/2007 Rating: 8.0 Views: 0
I would like to enbed the next code into an HTML strict (basically I'm transforming my site) script, how do i "trnaslate" this code to something that the validator passes flawlessly?
I attach th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23839170.htm...
Zones:
CSS,
XHTMLDate Answered: 10/23/2008 Rating: 9.8 Views: 0