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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
1.82
seconds.
Search:
Posts Made By:
iota
Forum:
PHP
12-01-2007, 01:25 PM
Replies:
3
Covert/Save this page as PDF
Views:
762
Posted By
iota
Covert/Save this page as PDF
Dear PHP Gurus
How can I implement code to Covert/Save this page as PDF?
PHP Manual says I have to set every coordinate points to write text.
Thus, I have no idea for convertiing the whole page...
Forum:
HTML & CSS
09-08-2007, 06:32 AM
Replies:
1
pls help..
Views:
574
Posted By
iota
I don't understand why - width: 100%; ...
I don't understand why -
width: 100%;
\width: 100%;
w\idth: 99%;
Forum:
HTML & CSS
09-08-2007, 06:09 AM
Replies:
13
Text field, Browse, and Play
Views:
1,311
Posted By
iota
That depends on your IE settings. Go ->...
That depends on your IE settings.
Go -> Options -> Advanced -> Multimedia -> Play Sounds/Videos in Web pages
Forum:
JavaScript programming
09-08-2007, 05:19 AM
Replies:
3
JavaScript newbie needs help.......please
Views:
889
Posted By
iota
Try CSS Mouseover effect. ...
Try CSS Mouseover effect.
http://www.google.com/search?q=CSS+mouseover+image+effect&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Forum:
HTML & CSS
09-06-2007, 02:19 PM
Replies:
4
Table Background Image
Views:
796
Posted By
iota
For your questions, use W3C validators. ...
For your questions, use W3C validators.
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://www.google.com/search?q=W3C+validators
...
Forum:
HTML & CSS
09-06-2007, 02:14 PM
Replies:
2
Firefox displaying ?'s
Views:
591
Posted By
iota
I think you normally set your page encoding from...
I think you normally set your page encoding from browser.
Please set page encoding with AJAX header.
Forum:
PHP
09-06-2007, 01:59 PM
Replies:
1
How to make this search?
Views:
620
Posted By
iota
Easy stuff! I rename table names for clarity. ...
Easy stuff!
I rename table names for clarity.
SELECT occupant, flatnumber, blkname
FROM table_blk, table_flat, table_occupant
WHERE
table_occupant.flatid = table_flat.flatid...
Forum:
HTML & CSS
09-06-2007, 01:13 PM
Replies:
13
Text field, Browse, and Play
Views:
1,311
Posted By
iota
Easy stuff. <HEAD> <SCRIPT...
Easy stuff.
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function whatFile() {
document.getElementById('frmAudio').src= 'file:///' + document.form1.audio.value;
}
Forum:
HTML & CSS
09-06-2007, 12:40 PM
Replies:
12
Need resource to learn from about how to convert tables to divs
Views:
1,134
Posted By
iota
A notice about position:absolute will be a...
A notice about position:absolute will be a problem if you're working on free hosting that puts ads on the top of pages.
Forum:
JavaScript programming
09-04-2007, 02:47 PM
Replies:
1
form opening popup and graying out page
Views:
1,083
Posted By
iota
Grayout effect is only for IE. On submitting...
Grayout effect is only for IE.
On submitting -
1 open popup window using window.open and Make the page gray using grayout() function provided below.
function grayout()
{
ht =...
Forum:
PHP
09-04-2007, 02:39 PM
Replies:
1
Preg_replace & Gettext Problem
Views:
705
Posted By
iota
You wanna do something like search highlighting...
You wanna do something like search highlighting function.
If returned result is hello
then the desired output is
<span class="highlight">hello</span>
Google :...
Forum:
HTML & CSS
09-04-2007, 02:32 PM
Replies:
13
Text field, Browse, and Play
Views:
1,311
Posted By
iota
plz look at signature. download library. you'll...
plz look at signature. download library. you'll have it.
Forum:
General web building
09-04-2007, 02:30 PM
Replies:
3
secure login restricted to folders?
Views:
967
Posted By
iota
Use .htaccess ...
Use .htaccess
http://www.javascriptkit.com/howto/htaccess.shtml
Forum:
HTML & CSS
09-04-2007, 02:28 PM
Replies:
5
Table background images
Views:
796
Posted By
iota
Use css.
Use css.
Forum:
ASP.NET
09-04-2007, 02:20 PM
Replies:
6
stop duplicate records saving on database
Views:
1,180
Posted By
iota
You mean Registration-Login ? Simply check...
You mean Registration-Login ?
Simply check username against ones existing table.
If exist, reject with 'Username already taken' message.
Forum:
HTML & CSS
09-04-2007, 02:17 PM
Replies:
12
Need resource to learn from about how to convert tables to divs
Views:
1,134
Posted By
iota
Dreamweaver auto coverts it.
Dreamweaver auto coverts it.
Forum:
General web building
09-04-2007, 02:14 PM
Replies:
2
How do you develop?
Views:
783
Posted By
iota
you mean LiveCD ? Good way if you move from...
you mean LiveCD ?
Good way if you move from office to office.
Forum:
JavaScript programming
09-03-2007, 05:38 AM
Replies:
2
Javascript to make the div visible in IE
Views:
1,704
Posted By
iota
[code] <div id="eg"></div> ...
[code]
<div id="eg"></div>
document.getElementById('eg').style.display = 'block';
OR
document.getElementById('eg').style.visibility = 'visible';
/[code]
Forum:
JavaScript programming
09-03-2007, 05:31 AM
Replies:
3
Help Please Don't Know Where to Start with a string.
Views:
715
Posted By
iota
Please look at my signature. Download JLA which...
Please look at my signature.
Download JLA which is especially designed for js newbies.
You will find what you want.
Good luck!:)
Forum:
PHP
05-14-2007, 06:59 PM
Replies:
9
help for perfect login and logout system
Views:
1,174
Posted By
iota
Why not use Session Cookies? Set login_time...
Why not use Session Cookies?
Set login_time ahead of 1 hr +.
For example, username John login at 1 pm. Set session cookie (logout_time) by adding 1 hour length.
For every page/actions users...
Forum:
Geek News and Humour
05-14-2007, 06:28 PM
Replies:
2
2 years and No Promotion!
Views:
880
Posted By
iota
2 years and No Promotion!
After 2 years of selfless service, a man realized that he has not been promoted, no transfer, no salary increase no commendation and that the Company is not doing any thing about it. So he decided to...
Forum:
Post a JavaScript
05-11-2007, 07:12 PM
Replies:
3
Custom Alert Box
Views:
5,020
Posted By
iota
Please improve interface/design so that it'd...
Please improve interface/design so that it'd nicer.
Forum:
JavaScript programming
05-11-2007, 07:04 PM
Replies:
3
click() method in Firefox
Views:
1,986
Posted By
iota
click() method in Firefox
Hi masters,
I'd like to automate some click events.
In IE, it's easy :
document.getElementById('lnk_1').click();
How can I implement it in FF ?
Thank you so much.
Forum:
PHP
03-25-2007, 04:18 PM
Replies:
2
graping meta description like a searchbot
Views:
607
Posted By
iota
graping meta description like a searchbot
Hi
I'm finding a difficulty in graping meta description like a searchbot because of
its flexible patterns.
<meta content="This is my web site description" name="description" />
<meta...
Forum:
MySQL
02-16-2007, 01:43 PM
Replies:
0
phpbb: username already taken after deleting
Views:
781
Posted By
iota
phpbb: username already taken after deleting
Hi SQL masters,
I tested to delete phpbb user where user_post = 0.
After deletion, the query exe as normal.
But when I start to register, the phpBB immediately shows
Sorry, but the username...
Showing results 1 to 25 of 500
Page 1 of 20
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
08:22 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.