Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~14.5K People Reached
About Me

student

Interests
go out, play paintball, play soccer, play vgames, draw, script
PC Specs
1GB RAM AMD Athlon 64 FX-51 2.20 GHZ 256MB nVIDIA SoundBlaster
Favorite Tags
Member Avatar for Racoon200

This is the file Tree: -page folder --main.html --style.css --english ---hello.htm --spanish ---hola.htm How can I make hola.htm or hello.htm link the style.css in the parent folder?

Member Avatar for floatingDivs
0
159
Member Avatar for vegaseat

In this snippet we are playing around with wxPython's buttons, showing you how to bind the mouse click event, enable and disable, show and hide the buttons. Each button also has a tool-tip (hint) associated with itself.

Member Avatar for Racoon200
0
4K
Member Avatar for Racoon200

Problem: I keep getting this error when I press the button to trigger Publish from 2nd time and on. Error: [CODE] AttributeError: 'NoneType' has no attribute 'sendall' [/CODE] The error is caused basically by every server.(any ftp host action) I say this because the function the button called said: [CODE] …

Member Avatar for Racoon200
0
185
Member Avatar for Racoon200

Hi. I would like to know how to get the position of the cursor (blinking line in any text control) to insert there a string. I would also like to know how to get the value of a text widget and store it in a variable.

Member Avatar for Racoon200
0
6K
Member Avatar for Racoon200

I get this error when uploading a file with the ftplib via storbinary method after retrieving a file via retr method. Why does it happen and how can I fix it?

Member Avatar for Racoon200
0
2K
Member Avatar for gusbear

how after drawing a square with two points at opposite corner would i find the width of it?? thanks

Member Avatar for Narue
0
107
Member Avatar for Mr.popo

Im having a problem. I am sick of using a problem such as dr python or geany which when you execute the program a script is made along with the python script which alows it to execute. Well anyway i want to be able to use gedit and then execute …

Member Avatar for Racoon200
0
143
Member Avatar for furkankamaci

Hi; I have two buttons and one function.When a user click button1 or button2 program should call the function and the function will write to the screen whic button clicked.I mean if i click button1 there will write "Button1 clicked" on the screen.All in al i want to learn how …

Member Avatar for Racoon200
0
121
Member Avatar for Racoon200

Hi... I have this addLink button, that calls the addLinkClick function. content is a multiline text control. The following are variables: href,target,linkName I want this button to print [CODE] print "<a href='"+href+"' target='"+target+"'>"+linkName+"</a>" [/CODE] into the content control. How do I do this? Also...does anybody now how to run a …

Member Avatar for Racoon200
0
100
Member Avatar for Racoon200

Hi. Iam making an app to write and append to an html document blog-type blocks. I have the GUI finished, but I need to fusion it with my script. Look at this snippet of my script: [CODE] def link(href,target,linkName): partA = "<a href='"+href+"' target='"+target+"'>"+linkName+"</a>" print partA [/CODE] Now, this is …

Member Avatar for Racoon200
0
141
Member Avatar for zabador

hello, I am trying to get my online business off the ground. We have a lot of good ideas however being the hardware geeks we are, we are hardly artists or web designers. [URL]http://www.amokcomputers.com/beta/[/URL] We could really use some oppinions on how to improve the design before we change our …

Member Avatar for hbk619
0
89
Member Avatar for Racoon200

This may sound too lazy but...can somebody do an icon compiling console...for example You place icons you made in a folder named: 64x64.ico 48x48.ico 32x32.ico 16x16.ico then you run the console and you get icon.ico (with all the icons packed in it) If you are as lazy as me to …

Member Avatar for Racoon200
0
114
Member Avatar for Racoon200

