Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 882
Posted By zro@rtv
get error:

get error:
Forum: PHP 10-20-2007, 03:46 AM
Replies: 4
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

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