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 18
1
2
3
11
>
Last
»
Showing results 1 to 25 of 437
Search took
1.61
seconds.
Search:
Posts Made By:
zro@rtv
Forum:
Computer/PC discussions
06-13-2008, 05:17 PM
Replies:
0
IBM ACPI Thermal Sensors on T61
Views:
1,233
Posted By
zro@rtv
IBM ACPI Thermal Sensors on T61
I was wondering if anyone knew which thermal sensors are which in the temperature read out of /proc/acpi/ibm/thermal on a Lenovo T61.
http://www.thinkwiki.org/wiki/Thermal_Sensors doesn't seem to...
Forum:
PHP
02-03-2008, 09:31 AM
Replies:
2
future proof descending pagination?
Views:
669
Posted By
zro@rtv
I know its way overly anal, I'm just too nerdy...
I know its way overly anal, I'm just too nerdy for my own good sometimes. I'm really just making a big deal over it because i want the system to be beautiful and elegant, I could really give a damn...
Forum:
PHP
02-03-2008, 09:11 AM
Replies:
2
future proof descending pagination?
Views:
669
Posted By
zro@rtv
future proof descending pagination?
ok, im probably over thinking and being overly analytical, but maybe someone else has thought of this, or its obvious or something... ya.
hypothetical situation:
I have 4 'entries': a,b,c,d.
I...
Forum:
HTML & CSS
11-01-2007, 06:08 AM
Replies:
3
Issues with image maps and FF
Views:
849
Posted By
zro@rtv
I know im being lame by replying without truly...
I know im being lame by replying without truly parsing yr code, but...
Have you considered using more modern techniques rather than image maps?
http://www.alistapart.com/articles/sprites...
Forum:
HTML & CSS
11-01-2007, 05:57 AM
Replies:
2
Way to Disableing a:hover?
Views:
745
Posted By
zro@rtv
well, you could remove the a:hover declaration...
well, you could remove the a:hover declaration from the css. but that would involve going through the css as well.
Really it shouldnt be that much of a headache to drop the css in a text editor...
Forum:
HTML & CSS
11-01-2007, 05:50 AM
Replies:
2
HTA parameters
Views:
2,780
Posted By
zro@rtv
eek. I'm not sure if many people are going to...
eek.
I'm not sure if many people are going to be able to help you with proprietary MS nastiness. Are you sure that you want to use that/do that?
If so, the best I can do is point to the docs:...
Forum:
HTML & CSS
11-01-2007, 05:46 AM
Replies:
10
xls files in html
Views:
1,296
Posted By
zro@rtv
Relying on the possibility that the users have an...
Relying on the possibility that the users have an appropriate version of excel installed and configured to work in that disgusting manor is highly inadvisable. If you are simply going to offer the...
Forum:
HTML & CSS
11-01-2007, 05:41 AM
Replies:
14
Basic CSS questions, when to use # and .
Views:
1,085
Posted By
zro@rtv
for illustration heres a little example that I...
for illustration heres a little example that I think may lead to more understanding:
<div id="primary" class="column">
lorem ipsum dollar sit...
</div>
<div id="secondary" class="column">...
Forum:
HTML & CSS
10-31-2007, 05:00 AM
Replies:
3
How to parse a file from checkbox input?
Views:
711
Posted By
zro@rtv
this is not a problem for html... You're going...
this is not a problem for html...
You're going to have to implement some kind of server side solution.
I suggest php.
Forum:
HTML & CSS
10-31-2007, 04:54 AM
Replies:
14
Basic CSS questions, when to use # and .
Views:
1,085
Posted By
zro@rtv
# referes to an ID, where . refers to a class....
# referes to an ID,
where . refers to a class.
Understanding specificity (http://www.htmldog.com/guides/cssadvanced/specificity/) might help you grasp the differance some, but really I'd say...
Forum:
HTML & CSS
10-31-2007, 04:42 AM
Replies:
10
xls files in html
Views:
1,296
Posted By
zro@rtv
Agree with Aero. Perhaps enlisting the services...
Agree with Aero. Perhaps enlisting the services of someone qualified may be of use.
For the record, since you mention xls, I assume your using the MS products (yuk) which should allow you to...
Forum:
HTML & CSS
10-31-2007, 04:09 AM
Replies:
1
CSS within div tags - going crazy -need help
Views:
622
Posted By
zro@rtv
Im a little confused on what the visual effect...
Im a little confused on what the visual effect you are trying to achieve is.
Do you have a graphic, or could you describe in more detail what you are trying to do?
There are a handful of errors...
Forum:
PHP
10-20-2007, 08:24 PM
Replies:
3
When to Use Constants
Views:
567
Posted By
zro@rtv
@GJay Thanks for the tip on namespacing. Very...
@GJay
Thanks for the tip on namespacing. Very good point which I normally observe, but had thoughtlessly forgotten to do in some cases.
@ CFMaBiSmAd
...on the note of speed. What you say was my...
Forum:
PHP
10-20-2007, 12:01 PM
Replies:
3
When to Use Constants
Views:
567
Posted By
zro@rtv
When to Use Constants
I'm working on my fancy little framework thinggy, and I'm quite unclear on the appropriate places to use constants. I understand what they are as far as scope and changeability, but this is the only...
Forum:
HTML & CSS
10-20-2007, 03:53 AM
Replies:
1
main content div drops down in FF
Views:
882
Posted By
zro@rtv
get error:
get error:
Forum:
PHP
10-20-2007, 03:46 AM
Replies:
4
Formats for App Config Files
Views:
3,067
Posted By
zro@rtv
Does anyone use PEAR's Config...
Does anyone use PEAR's Config (http://pear.php.net/package/Config)?
Thoughts feelings?
@GJay...
Is there any particular reasons you use YAML as opposed to other solutions?
Forum:
PHP
10-19-2007, 08:47 AM
Replies:
4
Formats for App Config Files
Views:
3,067
Posted By
zro@rtv
ya, I guess im just nitpicking. I mean that...
ya, I guess im just nitpicking.
I mean that I have to include spyc (or what do you use?) and it just seems like more moving parts is something else to break, as opposed to parse_ini_file being...
Forum:
PHP
10-19-2007, 07:11 AM
Replies:
4
Formats for App Config Files
Views:
3,067
Posted By
zro@rtv
Formats for App Config Files
So I've got my handy dandy little framework thing im workin on, but i cannot decide on a format for a config file.
I've read through this (http://www.phpit.net/article/create-settings-class-php/)...
Forum:
HTML & CSS
09-15-2007, 04:40 AM
Replies:
7
usemap tag
Views:
1,306
Posted By
zro@rtv
I vote for : ...
I vote for :
http://www.alistapart.com/articles/imagemap
Forum:
HTML & CSS
09-15-2007, 04:37 AM
Replies:
2
Change CSS opacity by link click
Views:
908
Posted By
zro@rtv
I assume you mean javascript (very different than...
I assume you mean javascript (very different than java)...
and the answer is no.
you could do something like a pseudo class on the element itself.
like :hover or :active on the table it self,...
Forum:
Other server side languages/ issues
09-14-2007, 10:56 PM
Replies:
0
Secure Mailing List
Views:
970
Posted By
zro@rtv
Secure Mailing List
I was wondering if any one had any experience /recommendations concerning secure mailing lists. Specifically using PGP/GPG in a mailman type setting.
I've seen a little bit in my searching about...
Forum:
Flash & ActionScript
09-11-2007, 08:24 PM
Replies:
1
Scroll Bar on Dynamic Text
Views:
2,648
Posted By
zro@rtv
Scroll Bar on Dynamic Text
I hate flash.
But dude wants this in flash.
I hate Flash... but i digress.
I have this action script load text into a box:
myData = new LoadVars();
myData.onLoad = function(){
...
Forum:
MySQL
07-27-2007, 08:59 PM
Replies:
6
editing and amendment of DB or its tables.
Views:
991
Posted By
zro@rtv
you should be able to edit tables with phpMyAdmin...
you should be able to edit tables with phpMyAdmin very easily, and not necessarily loose any data.
I would suggest setting up a 'test' DB, and experimenting with phpMyAdmin more.
Forum:
JavaScript programming
07-27-2007, 08:54 PM
Replies:
1
If function_exists in JS??
Views:
1,303
Posted By
zro@rtv
have you tried something like: if (!function)...
have you tried something like:
if (!function) alert ('error');
I'm not sure if it will work in your implementation, but it is common to use a construct like:
if...
Forum:
Site reviews
07-27-2007, 09:39 AM
Replies:
9
Please Review Site
Views:
967
Posted By
zro@rtv
I forgot access ability. You might consider...
I forgot access ability.
You might consider adding accesskey attributes to at least primary navigation.
and on the note of 'preloading' mentioned earlier...
don't use JS for that, if you...
Showing results 1 to 25 of 437
Page 1 of 18
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
12:08 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.