Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
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
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
644
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
230
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
352
Member Avatar for tefflox
Member Avatar for aslittell
0
209
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
115
Member Avatar for Suneetha Reddy

[code=ruby] i am new person to ruby.can any one tell me what is ruby? what is ruby purpose?.why it is used?. plz tell me reference sites [/code]

Member Avatar for MariaERamos
0
140
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
84
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, I'm creating a website and I've ended up with about 10 pages. Each page has the websites name and something like a banner/header. I've entered the banner/header for each page. So if I decide to make any changes, I'll have to change all 10! Is there anyother way that …

Member Avatar for sonya2525
0
122
Member Avatar for mineko_panda

Hi Everyone Umm...first time posting here. I'm barely learning about CSS and all that jazz and I'm confused as to what I did wrong. The professor doesn't really help us out and the book and lectures just confuse me. I put up the layout here: [URL="http://michie.suteki.nu"]http://michie.suteki.nu[/URL] My Navigation bar goes …

Member Avatar for mineko_panda
0
103
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
86
Member Avatar for Cat-Eyes

Hi all, I'm a complete newbie to CSS and HTML, so this could be a very obvious solution. I've pulled most of this from different tutorials I've found online. I'm trying to get the website to be 780 pixels wide and in the centre of the page, and also to …

Member Avatar for ferman786
0
90
Member Avatar for briandouglas

This seems weird. I have attached a querystring to a URL. It has two value pairs, Film_ID and FilmTitle. When passed to the browser, they successfully retrieve the record, but when I alter the value of Film_ID in the actual URL, to another value, i.e. 1 to 15, the form …

Member Avatar for tefflox
0
43
Member Avatar for spxfroggy85

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
59
Member Avatar for w33n

Hello everyone, I'm trying to creat an online graphic design portfolio. I want it to have thumbnails that pop up to windows that are the same size as the images. I've see some codes online of how to do this, but it seems very complicated. I'm trying to find a …

Member Avatar for jb1ker
0
77
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
114
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
97
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
97
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
79
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
300
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
91
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
150
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
121
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
59
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
61
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
59
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
119
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
60
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
185
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
66