Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
17% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
16
Posts with Downvotes
9
Downvoting Members
2
1 Commented Post
~8K People Reached
About Me

Freelance Ruby on Rails Developer

Interests
photography, writing, thinking
PC Specs
Ubuntu Linux, Dell XPS-410, 1.83GHz Core 2Duo, 2GB, 250GB
Favorite Tags

58 Posted Topics

Member Avatar for tefflox

Hi, I have taken the following code from youtube. As it is, without the function wrapper, it work in the address bar, tho I would like to modify it and call it to operate in one of my own pages. I need help to figure out how this can be …

Member Avatar for shaveenk
0
680
Member Avatar for tefflox

View the innovative works in action at [URL="http://listenlight.net/13/"][B]http://listenlight.net/13/[/B][/URL]. Or by way of [B][URL="http://digg.com/programming/The_Listenlight_Text_Engine"]http://digg.com/programming/The_Listenlight_Text_Engine[/URL][/B], you may obtain the source under the very liberal MIT License. Cheers -- Jess

Member Avatar for KazmiLahore
0
232
Member Avatar for tefflox

I have implemented a feature that works in firefox and opera, but doesn't work in IE -- it is the css opacity setting. I am overlaying translucent divs over a jpg image. Do I need to use javascript to fix this for IE ? [URL]http://listenlight.net/05[/URL] is the page I'm working …

Member Avatar for sahinci
0
365
Member Avatar for tefflox
Member Avatar for aslittell
0
212
Member Avatar for tefflox

I have no experience with javascript, so I would like to know if it is possible to align a paragraph of text so it is placed in the middle of any browser window, using only html and css. Can this be done without js? If not, how much javascript will …

Member Avatar for michaeli99
0
123
Member Avatar for Suneetha Reddy
Re: hi

Hi, Ruby is similar in purpose to Perl and PHP, that it is a Scripting Language. My best advice is to search Google or Wikipedia or beginners' guides to scripting languages.

Member Avatar for MariaERamos
0
141
Member Avatar for tefflox

