Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 18
1
2
3
11
>
Last
»
Showing results 1 to 25 of 433
Search took
0.90
seconds.
Search:
Posts Made By:
Scrowler
Forum:
Computer/PC discussions
05-29-2011, 03:22 AM
Replies:
0
transferring website to CD - layout problem
Views:
549
Posted By
Scrowler
transferring website to CD - layout problem
hi,
i have a website which i've spent a long time converting to static html format so it can be transferred and stored on a CD, only problem is that when loaded up on some computers, it appears as...
Forum:
Computer/PC discussions
11-16-2010, 11:37 PM
Replies:
1
"security tool" virus - post removal problem
Views:
1,148
Posted By
Scrowler
"security tool" virus - post removal problem
hey all,
i turned on my computer the other day and was prompted with a "security tool" warning me that i had all these infected files etc, and encouraging me to delete them. naturally, as i didn't...
Forum:
Computer/PC discussions
05-15-2009, 05:11 AM
Replies:
5
MS Word: Saving as PDF - loss of quality in images
Views:
8,023
Posted By
Scrowler
MS Word: Saving as PDF - loss of quality in images
Hi all,
When I export a MS Word file as PDF format, images in it are "compressed" or something, and the image quality comes out very average, where it's fine in Word. I've checked through Word's...
Forum:
Computer/PC discussions
10-13-2008, 07:34 AM
Replies:
3
Vista logs me off after crashing
Views:
1,345
Posted By
Scrowler
hi, thanks for the replies, ive fixed the...
hi,
thanks for the replies, ive fixed the problem (not really fixed, just worked around). yes, i could log in in safe mode. i was going to copy all my files off then wipe and start again but...
Forum:
Computer/PC discussions
10-11-2008, 01:05 AM
Replies:
3
Vista logs me off after crashing
Views:
1,345
Posted By
Scrowler
Vista logs me off after crashing
hi there,
my laptop with vista home pre-installed when i bought it, recently crashed.
i was burning a cd in explorer, i right clicked on the cd drive and that window froze up. i thought ok ill...
Forum:
PHP
05-12-2008, 02:23 AM
Replies:
4
Regex problem
Views:
1,077
Posted By
Scrowler
cheers jaap, just had to take out the ^ and $ at...
cheers jaap, just had to take out the ^ and $ at either end of the pattern because it's not just an email address string, its part of a mass of text. works a treat now.
thanks!
Forum:
PHP
04-16-2008, 06:32 AM
Replies:
4
Regex problem
Views:
1,077
Posted By
Scrowler
thanks very much for your help, the example input...
thanks very much for your help, the example input would be:
blah blah text here email@address.com blah blah
and it would automatically parse the email address and add <a href="mailto"> before...
Forum:
PHP
04-16-2008, 04:05 AM
Replies:
4
Regex problem
Views:
1,077
Posted By
Scrowler
Regex problem
hi,
i'm using a code copied from php documentation comments, to automatically create <a> tags around email addresses in a string:
// match name@address + ?subject etc...
$text = preg_replace(...
Forum:
MySQL
03-25-2008, 10:57 AM
Replies:
3
SELECT DISTINCT problem
Views:
1,896
Posted By
Scrowler
hi there, thanks for the quick and helpful reply!...
hi there, thanks for the quick and helpful reply!
your solution doesn't really apply to what i'm trying to do, but this is because i didnt explain it properly haha.
i have say 50 entries with...
Forum:
MySQL
03-25-2008, 03:21 AM
Replies:
3
SELECT DISTINCT problem
Views:
1,896
Posted By
Scrowler
SELECT DISTINCT problem
hi,
i have a table with lots of entries, columns: id, Date, Field
i want to select DISTINCT(Date) and the Field value for each row returned aswell.
i'm using this: SELECT DISTINCT(Date),...
Forum:
MySQL
04-04-2007, 09:14 AM
Replies:
7
mysql question retreiving data from other tables
Views:
1,271
Posted By
Scrowler
i had thought about doing that, but had thought i...
i had thought about doing that, but had thought i could just use the query. as i'm not too familiar with mysql would you say it would be faster to use that query or faster to use php?
Forum:
PHP
04-03-2007, 10:01 AM
Replies:
4
Inserting image into database problem ??
Views:
797
Posted By
Scrowler
have you set the column 'content' to a blob...
have you set the column 'content' to a blob column?
Forum:
MySQL
04-03-2007, 03:48 AM
Replies:
7
mysql question retreiving data from other tables
Views:
1,271
Posted By
Scrowler
ok, i've got what i want to be achieving to work,...
ok, i've got what i want to be achieving to work, but i'm sure it can be optimised. how can i cut it down?
SELECT * FROM Teams as a ORDER BY
(
SELECT SUM(FramesFor) FROM Players WHERE TeamID =...
Forum:
MySQL
03-29-2007, 09:48 AM
Replies:
7
mysql question retreiving data from other tables
Views:
1,271
Posted By
Scrowler
hey, don't really understand how to implement...
hey, don't really understand how to implement this. can you help me out?
i want to select * from "Teams" and order by [FramesFor/(FramesAgainst+FramesFor) from "Players"]
Forum:
MySQL
03-26-2007, 10:16 AM
Replies:
7
mysql question retreiving data from other tables
Views:
1,271
Posted By
Scrowler
mint awesome, thanks
mint awesome, thanks
Forum:
MySQL
03-25-2007, 09:46 AM
Replies:
7
mysql question retreiving data from other tables
Views:
1,271
Posted By
Scrowler
mysql question retreiving data from other tables
hi,
i have a table with some numbers, my original query was:
SELECT * FROM table ORDER BY (field1/field2)
i have another table that has rows in it, each with a field1 and field2 value, and i...
Forum:
Other server side languages/ issues
10-05-2006, 11:25 PM
Replies:
1
.htaccess problem rerouting
Views:
1,095
Posted By
Scrowler
.htaccess problem rerouting
hi
i have a .htaccess file in the bds folder that has this code in it:
Options +FollowSymLinks
RewriteEngine on
RewriteRule pages/(.*)/ pages.php?id=$1
and pages.php in the folder outputs...
Forum:
JavaScript programming
10-03-2006, 03:26 AM
Replies:
1
scriptaculous: sortable lists trouble
Views:
954
Posted By
Scrowler
scriptaculous: sortable lists trouble
hi
i have installed scriptaculous library and it is working fine for creating draggable list elements. only problem is, you can only drag them up and down. i have made the li's small boxes and...
Forum:
HTML & CSS
07-13-2006, 11:40 PM
Replies:
3
mac/pc differences
Views:
649
Posted By
Scrowler
im looking for a more generic fix, if i can't...
im looking for a more generic fix, if i can't find it i'll just make the gap between header and top of page part of the image
Forum:
HTML & CSS
07-13-2006, 11:14 PM
Replies:
3
mac/pc differences
Views:
649
Posted By
Scrowler
mac/pc differences
hi,
www.grantbartley.co.nz
on PC, there is a 4px difference in (margin/padding?) that puts the header out of alignment with the background image. on Mac, this gap isnt there. i had made this on...
Forum:
HTML & CSS
07-10-2006, 10:36 PM
Replies:
5
css/html: li dimensons problem
Views:
794
Posted By
Scrowler
i didnt write this code, but i believe the <!--...
i didnt write this code, but i believe the <!-- --> was mistakenly thought to be CSS commenting code
Forum:
HTML & CSS
07-10-2006, 01:29 AM
Replies:
5
css/html: li dimensons problem
Views:
794
Posted By
Scrowler
thanks =) thats what i needed
thanks =) thats what i needed
Forum:
HTML & CSS
07-10-2006, 12:19 AM
Replies:
5
css/html: li dimensons problem
Views:
794
Posted By
Scrowler
css/html: li dimensons problem
<div class="links-information">
<ul>
<li class="link-home first"><a href="/">Home</a></li>
<li class="link-contact current"><a href="/contact/">Contact Us</a></li>
<li class="link-about...
Forum:
Project collaboration/ partnership
04-17-2006, 03:09 AM
Replies:
0
PHP Golf website, anyone interested?
Views:
1,892
Posted By
Scrowler
PHP Golf website, anyone interested?
hi,
i am looking for interest to develop a PHP Golf competition website. this would eventually be almost completely automated (possibly completely automated).
for those who don't know what PHP...
Forum:
HTML & CSS
04-03-2006, 05:07 AM
Replies:
4
problem with tables? alignment problem
Views:
833
Posted By
Scrowler
what float??! *solved* for the moment
what float??!
*solved* for the moment
Showing results 1 to 25 of 433
Page 1 of 18
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
11:31 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.