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
Showing results 1 to 20 of 20
Search took
0.48
seconds.
Search:
Posts Made By:
DeaDLocK
Forum:
Large Projects (new web application, complex features etc)
02-15-2012, 11:48 AM
Replies:
6
Need a site similar to www.mybuilder.com
Views:
1,963
Posted By
DeaDLocK
Need a site similar to www.mybuilder.com
I need a site very similar to www.mybuilder.com built in PHP/MySQL. This is a bespoke, not an off-the-shelf project, and I need someone who is highly capable and good at communication to see this...
Forum:
Unknown sized projects (request quote)
11-11-2011, 02:10 PM
Replies:
1
Data extraction script/service needed
Views:
644
Posted By
DeaDLocK
Data extraction script/service needed
Hi everyone,
I need data to be extracted from an existing website and a database constructed from this data.
I believe this website uses frames and Ajax to deliver its content over two or three...
Forum:
Apache configuration
10-10-2009, 08:58 AM
Replies:
2
mod_rewrite Assistance Please!
Views:
1,153
Posted By
DeaDLocK
Okay, I've figured it out. Posting solution here...
Okay, I've figured it out. Posting solution here for others. The following rules satisfy all my conditions above provided you don't use any funny characters (only letters and numbers in the...
Forum:
Apache configuration
10-10-2009, 07:03 AM
Replies:
2
mod_rewrite Assistance Please!
Views:
1,153
Posted By
DeaDLocK
mod_rewrite Assistance Please!
Hey all,
Pulling my hair out with this regex business.
Quite simply, how do I perform all these functions as efficiently as possible using mod_rewrite in a single htaccess file, but they must...
Forum:
PHP
09-12-2009, 08:38 PM
Replies:
3
How do I convert a string to multiple variables?
Views:
519
Posted By
DeaDLocK
Thank you sir!
Thank you sir!
Forum:
PHP
09-12-2009, 07:48 PM
Replies:
3
How do I convert a string to multiple variables?
Views:
519
Posted By
DeaDLocK
How do I convert a string to multiple variables?
Very simple one guys (I think!).
Let's say I retrieve a $POST from the URL, and the entire value string of the new variable looks like this:
abc_1:def_3:xyz_7
How do I convert this string...
Forum:
PHP
07-06-2009, 10:35 PM
Replies:
4
Parsing SSI in PHP file - possible?
Views:
874
Posted By
DeaDLocK
Parsing SSI in PHP file - possible?
Hey all,
I need to stick some PHP code on an existing web site where the entire templating system is built on some complex SSI.
Rather than convert the whole site to PHP, I was wondering if it...
Forum:
HTML & CSS
06-12-2009, 07:11 AM
Replies:
1
Image Pop up on text rollover
Views:
961
Posted By
DeaDLocK
Create hidden divs (display:none) for each...
Create hidden divs (display:none) for each individual block of content in the designated section, then use javascript to hide/unhide the divs as you onMouseOver and onMouseOut over the links.
Forum:
HTML & CSS
06-12-2009, 06:57 AM
Replies:
2
align the image with text
Views:
426
Posted By
DeaDLocK
Have you tried <img ... align="absmiddle"> or...
Have you tried <img ... align="absmiddle"> or "middle"?
Forum:
HTML & CSS
06-12-2009, 06:51 AM
Replies:
1
Working elements underneath transparent image?
Views:
630
Posted By
DeaDLocK
Working elements underneath transparent image?
Hey all,
Simple problem (I hope): I have this banner in the top-right corner of my page:
http://ruditest.com/yadda.jpg
I have defined an image map to set the hit zone. This works fine.
...
Forum:
JavaScript programming
04-02-2009, 04:58 PM
Replies:
4
Referencing a specific form object with a common "name"
Views:
535
Posted By
DeaDLocK
BINGO! I did try something along those...
BINGO!
I did try something along those lines, but I couldn't get the onclick to have a comma in it. Everytime I tried to insert a comma into the onclick section in the source code which generates...
Forum:
JavaScript programming
04-02-2009, 04:16 PM
Replies:
4
Referencing a specific form object with a common "name"
Views:
535
Posted By
DeaDLocK
Okay, here goes. This is the full code: ...
Okay, here goes. This is the full code:
function CountCheck(form) {
var total = 0;
var max = form.elements["character[]"].length;
for (var idx = 0; idx<max; idx++) {
if...
Forum:
JavaScript programming
04-02-2009, 03:54 PM
Replies:
4
Referencing a specific form object with a common "name"
Views:
535
Posted By
DeaDLocK
Referencing a specific form object with a common "name"
This has really got me stuck. Below is a distillation of my problem:
This is my function:
function Clear(form) {
???.checked = false;
}
<form name="myform">
<input...
Forum:
HTML & CSS
12-05-2006, 06:30 PM
Replies:
19
This SHOULD be simple - centering image containers in a horizontal row
Views:
1,596
Posted By
DeaDLocK
I'm beginning to think that this is impossible...
I'm beginning to think that this is impossible even though what I want to acheive visually should be really simple.
Thanks aerospace, but with your code and this body:
<ul class="piccontain">...
Forum:
HTML & CSS
12-05-2006, 06:26 PM
Replies:
19
This SHOULD be simple - centering image containers in a horizontal row
Views:
1,596
Posted By
DeaDLocK
Nope - same problem. It left-aligns against a...
Nope - same problem. It left-aligns against a centred object.
Forum:
HTML & CSS
12-05-2006, 05:53 PM
Replies:
19
This SHOULD be simple - centering image containers in a horizontal row
Views:
1,596
Posted By
DeaDLocK
Thanks so much for the effort Excavator, but in...
Thanks so much for the effort Excavator, but in this example the "pic" divs are all against the left wall of the "wrapper" div.
If you can get them to be centred within the wrapper div then you've...
Forum:
HTML & CSS
12-05-2006, 05:30 PM
Replies:
19
This SHOULD be simple - centering image containers in a horizontal row
Views:
1,596
Posted By
DeaDLocK
Ah, sorry Excavator. :o Using margins...
Ah, sorry Excavator. :o
Using margins wouldn't work though as the number of images changes dynamically based on how many items there are in a client-edited XML file.
So whether there are two...
Forum:
HTML & CSS
12-05-2006, 05:20 PM
Replies:
19
This SHOULD be simple - centering image containers in a horizontal row
Views:
1,596
Posted By
DeaDLocK
Sorry - I thought my explanation and picture...
Sorry - I thought my explanation and picture would suffice. Here's some basic code to demonstrate what I'm trying to do.
<body>
<div style="width: 150px; height:150px; border:1 solid red; float:...
Forum:
HTML & CSS
12-05-2006, 05:04 PM
Replies:
19
This SHOULD be simple - centering image containers in a horizontal row
Views:
1,596
Posted By
DeaDLocK
Nope, still sticks to the left. Left margin...
Nope, still sticks to the left. Left margin changes when window is resized, but the div is still on the left and is not centered.
Thanks.
Forum:
HTML & CSS
12-05-2006, 04:52 PM
Replies:
19
This SHOULD be simple - centering image containers in a horizontal row
Views:
1,596
Posted By
DeaDLocK
This SHOULD be simple - centering image containers in a horizontal row
Edited to read better:
I have this code:
<body>
<div style="width: 150px; height:150px; border:1 solid red; float: left">111</div>
<div style="width: 150px; height:150px; border:1 solid red;...
Showing results 1 to 20 of 20
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
01:38 PM
.
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.