Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

14 Posted Topics

Member Avatar for Potato.Head

couldn't you place [icode]style="z-index: 1;"[/icode] in the containing div tag for the menu? that should keep it above everything else. or is that not what you want to do?

Member Avatar for jphilippe
0
171
Member Avatar for camelo
Member Avatar for maydhyam
-1
261
Member Avatar for billymcguffin

I was wondering if it is possible to convert audio files with python. like wma to mp3. thanks!

Member Avatar for vegaseat
0
92
Member Avatar for hughesadam_87

this isnt that big of a deal, but you could add [icode]col -= 1[/icode] after this: [CODE] col = int(raw_input('Please select a column (starting at 0) from you in file, %s:' % (infile)))[/CODE] this way, you can eliminate the "starting at 0" part and they will enter "1" for the …

Member Avatar for jlm699
0
373
Member Avatar for billymcguffin

i need some help writing a GUI for the program i'm making. it is a simple text-based number-guessing game and i would like to have the prompts displayed in a nice window. i would also like to have the "number_guesses" and the "guess_list" variables displayed off to the right of …

Member Avatar for billymcguffin
0
371
Member Avatar for billymcguffin

in my coding program, it says this line of code is wrong syntax: [icode]class Mainwindow()[/icode]. Why? whenever i add a line above it with just a semicolon (;), it says it isnt bad syntax. i copied it directly from a tutorial. WHY??? billy

Member Avatar for jlm699
0
117
Member Avatar for billymcguffin

hello, i was wondering if there is a way to automatically crop a picture, or only show a specific part of it with javascript. i dont know if this is important or not, but i want the cropped picture to fill the div its in, no matter what size the …

Member Avatar for essential
0
109
Member Avatar for billymcguffin

Hi guys, im not sure if this is where to post this, or if you can do anything about it, but whenever i update my rss, it doesn't show the changes in google reader. im not sure if this is a problem with: a) google reader, b) my rss or …

Member Avatar for billymcguffin
0
47
Member Avatar for billymcguffin

Hello, I was wondering if you can extract an item from a rss file and display it in a div. like extract the title and put it in an h3 tag, extract the description and put it in a paragraph, and have the link below, and all automatic, so you …

Member Avatar for essential
0
550
Member Avatar for billymcguffin

sorry about the bad title, but this is a code that takes a string, defined in an array, and converts it to the next string in the array by replacing letters one at a time. it works fine, but i want some modifications. code: [CODE]function scroll(message_loop) { var messages = …

Member Avatar for billymcguffin
0
96
Member Avatar for billymcguffin

hello, the title basically sums it up. how can i see if a word is in a url and then if it is, do something with it. thanks for any help billy

Member Avatar for Airshow
0
581
Member Avatar for billymcguffin

ok. i am having trouble with this code: [code] <head> <script type="text/javascript"> <!-- function switchPic(picID) { document.getElementById(picID).style.display="none"; } //--> </script> </head> <body> <a href="" onclick="switchPic(_1)">Click Here</a> </body> [/code] when you click the link, it gets the id from the info provided in the link and makes it disappear (thats how …

Member Avatar for billymcguffin
0
3K
Member Avatar for learnerasp

for the "position" part of your style for the div, try using "fixed" instead of "absolute". it should make the div positioned according to the browser window instead of the web page itself.

Member Avatar for billymcguffin
0
128
Member Avatar for lifeworks

you could use the javascript to change the [URL="http://www.w3schools.com/css/css_mediatypes.asp"]@media print[/URL] stylesheet. if you're using js to effect the normal stylesheet, it shouldn't be to hard to implement it with the print stylesheet as well. hope it helps, but theres a possibility that it wont. billy

Member Avatar for billymcguffin
0
126

The End.