- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 16
- Posts with Downvotes
- 9
- Downvoting Members
- 2
Freelance Ruby on Rails Developer
- Interests
- photography, writing, thinking
- PC Specs
- Ubuntu Linux, Dell XPS-410, 1.83GHz Core 2Duo, 2GB, 250GB
58 Posted Topics
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 … ![]() | |
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 | |
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 … | |
Can this be done? I need the image in a certain place on the page, within a div of its own. | |
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 … | |
Re: 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. | |
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? | |
[B]What I need[/B] [code] Protein 8g 25% Fiber 1g 3% [/code] [icode]<a><span style="float:right">8g 25%</span> Protein</span></a> <a><span style="float:right">1g 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? | |
Re: 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 … | |
Re: 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 … | |
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. | |
Re: 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. | |
Re: Why do you need a query param of Film_ID when it's already in the URL? Please post a couple sample strings. | |
Re: [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 … | |
Re: 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. | |
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 … | |
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 … | |
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 … | |
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"); … | |
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 … | |
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> … | |
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/">'; … | |
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 … | |
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 … | |
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"] … | |
[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. | |
[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 :-) ________________________________ | |
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 … | |
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>◦ Letitia Trent ◦</title> <meta http-equiv="Content-Type" … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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" … | |
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 … | |
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] | |
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
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. :-) | |
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. … | |
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? | |
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 … | |
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 … | |
here is the code, which is meant to output a string of about 50 characters made of — and , 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 => … | |
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 … |
The End.