I usually use PSP to resize images because it's a million times faster (less menus, resize prompts remember last used information, etc) but it timed out.
Now I'm using PS CS2.
My question is, is it possible for me to set an option where when I resize an image it'll keep the last used settings...
I need help from someone who's familiar with MySQL (and hopefully Perl), more specifically JOIN statements where I can SELECT from two separate tables completely inside one statement.
I have 2 tables (engines, special_fields) and the fields that are identical between them are engines.name and...
I need help from someone who's familiar with Perl AND MySQL, more specifically JOIN statements where I can SELECT from two separate tables completely inside one statement.
I have 2 tables (engines, special_fields) and the fields that are identical between them are engines.name and...
I need to know how many rows are returned that satisfy my query.
my $data = qq(SELECT search, engine, time FROM searches WHERE UNIX_TIMESTAMP(DATE_SUB(CURDATE(),INTERVAL 7 DAY)) <= UNIX_TIMESTAMP(time));
I need to know how many rows will be the result of this. The thing is, I am doing...
my $dbh = DBI->connect("DBI:mysql:$dbase", $mysql_user, $mysql_pass) or
print DBI->errstr;
my $data = qq(SELECT search, engine, time FROM searches WHERE DATE_SUB(CURDATE(),INTERVAL 7 DAY) <= time);
my $sth = $dbh->prepare($data);
$sth->execute() or die $dbh->errstr;
my ($search, $engine...
use DBI;
my $dbh = DBI->connect("DBI:mysql:$dbase", $mysql_user, $mysql_pass) o
+r
print DBI->errstr;
my $data = qq(INSERT INTO searches (search, engine, time) values(?,?
+,?));
my $sth = $dbh->prepare($data);
$sth->execute("$search", "$engine", NOW());
It says NOW() is an undefined...
Thanks.
You were right about the font and I have it matching the normal text now but I can't match the TITLE text. The link font I use is either too big or too small, I can't seem to match it up.
Any ideas on what size to make it?
Anyone familiar with matching their text and links with google ads?
http://www.spyderscripts.com/ads/ads.html
The top one is the ad, the rest are my links and text I want to match identically. I can't put my finger on it but the fonts or the sizes between their ads and my text aren't...
I have the toolbar installed but I wouldn't know what to look for to debug this. Not only does she NOT see the third image but the image CODE isn't in her source code VIEW-SOURCE. I see it in the source code and on screen but she can't even see the missing image in the source code.
Hi everyone. Posting this for a friend of mine (it's her site).
http://www.sudsandwicks.com/newsite/SAWtemplatetables.html
There should be three tables in the main section and each of the three should have an image inside them. I see all 3 images, a friend of ours sees all 3 images (in both...
I forgot to mention that I need this to work inside link code already, I can't have a loaded or external JavaScript.
I know this can all be done with a single link code but I can't remember where I found it
I'm sure you get asked this a lot but I need a JS link code that will open a page without toolbars, scrollbars on auto (if possible) and where I can preset the height and width of the window. Is it also possible to pass a TITLE param onto a window? Or is that not possible at all?
Can someone go to http://www.spyderscripts.com/scripts/10.shtml and look at the 2 demo and download buttons on the bottom?
I need the two buttons side by side and I can't figure out what's wrong. I always have problems with PayPal buttons like this.
<rant>
I come from a community that believes posting without error checking is fine. If the solution gives the user the right method to go about things but errors out due to a little problem (typo, no semi colon, forget to terminate and endless loop), that's not the point. You helped them by...
There's a lot of logic flaws with that one though. It's just enough to get you started. It won't pickup mailto: links and appears to only pick up links that start with http. You need to also look for www. urls, https, etc.
Working on the 5th version of my new template (still having problems getting it to work).
The designer I hired set it up so I can't add the needed cellpadding.
You can look http://www.spyderscripts.com/newtemplate/3/
The content section, as you can see, is on the side of the bar to it's left...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.