Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 796
Posted By iota
Use css.

Use css.
Forum: ASP.NET 09-04-2007, 02:20 PM
Replies: 6
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
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
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
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
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
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
Views: 880
Posted By iota
Thumbs down 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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 08:22 AM.