Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Control not appearing
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
Free domain and site!
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
X axis working, Y axis not...
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
Prototype pointerX and pointerY methods with event observer?
Views:
1,235
Posted By
Sleeping_Troll
Thanx!
Thanx!
Forum:
JavaScript programming
07-22-2009, 12:18 PM
Replies:
2
which button clicked?
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
Javascript and <!DOCTYPE
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
Prototype pointerX and pointerY methods with event observer?
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
Resolved
Combining a php search with html
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
I have finally gotten my head around OAuth
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
Math & Physics
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
$('userPanel').childElements().remove();
Views:
1,251
Posted By
Sleeping_Troll
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
$('userPanel').childElements().remove();
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
jquery-delete everything inside div, but not the div
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
After DOM insertion element is "null"
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
iterator crashing, not sure where...
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
iterator crashing, not sure where...
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
appendTo to highlight fields?
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
scriptaculous slider problem...
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
scriptaculous slider problem...
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
Test domain (is live or dead)
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
Why can't I get image?
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
Lost in array!
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
Lost in array!
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
Need an api coder
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
Firefox bugs, any fixes forthcoming?
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
12:25 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.