Iam making a game, the error is that in the "d" loop (for...) the value "holeBalls" stays always the same. [code] for (d=holeNum;d<=holeBalls;d++) { document.getElementById('hole'+d).value++ } } [/code] what i want is that holeBalls here, gets the value of "'hole'+id" because now what happens is that (this is a kalah …

Member Avatar for Racoon200
0
101
Member Avatar for Racoon200

Hi. Iam doing my first game and its going very well. Its the classic African Kalah (with egyptian rules) There is a problem. And you gotta know the basics of kalah to solve it. hole1(4)--hole2(4)... there are 12 holes. When i click the first one, the next 4 holes get …

Member Avatar for ~s.o.s~
0
94
Member Avatar for Racoon200

Hi. I have an input with a background image (done in css); I want to change the background image with the click of a button. How do it do it?

Member Avatar for ~s.o.s~
0
191
Member Avatar for Racoon200

Take a look at my site... [URL]http://www.freewebs.com/whellmundv/index.htm[/URL] Now click on the "computer screen" icon in the head bar. You will notice that a "console" appears right?, but when you try to drag it around or close it, it will first go into the top left part of the screen, and …

Member Avatar for iamthwee
0
71
Member Avatar for Racoon200

Hi. Iam making a calculator with javascript. I want it to have a textarea(content id) and a textbox for results to be displayed (display id) [code] function calculate() { var contentBox = document.getElementById('content'); var displayScreen = document.getElementById('display'); // sorry that's all i have } [/code] Thanks

Member Avatar for MidiMagic
0
145
Member Avatar for Racoon200

Is there a way to make than when i mouseover an image, a premade sprite will detect its position and get over it? for example var icon = GetElementById('icon') onmouseover.getPos('icon') move (sprite) to 'icon' I know, i dont know a shit about js sorry for that :S

0
54
Member Avatar for Racoon200

I want to do an applicaton that codes text (plain and rich) in binary code. After that, I want it to print one black pixel for each 0, and a white one for each 1. In small bitmaps (approx 200x10 pxls). I also want it to read them and decrypt …

0
52
Member Avatar for Racoon200

Ive been searching for lots of time, but yet with my goal unaccomplished. Can somebody tell me a -free -javascript tool -fast -syntax highlighting -program please?

0
50
Member Avatar for Racoon200

I request a ball that can be thrown to the 'walls' of the webpage and it will bounce, like in real life. With real physic constants. [URL]http://www.freewebs.com/racoon200[/URL] There i have a ball, but it only bounces vertically, I want a ball that you hold click on it to drag it, …

Member Avatar for Racoon200
-1
140
Member Avatar for Racoon200

how can i make a group of images to align up or down? take a look: [URL]http://www.freewebs.com/racoon200[/URL] What i wan't to do is that those images get down, so they woudn't bounce so much when you hover them.

Member Avatar for Racoon200
0
311
Member Avatar for Racoon200

Hi. I want a "digital camo background for my webpage, and fast to load, so somthing ocured to me... I could get (with your help) a js code that will place 3 diferent bmp images randomly and repeatedly through the background. thanks.:mrgreen:

Member Avatar for GreenDay2001
0
43
Member Avatar for Racoon200

I want to do a bar with images and that each, when mouse-overed, they will grow, just like in mac os x. Very fluid. If that can't be done, then It would also work that these images grew on mouse over, but from 20% to 100% of size. No fluid …

Member Avatar for MattEvans
0
160
Member Avatar for Racoon200

:mrgreen: I don't know javascript. But the thing is, i need to do the following challenge with that language. Make multiple css styles. styles are different combinations of these 2= gradient, font color. What I want to do is for example, you click a thumbnail, that will open a "javascript …

0
72
Member Avatar for Racoon200

First of all, i would like you to take a look at my webpage: [URL="http://www.etkclan.co.nr"]www.etkclan.co.nr[/URL] Take a look at the part that says "Adress" then goes a text input, and a btn. How can i make my text to go 5px lower? Its that i want it to be "printed" …

Member Avatar for MidiMagic
0
76
Member Avatar for Racoon200

Hi, i dont know [I]<<edited profanity>>[/I] about C. But maybe you can help me in some really light coding (i think). I want to do a plug in for any RTF editor, like wordpad, in which User-Defined Keywords, are highlighted. In this plugin it will also be possible to save …

Member Avatar for Racoon200
0
89
Member Avatar for Racoon200

Can someone post a code of a login page using just jsp with cgi or perl only?

Member Avatar for Racoon200
0
61