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
~936 People Reached
Favorite Tags
Member Avatar for Lilith24

The turotials online all say to access elements in javascript with document.getElementById(id). But I found I could negate this step and just type in id.attribute. I wanted to know why I didn't actually have to document.getElementById(id) my HTML attributes. Any ideas? <!DOCTYPE html> <html> <body> <p id="p1">Hello World!</p> <p id="p2">Hello …

Member Avatar for Troy III
0
387
Member Avatar for Lilith24

I have seen private servers with custom models for WoW, but I have never seen custom terrain created or zones/instances. When I have asked, people always tell me it is much too complicated to do terrain. Any ideas to why this is? Just curious. I remember once I jumped off …

Member Avatar for mrnutty
0
119
Member Avatar for Lilith24

Recently I was interested in making a stock bot as a neat project for myself. It would run on a virtual stock exchange account, not using real money of course. The biggest problem I have run into is getting data to and from websites as I have no idea how …

Member Avatar for Salem
0
105
Member Avatar for Lilith24

So assembly language interrupts are signals to the OS asking it to perform an action based on what is in the register. I was thinking, what would happen if there is no OS on the device you are programming. If you can't use interrupts from the OS would you have …

Member Avatar for iyercb
0
121
Member Avatar for Lilith24

I am reading two e-books on assembly at the moment and have found a strange way of writing out the code and I had wondered if it was native to a certain assembler? I am used to code in the syntax of [QUOTE]mov eax, [input1] add eax, [input2] mov ebx, …

Member Avatar for Salem
0
106
Member Avatar for Lilith24

Currently I am running the AMD 64 X2 Dual Core Processor 5000+ with Windows Vista. I am new to assembly but have been reading a book on it for a while and am coming to grasps with how it works. The problem is, the book I am reading is from …

Member Avatar for Evenbit
0
98