Hello, I would like to place the main content a little further to the left (at [URL]http://denacht.blogspot.com[/URL] ) but I can't figure out how to do this. What is the relevant css to decrease the left margin? Will you take a look?

Member Avatar for Kaarthik
0
85
Member Avatar for tefflox

[B]What I need[/B] [code] Protein 8g 25% Fiber 1g 3% [/code] [icode]<a><span style="float:right">8g &nbsp; &nbsp; 25%</span> Protein</span></a> <a><span style="float:right">1g &nbsp; &nbsp; 3%</span> Fiber</span></a>[/icode] This code doesn't work when the percent values differ. It makes all the gram values ragged. Can you help me with this?

Member Avatar for MidiMagic
0
85
Member Avatar for sonya2525

Hi Sonya, Most hosting providers allow quick access to server-side scripting in PHP. For example, you [URL="http://www.w3schools.com/php/default.asp"]follow the tutorial for beginning PHP at w3schools.com[/URL]. You write a php file that contains functions that place your hearder / banner / title; then you include that php file into the individual 10 …

Member Avatar for sonya2525
0
127
Member Avatar for mineko_panda

I looked at the styling, and couldn't find an error without the images. The screenshot shows the nav bar in the correct position according to the live example. You might try getting rid of the "-400" in the margin attribute for something, maybe "position: relative". I've never seen a negative …

Member Avatar for mineko_panda
0
105
Member Avatar for tefflox

Will you please take a look at [URL="http://nutrograph.com"]nutrograph.com[/URL] in IE7, and then the styling: [URL="http://nutrograph.com/stylesheets/site.css"]http://nutrograph.com/stylesheets/site.css[/URL]. I wonder if there is a quick fix to get it looking right as it does in FF3. Thank you.

Member Avatar for w3c-css-xhtml
0
88
Member Avatar for Cat-Eyes

Also works, place the #main div above the #sidebar and set "float: right" for the main on the right, sidebar on the left. I recommend viewing the [url]http://w3schools.com[/url] tutorials to learn styling. It's worth it.

Member Avatar for ferman786
0
91
Member Avatar for briandouglas

Why do you need a query param of Film_ID when it's already in the URL? Please post a couple sample strings.

Member Avatar for tefflox
0
45
Member Avatar for spxfroggy85

[QUOTE=spxfroggy85;715590]I am trying to upload a flash animated photo slide show to my website. I am using Nvu as my site editor and I am hosted through Bluehost. I have an html website and the slide show software (Amara) said that I should have no problem uploading my slide show …

Member Avatar for wickedsunny
0
60
Member Avatar for w33n

Please look at [URL="http://tefflox.net/demo"]http://tefflox.net/demo[/URL] (where you will see a video where I showcase a process involving the use of Lightbox JS effects.) Let me know if this code is something you're looking for, and I can help, if you're willing to learn to manage the smaller details of it.

Member Avatar for jb1ker
0
80
Member Avatar for tefflox

I've looked over the sources (attached) for the "pass" and "fail" pages. The pass page clearly shows the tabs as they are meant to appear, and they function properly. The "fail" page, for reasons unknown to me, does not bring in the right-side of either the off or on tab …

Member Avatar for tefflox
0
117
Member Avatar for tefflox

Hi, I'm working on the following code for a google gadget [[URL="http://gravityway.com/gadgets/00"]view gadget[/URL]]. It is kind of neat the way it is, but the question I've got may be obvious, regarding the mouseover function. It needs to break on mouseout. I guess it will need a loop. Any help is …

Member Avatar for tefflox
0
102
Member Avatar for tefflox

Please take a look at the way Firefox (I'm using v.3 rc2) compares to IE7 on the following page: [URL="http://listenlight.net/16/cooper"]listenlight.net/16/cooper[/URL] such that -- <br /> text <br /> <br /> text looks like text text in IE7, instead of the correct text text the css file, [URL="http://listenlight.net/16/issue.css"]listenlight.net/16/issue.css[/URL] may be of …

Member Avatar for MidiMagic
0
98
Member Avatar for tefflox

Here is the code. For a short time, I will leave the test results up at [URL="http://superiorminitrucks.com/inventory"]superiorminitrucks.com/inventory[/URL] Clearly, I need to stop it from displaying the final entry twice.. Thanks in advance.. [CODE] <?php $db_connection = @mysql_connect("######", "#####", "####"); if (!$db_connection) exit(); mysql_select_db("tefflox", $db_connection); $result = mysql_query("SELECT * FROM trucks"); …

Member Avatar for effu
0
81
Member Avatar for tefflox

hello, i'm trying to get [URL="http://superiorminitrucks.com/admin"]http://superiorminitrucks.com/admin[/URL] login functionality to work. It's my first logon script, which was tested to work, but I'm running out of brute force to get this one through... [CODE]<?php //////**************************************/ // // LOGIN PAGE // // Server-side: // 1. Start a session // 2. Clear the …

Member Avatar for Narue
-1
312
Member Avatar for tefflox

Please tell me what I'm doing wrong. The sql query is in bold. [CODE]<?php //////////////////////////////////////////////////////////////////////////////// // // SECRET PAGE // // Invokes require_authentication() to ensure that the user is authenticated // //////////////////////////////////////////////////////////////////////////////// require("common.php"); require_authentication(); session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr' xml:lang="en"> <head> …

Member Avatar for nav33n
0
93
Member Avatar for tefflox

I am able to connect to the database and located the table. I am unable to populate the db. Attached is a in image of the phpmyadmin trucks table structure. Please help. I am excited to be so close to getting it right. [CODE] echo '<blockquote><blockquote><blockquote>'; echo '<form method="post" action="/inventory/">'; …

Member Avatar for nav33n
0
153
Member Avatar for tefflox

I am designing a small, commercial website that requires an administration page where the owner can upload photos and update the inventory table. It was coming along just fine until I found out, by brute force, that Dreamhost does not allow a PHP script to execute the Image Magick commands …

Member Avatar for jrcagle
0
126
Member Avatar for tefflox

Hi, Dreamhost has demonstrated image magick utilities can work from a web page. Please glance through my code, and help me find how to get it right. As it is, available at [URL="http://tefflox.net/clients/superiorminitrucks/admin"]tefflox.net/clients/superiorminitrucks/admin[/URL] (if you want to see the errors) the photos are uploaded just fine, but they are not …

0
61
Member Avatar for tefflox

Hello, thanks for helping out. I need to upload an image, mogrify it to three smaller instances and rename it. thanks again. [CODE] if ($_FILES["file"]["error"] > 0) echo "Error: " . $_FILES["file"]["error"] . "<br />"; else { echo "Upload: " . $_FILES["file"]["name"] . "<br />"; echo "Type: " . $_FILES["file"]["type"] …

0
63
Member Avatar for tefflox

[URL="http://superiorminitrucks.com"]superiorminitrucks.com[/URL] doesn't work right if you click the tabs more than once. Will someone please diagnose the problem? Knowledge of mootools 1.11 will help. But I dont' think it's a mootools problem. Thanks. Any questions, I'm here. Don't know what code to offer, as I'm confused by the problem.

0
60
Member Avatar for tefflox

[URL="http://listenlight.net"]http://listenlight.net[/URL] [URL="http://listenlight.net/15/huth"]http://listenlight.net/15/huth[/URL] please mail them to me --- <snipped> or if it is pertinent to the question, post on the board. thank you for your continued support :-) ________________________________

Member Avatar for tefflox
0
122
Member Avatar for tefflox

Hello. All I need to do right now is eliminate the trailing forward slash for directories. I use all index.php files that are already hidden. I need [url]http://listenlight.net/15/burford/[/url] to read: [url]http://listenlight.net/15/burford[/url] here's what i'm working with right now... [QUOTE] RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule …

0
64
Member Avatar for tefflox

Okay, this page wrecks IE6 / 7. Please view the pages in question at [URL="http://www.listenlight.net"]http://www.listenlight.net[/URL] Also, is there a way for linux users to check page development for IE over the Web? [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>&#x25E6; Letitia Trent &#x25E6;</title> <meta http-equiv="Content-Type" …

Member Avatar for Suomedia
0
192
Member Avatar for tefflox

Hello, The function, as follows, to initiate an effect to fade an image in from the background, works fine, yet I am unable to, or just too worn out right now to research it properly. The source documentation is somewhat crafty, you know. However, the effect I wish to apply …

0
69
Member Avatar for tefflox

Hello, I'm pleased to be here by way of the html forum. I've been using php for static pages for 18 months. I wanted to learn rails, but I just realized that I could configure my host to automate index.rhtml files just like php. This is a major motivator for …

Member Avatar for pty
0
113
Member Avatar for tefflox

Hello, I am trying to do nifty things with the flickr api, but this code does not work on my web host. Something about the url_fopen (?) turned off for security. I'm told that I can use "Curl" to work around that. Will you offer some help, if even a …

Member Avatar for tefflox
0
131
Member Avatar for tefflox

Hello, my site sees a lot of visits to the first page after the "cover", but very few beyond that page. I want to randomize the first inward link, and keep track, so if the reader decides to click "next", it won't load the same page. How do I do …

Member Avatar for nav33n
0
104
Member Avatar for tefflox

The site: [URL="http://listenlight.net"][B]listenlight.net[/B][/URL], does not work in IE. The javascript is really pretty simple, I think, so I will appreciate any and all help to get it accommodated for IE. The page views are way down, when they should be way up, given the design. Thanks. Also, as an off …

Member Avatar for tefflox
0
179
Member Avatar for tefflox

Please take a look at [URL="http://listenlight.net"][B]Listenlight.net[/B][/URL]. It works perfectly in Firefox 2 (at least on my computer), but I get very discouraging reports that it breaks IE -- but what doesn't? Anyhow, I would like the flashy "live text" effects to work in IE, but I am only ankle-deep in …

0
77
Member Avatar for tefflox

Idea: each character of the text will shimmer in varied shades of gray. Please help debug the code --- [code] // this is all in the <head> <script type="text/javascript"> var timer = null; colors = new Array(14) colors[0]="0" colors[1]="1" colors[2]="2" colors[3]="3" colors[4]="4" colors[5]="5" colors[5]="6" colors[6]="7" colors[7]="8" colors[8]="9" colors[9]="a" colors[10]="b" colors[11]="c" …

Member Avatar for MidiMagic
0
90
Member Avatar for tefflox

I have written lots of php dealing with html strings, but it's my first time trying to get a very simple page to function. It has a textarea, and I guess that all I need to do is get the text into the database on the server. I really have …

Member Avatar for ryan_vietnow
0
132
Member Avatar for tefflox

I want to use javascript and php to make black dots appear on the screen. So far, I have the following code, which isn't working. What am I doing wrong? [code] function dots() { var dot = document.createElement("div"); dot.style = "position: relative; background-color: #000; height: 10px; width: 10px;"; document.body.appendChild(dot); }[/code]

Member Avatar for bosko
0
90
Member Avatar for tefflox

I'm learning javascript. My first idea has led to a problem. I'm trying to set up strings to load at random intervals on different parts of the page, but I don't know the right function to use with setTimeout(). I hear "don't use document.write" and "probably don't use innerHTML", but …

Member Avatar for digital-ether
0
75
Member Avatar for tefflox

Hello, will you help me write some code to generate random-colored ellipses for an html page? The ellipses will serve as a side-bar coloration for the regular text content. Each successive image will have an increasing z-index and will overlap each other. I am having trouble figuring this out as …

Member Avatar for digital-ether
0
153
Member Avatar for tefflox

this code will not load on my localhost, but gives no errors. Will you load this and see if it will work: [code] <style type="text/css"> <?php $count = 1; function divs() { $int = rand(6, 30); while ($int <= 31) { $t = rand(1, 99); $l = rand(1, 99); $w …

Member Avatar for Barnz
0
147
Member Avatar for tefflox

I need two anchor id's, one to darken links, and another to lighten them. Here is what I'm trying now, which isn't working: [code] a#map { a:hover {...} } [/code] how do I correct this?

Member Avatar for stymiee
0
61
Member Avatar for tefflox

Please visit [URL]http://listenlight.net/02/contents[/URL] in IE and / or Opera. You will find the "archive | notes" links are scrolled off to the right, when they should be right under the rose-colored bars. Also, the same type of links are in the poem pages when they should be on the bottom …

Member Avatar for bryan110
0
95
Member Avatar for tefflox

I started a poetry journal at listenlight.net, but it only occupies 0.2% of the plan's capacity. I'm looking for interesting ideas for exciting, educational, or philanthropic use for all the extra space and bandwidth. :-)

Member Avatar for 'Stein
0
69
Member Avatar for tefflox

Hello, please visit the following page in firefox, which should look right: [URL]http://listenlight.net/dev[/URL] then visit the same page using IE6: which places the "archive | notes" element on the far left. How can I fix this so it works right (element 25% from right margin) in IE6? Thank you kindly. …

Member Avatar for FC Jamison
0
65
Member Avatar for tefflox

I'm using firefox for linux, but I find that in windows my inline css isn't overriding the default font. How do fix this?

0
52
Member Avatar for tefflox

I'm using a table with two rows with backround colors for the design element, tho the table "above" the colored design rows is fixed beneath the colored rows in the opera browser. I don't want to merge the tables because it would put some the regular <td> elements against the …

Member Avatar for FC Jamison
0
109
Member Avatar for tefflox

I have an anchor over an image, a subsequent <p>, and a seond image. I'm trying to validate xhtml transitional, and it says, for each of the three elements: [quote]missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag... One possible cause for this message is that you have …

Member Avatar for tefflox
0
69
Member Avatar for tefflox

here is the code, which is meant to output a string of about 50 characters made of &mdash; and &nbsp;, in random color for the dashes, with the dashes occurring only in pairs. I get a "0" for the final output. [code] function flow() { $ar = array( 0 => …

Member Avatar for tefflox
0
100
Member Avatar for tefflox

i'm unsure if i need to use an array (i'm a newbie to php, the most i've done is make text appear in random color)... anyhow, i want to pass a string to a function that will decrement a color value for each character. here is what i have so …

Member Avatar for tefflox
0
98

The End.