Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 48
Search took 0.38 seconds.
Search: Posts Made By: Sleeping_Troll
Forum: Computer Programming 01-18-2012, 03:11 PM
Replies: 3
Views: 417
Posted By Sleeping_Troll
Control not appearing

When I click the button, I expect a new "Orb" control to appear. "Orb" is a user control which inherits "PictureBox" and has a few additional properties, in fact I have substituted "PictureBox" for...
Forum: Websites for sale 08-06-2009, 01:13 AM
Replies: 11
Views: 11,641
Posted By Sleeping_Troll
Free domain and site!

1) Site for sale: http://orbzorbz.com[/url]

2) Asking Price: Free

4) Additional Info, such as traffic details, revenue, cost of upkeep:I will be homeless tomorrow, I will cover structur and...
Forum: JavaScript frameworks 07-22-2009, 12:39 PM
Replies: 2
Views: 886
Posted By Sleeping_Troll
X axis working, Y axis not...

This is the code:

function observerover(i){
Orb[i].Img.observe('mouseover', function(event){
Orb[i].Static=1;
this.style.zIndex=5000;
this.style.left=event.pointerX(this)-150+"px";...
Forum: JavaScript programming 07-22-2009, 12:20 PM
Replies: 2
Views: 1,235
Posted By Sleeping_Troll
Thanx!

Thanx!
Forum: JavaScript programming 07-22-2009, 12:18 PM
Replies: 2
Views: 462
Posted By Sleeping_Troll
http://www.webdevelopersjournal.com/articles/jseve...

http://www.webdevelopersjournal.com/articles/jsevents1/jsevents1.html
Forum: JavaScript programming 07-22-2009, 01:40 AM
Replies: 1
Views: 749
Posted By Sleeping_Troll
While the doctype is available to javascript from...

While the doctype is available to javascript from the header, it is read only. your last chance to change this is on the server side before any headers are sent.
Forum: JavaScript programming 07-22-2009, 01:29 AM
Replies: 2
Views: 1,235
Posted By Sleeping_Troll
Prototype pointerX and pointerY methods with event observer?

Can anyone give me an example of proper syntax for the pointerX and PointerY methods with an event observer in prototype framework?
I am trying to reposition an image to center on the cursor on a...
Forum: PHP 07-13-2009, 07:30 PM
Replies: 9
Views: 649
Posted By Sleeping_Troll
Do not be afraid of Ajax! it really is pretty...

Do not be afraid of Ajax! it really is pretty simple and well worth understanding to give you freedom in your code like you never could have imagined! Client to server to mysql and back... no sweat!...
Forum: PHP 07-13-2009, 07:20 PM
Replies: 1
Views: 451
Posted By Sleeping_Troll
I have finally gotten my head around OAuth

Now my problem is that my site http://orbzorbz.com will be providing support for many social networking sites as well as other types of sites, I am fairly sure that Twitters OAuth is typical, it...
Forum: Computer Programming 07-08-2009, 02:05 PM
Replies: 1
Views: 683
Posted By Sleeping_Troll
Math & Physics

I have the following collision detection and resolution script:

function collisions(){
var...
Forum: JavaScript frameworks 06-25-2009, 12:01 AM
Replies: 2
Views: 1,251
Posted By Sleeping_Troll
Lightbulb OK, figured it out,...

OK, figured it out, $('userPanel').childElements() is an array (even if it is only a single element).
Forum: JavaScript frameworks 06-24-2009, 10:54 PM
Replies: 2
Views: 1,251
Posted By Sleeping_Troll
$('userPanel').childElements().remove();

? looks OK, does not work! again...
$('userPanel').childElements().remove();
? error from firefox is "$('userPanel').childElements().remove is not a function."
Forum: JavaScript frameworks 06-23-2009, 05:09 AM
Replies: 3
Views: 29,701
Posted By Sleeping_Troll
You could use prototype, test for child first to...

You could use prototype, test for child first to prevent error...
if($('yourdiv).down){
$('yourdiv).down.remove()
}
iterate to remove all children.
Forum: JavaScript frameworks 06-23-2009, 04:18 AM
Replies: 1
Views: 1,038
Posted By Sleeping_Troll
After DOM insertion element is "null"

Here is my script:

$('userPanel').observe('DOMNodeInserted', function(){
$("EditImage").src="../images/main/Qmark.png";
$("controlsUpload").innerHTML="<form id='UploadData' name =...
Forum: JavaScript programming 06-22-2009, 01:17 PM
Replies: 2
Views: 492
Posted By Sleeping_Troll
Yup, $$('dropmenudiv a') helps too! Time for a...

Yup, $$('dropmenudiv a') helps too! Time for a break, thx!
Forum: JavaScript programming 06-22-2009, 12:52 PM
Replies: 2
Views: 492
Posted By Sleeping_Troll
iterator crashing, not sure where...

This is the script:

$$(dropmenudiv a).each(item,item.Event.observe('click',function(){
new Ajax.Updater('panelUser','../php/getpanelUser.php?document='+item.id);
});


firefox reports...
Forum: JavaScript programming 06-13-2009, 01:13 AM
Replies: 1
Views: 566
Posted By Sleeping_Troll
Ok, looks to me like you are not real clear on...

Ok, looks to me like you are not real clear on client server relationship... If you want an answer you are going to need to IM me, so I can see where you are at on that. butchtroll@yahoo.com
Forum: JavaScript programming 06-13-2009, 12:47 AM
Replies: 1
Views: 818
Posted By Sleeping_Troll
Perusing the dom via firebug, I discovered that...

Perusing the dom via firebug, I discovered that the Elements that make up the slider control have been assigned a class of 'selected', OK, understood, however they have been assigned a left property...
Forum: JavaScript programming 06-12-2009, 10:13 PM
Replies: 1
Views: 818
Posted By Sleeping_Troll
scriptaculous slider problem...

This is my code:
for(i=1;i<4;i++){
Control[i]=[];
Control[i].track=new Element('div',{
id:'track'+i
});
Control[i].handle=new Element('div',{
id:'handle'+i
});...
Forum: PHP 06-06-2009, 11:07 PM
Replies: 10
Views: 1,313
Posted By Sleeping_Troll
You need a crawler! hang on I've got one right...

You need a crawler! hang on I've got one right here in my pocket!
http://php-crawler.sourceforge.net/
Forum: PHP 06-06-2009, 09:35 PM
Replies: 1
Views: 534
Posted By Sleeping_Troll
Why can't I get image?

Here is my code(although I have tried a miriad of variations):

<?php
$ch = curl_init();
$timeout = 0; // set to zero for no timeout
curl_setopt ($ch, CURLOPT_URL,...
Forum: PHP 06-06-2009, 05:00 PM
Replies: 2
Views: 587
Posted By Sleeping_Troll
Yup, works great, thx a lot! Visit my site, If...

Yup, works great, thx a lot! Visit my site, If you want to submit any sites I will get them up pronto! if you would like to sponsor an orb, it is on the house! http://orbzorbz.com
Forum: PHP 06-06-2009, 04:24 PM
Replies: 2
Views: 587
Posted By Sleeping_Troll
Lost in array!

I am retrieving a twitter feed in json, I am converting it to a php array, but I can't seem to succesfully pull vals from it.



<?php
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL,...
Forum: Unknown sized projects (request quote) 06-05-2009, 01:44 PM
Replies: 1
Views: 1,278
Posted By Sleeping_Troll
Need an api coder

Need an API coder to join our team. We are trying to get our site up, need API code written for many sites to interface with: http://OrbzOrbz.com .

Compensation is based upon success of site.
...
Forum: General web building 06-04-2009, 02:57 PM
Replies: 3
Views: 820
Posted By Sleeping_Troll
Firefox bugs, any fixes forthcoming?

I have noticed 2 bugs in firefox... one is the cross domain security issue which is just annoying, but acceptable for now, however the other!

Firefox seems to have a memory leak! My site is a...
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT +1. The time now is 12:25 PM.