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 10
1
2
3
>
Last
»
Showing results 1 to 25 of 249
Search took
1.23
seconds.
Search:
Posts Made By:
owt200x
Forum:
Perl/ CGI
10-19-2010, 12:20 PM
Replies:
2
Source Code Encryption like Zend
Views:
2,417
Posted By
owt200x
there are a few that i know of, but the only one...
there are a few that i know of, but the only one that comes to mind is CodeLock (http://www.codelock.co.nz/codelock.php) lots of options, even a registration number thing you can add.
Forum:
Small projects (quick fixes and changes)
10-01-2010, 04:02 AM
Replies:
4
Create PDF using PHP
Views:
1,912
Posted By
owt200x
theres a php package called EZInvoice that does...
theres a php package called EZInvoice that does what you want.
Forum:
PHP
09-30-2010, 06:17 AM
Replies:
2
Format date from value in table
Views:
568
Posted By
owt200x
couldn't you use date("m/d/y") ? It works for...
couldn't you use date("m/d/y") ? It works for me. it outputs 09/29/10 for todays date, you could use - instead of / also.
Forum:
PHP
09-28-2010, 02:05 AM
Replies:
6
best PHP server program?
Views:
915
Posted By
owt200x
I use VertrigoServ
I use VertrigoServ
Forum:
PHP
09-09-2010, 05:18 AM
Replies:
3
How many php files should I be using?
Views:
704
Posted By
owt200x
I do it differently, but I'm weird. I use two...
I do it differently, but I'm weird. I use two files most of the time, one with each page section as a function and the other page to call each function.
Forum:
PHP
09-09-2010, 05:15 AM
Replies:
4
multipart/form-data Encoding
Views:
787
Posted By
owt200x
just wondering if you still needed help. I used...
just wondering if you still needed help. I used to work on a form called owt php contact form, and the base code that is used to process the form includes code to process all form elements, including...
Forum:
PHP
03-14-2010, 06:47 PM
Replies:
5
form fields to gif
Views:
713
Posted By
owt200x
here is a template, and a blank one
here is a template, and a blank one
Forum:
PHP
03-12-2010, 08:44 PM
Replies:
5
form fields to gif
Views:
713
Posted By
owt200x
i want this as an offline only personal project. ...
i want this as an offline only personal project. and, all they want is a copy of the paystub, so if i only use it to make copies of my actual paystubs to use, as long as all the info is the same it...
Forum:
PHP
03-12-2010, 08:19 PM
Replies:
5
form fields to gif
Views:
713
Posted By
owt200x
form fields to gif
I'm working on a personal project that came to me while needing a scanner to scan documents that i needed to email to banks or other places.
I needed to email a copy of my paystub to a loan office...
Forum:
General web building
02-23-2010, 08:20 PM
Replies:
2
Selling hosting account paid until 2013
Views:
1,457
Posted By
owt200x
someone make offer? its still for sale
someone make offer? its still for sale
Forum:
General web building
02-15-2010, 12:20 PM
Replies:
2
Selling hosting account paid until 2013
Views:
1,457
Posted By
owt200x
ill drop the price to $20
ill drop the price to $20
Forum:
General web building
02-12-2010, 08:54 AM
Replies:
9
Best free web hosting.
Views:
2,905
Posted By
owt200x
i have a hosting account with Freehostia that is...
i have a hosting account with Freehostia that is prepaid until 2013 if your interested in buying it, only $25. and you get all the features that the free accounts dont have, like SMTP and other stuff...
Forum:
General web building
02-06-2010, 11:02 AM
Replies:
2
Selling hosting account paid until 2013
Views:
1,457
Posted By
owt200x
Selling hosting account paid until 2013
years ago, when I actually had money to blow, I prepaid a hosting account with freehostia.com (http://freehostia.com) until 2013 with the plan of actually being able to use it. But, times are tough...
Forum:
JavaScript programming
02-13-2009, 07:57 AM
Replies:
17
RegExp format to only validate (###) ###-#### in form.
Views:
1,725
Posted By
owt200x
Put this inside your <head> tags <script...
Put this inside your <head> tags
<script language="JavaScript">
// copyright 1999 Idocs, Inc. http://www.idocs.com
// Distribute this script freely but keep this notice in place
function...
Forum:
PHP
02-13-2009, 07:36 AM
Replies:
8
Free PHP Encoder/Decoder?
Views:
3,685
Posted By
owt200x
I know this isn't free, but its close. ...
I know this isn't free, but its close.
http://www.ioncube.com/online_encoder.php
Forum:
Site reviews
02-10-2009, 01:28 PM
Replies:
14
I need Help to run or build my site
Views:
3,222
Posted By
owt200x
That's why I put "Would it make it better...
That's why I put
"Would it make it better if the creator of [link removed] put in their website for each article a link to the original article?"
Forum:
Site reviews
02-10-2009, 07:39 AM
Replies:
14
I need Help to run or build my site
Views:
3,222
Posted By
owt200x
No offense anup, but how is recalling history...
No offense anup, but how is recalling history plagiarism? Is the creator of [link removed] supposed to make up new information for what has already happend in the past?
Would it make it better if...
Forum:
JavaScript programming
02-06-2009, 08:05 AM
Replies:
4
Combining two OnClicks with one link for Google Analytics
Views:
1,356
Posted By
owt200x
i dont know about onclick, but having 2 onsubmits...
i dont know about onclick, but having 2 onsubmits i've been told that some scripts dont play nice together.
You could try switching them around and have the JS one first and the window open one...
Forum:
HTML & CSS
02-06-2009, 07:51 AM
Replies:
2
popup window with specified size
Views:
766
Posted By
owt200x
so theres no way to not use JS to make a popup...
so theres no way to not use JS to make a popup window?
Forum:
HTML & CSS
02-06-2009, 01:14 AM
Replies:
2
popup window with specified size
Views:
766
Posted By
owt200x
popup window with specified size
what im trying to do is use an html or dhtml preferrably solution to what im using javascript for, the JS code is below
window.open("./cancellation.php", "Cancellation",",height=550,width=400")
...
Forum:
General web building
02-05-2009, 07:13 PM
Replies:
5
Need Best Search and Replace program
Views:
1,027
Posted By
owt200x
with multi replace you can highlight all your...
with multi replace you can highlight all your files in the directory and drag them into the program to add them, you have to keep hitting yes or just hold Y
Forum:
HTML & CSS
02-05-2009, 08:05 AM
Replies:
8
Going in circles over why Font size won't change
Views:
734
Posted By
owt200x
whats the html code where you call the...
whats the html code where you call the photocaption class? it could be a typo when calling it.
You might want to add fozt size option to these also, this could be why the size never changes.
p...
Forum:
JavaScript programming
02-05-2009, 07:57 AM
Replies:
4
Combining two OnClicks with one link for Google Analytics
Views:
1,356
Posted By
owt200x
try this ...
try this
onClick="window.open('http://www.example.com', null, 'height=800, width=1000, toolbar=0, location=0, status=1, left=200, top=50, scrollbars=1') && javascript:...
Forum:
General web building
02-05-2009, 07:31 AM
Replies:
5
Need Best Search and Replace program
Views:
1,027
Posted By
owt200x
I use Multi-Replace...
I use Multi-Replace (http://www.cict.co.uk/software/dev/mrep.htm)
It is the best IMHO.
Forum:
Computer/PC discussions
01-22-2009, 04:26 PM
Replies:
8
new graphic card problems
Views:
1,747
Posted By
owt200x
You could try switching to an Nvidia card, I have...
You could try switching to an Nvidia card, I have been using mine with no probs.
Showing results 1 to 25 of 249
Page 1 of 10
1
2
3
>
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
10:39 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.