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 2
1
2
>
Showing results 1 to 25 of 40
Search took
0.13
seconds.
Search:
Posts Made By:
zealotgi
Forum:
Graphics and Multimedia discussions
08-04-2010, 05:54 PM
Replies:
0
Does anyone know a good place where I can find generic dialog for websites?
Views:
824
Posted By
zealotgi
Does anyone know a good place where I can find generic dialog for websites?
I've been doing web design for about 5 years now, and one thing that I really struggle with is coming up with dialog content on pages for businesses. What I mean by this is something like...
Forum:
Geek News and Humour
11-04-2006, 08:37 PM
Replies:
1
NFL Player Complains to John Madden About His Low Player Rating In the Game
Views:
1,425
Posted By
zealotgi
NFL Player Complains to John Madden About His Low Player Rating In the Game
This is hillarious (http://www.theshadowsun.net/collection/view/254) =D
Forum:
General web building
08-19-2006, 07:43 PM
Replies:
43
Favourite Blogs to Read
Views:
25,090
Posted By
zealotgi
Leo Laporte's Blog (http://leoville.vox.com/)
Leo Laporte's Blog (http://leoville.vox.com/)
Forum:
Graphics and Multimedia discussions
08-19-2006, 07:39 PM
Replies:
33
Sticky:
List of Online Tutorials
Views:
57,746
Posted By
zealotgi
Yes, thank you. There is also a site called...
Yes, thank you.
There is also a site called http://www.tutorialized.com that really helped me out.
Forum:
PHP
08-19-2006, 07:36 PM
Replies:
12
Password code not working
Views:
1,328
Posted By
zealotgi
Same here. I've searched for a solution, but...
Same here. I've searched for a solution, but can't find anything!
Forum:
PHP
08-13-2006, 01:54 AM
Replies:
8
help: failed to open stream: Connection timed out in
Views:
1,800
Posted By
zealotgi
I recommend the same
I recommend the same
Forum:
PHP
08-13-2006, 01:50 AM
Replies:
16
Efficient Sorting.
Views:
985
Posted By
zealotgi
I suggest using either a selection sort or an...
I suggest using either a selection sort or an insertion sort
Forum:
PHP
08-13-2006, 01:26 AM
Replies:
4
IE vs Firefox: SOME images not showing in IE
Views:
890
Posted By
zealotgi
You left out an ending '>' on the '<a href' tags ...
You left out an ending '>' on the '<a href' tags
Change
<td><a href="ticks.php" onmouseover="document.ticks.src='images/button_ticks_out.gif'"...
Forum:
HTML & CSS
08-13-2006, 01:20 AM
Replies:
4
how do I position an icon next to a link?
Views:
688
Posted By
zealotgi
Thanks that really helped
Thanks that really helped
Forum:
JavaScript programming
08-13-2006, 01:18 AM
Replies:
7
bbcode only half working, can you help clear a few things up?
Views:
822
Posted By
zealotgi
Yeah, thats what I use. It works real good too
Yeah, thats what I use. It works real good too
Forum:
Geek News and Humour
07-29-2006, 11:02 PM
Replies:
4
Video Game Cliches
Views:
1,908
Posted By
zealotgi
Yeah, no kidding :D
Yeah, no kidding :D
Forum:
PHP
07-29-2006, 10:53 PM
Replies:
3
Applying css to a php $ element?
Views:
792
Posted By
zealotgi
Sure. You could put $ask = "css"; print...
Sure. You could put
$ask = "css";
print $ask;
Forum:
Geek News and Humour
07-29-2006, 10:51 PM
Replies:
6
Check this Out! Pretty Cool.
Views:
1,229
Posted By
zealotgi
Good find :D
Good find :D
Forum:
JavaScript programming
07-24-2006, 08:21 PM
Replies:
2
Sticky:
Please format code in your posts using the [code][/code] tag!
Views:
42,351
Posted By
zealotgi
Also, if your code is small, please post it here...
Also, if your code is small, please post it here instead of sending us to your page to search through all of your code, and you'll probably get a reply sooner too.
Forum:
HTML & CSS
07-24-2006, 08:16 PM
Replies:
83
Which Dtd (doctype) to use on page?
Views:
108,025
Posted By
zealotgi
Yeah, it is a lot easier than XHTML 1.0
Yeah, it is a lot easier than XHTML 1.0
Forum:
Geek News and Humour
07-24-2006, 08:15 PM
Replies:
34
New Firefox and Thunderbird Releases
Views:
10,907
Posted By
zealotgi
Are they working on a new version of Firefox? I...
Are they working on a new version of Firefox? I heard about a beta
Forum:
Geek News and Humour
07-24-2006, 08:13 PM
Replies:
13
New Opera releases
Views:
2,685
Posted By
zealotgi
Yeah, its about time
Yeah, its about time
Forum:
HTML & CSS
07-24-2006, 08:12 PM
Replies:
3
IE incorrectly positioning pictures in tables
Views:
684
Posted By
zealotgi
It may have to do with the whitespace. IE has a...
It may have to do with the whitespace. IE has a problem with that.
So if you have...
<td>
<img src="whatever.jpg">
</td>
You may have to make it into
Forum:
JavaScript programming
07-24-2006, 08:09 PM
Replies:
5
is one code format better than another?
Views:
664
Posted By
zealotgi
I believe that the page loading speed would be...
I believe that the page loading speed would be cut by a VERY small fraction.
Using choice #2 would probably be the best, due to easy readibility.
Forum:
HTML & CSS
07-10-2006, 11:47 PM
Replies:
1
Problems with white areas
Views:
609
Posted By
zealotgi
Try putting the background attribute in the td...
Try putting the background attribute in the td tags
Forum:
HTML & CSS
07-10-2006, 10:40 PM
Replies:
10
background image isn't showing up
Views:
695
Posted By
zealotgi
I was referring to him not giving us the code...
I was referring to him not giving us the code strait out
And I've never seen background: url() repeat;?
But whatever...
Forum:
HTML & CSS
07-10-2006, 10:31 PM
Replies:
10
background image isn't showing up
Views:
695
Posted By
zealotgi
You should have really supplied us with the code,...
You should have really supplied us with the code, however, I was nice enough to take a look for you :)
In your 'test.css' file, your class definition for the div has a syntax error...
...
Forum:
JavaScript programming
07-09-2006, 11:01 PM
Replies:
2
function parameter help
Views:
629
Posted By
zealotgi
With a parameter, you can insert values. Say you...
With a parameter, you can insert values. Say you want to create a function that will add two values...
function add(var a, var b){
a + b = c;
return c;
}
Then you could use the function...
Forum:
PHP
07-09-2006, 08:23 PM
Replies:
6
PHP Help...What is wrong with this?
Views:
853
Posted By
zealotgi
When you created the table, did you forget to...
When you created the table, did you forget to define an index?
Forum:
Computer/PC discussions
07-09-2006, 08:19 PM
Replies:
2
HELP- Need a Key/ Timer for my software
Views:
762
Posted By
zealotgi
I believe that most commercial products use...
I believe that most commercial products use Windows Registry Key values in order to encrypt the trial period for their software.
You may want to look into that.
Showing results 1 to 25 of 40
Page 1 of 2
1
2
>
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
06:36 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.