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
~1K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for ytregnn

use greybox. its open source [url]http://orangoo.com/labs/GreyBox/[/url] GreyBox can be used to display websites, images and other content in a beautiful way. Why use GreyBox: * It does not conflict with pop-up blockers * It's only 22 KB! * It's super easy to setup * It's super easy to use * …

Member Avatar for Phaelax
0
304
Member Avatar for shaikh_mshariq
Member Avatar for nish123
0
187
Member Avatar for ghostsquad

I'm trying to understand something fairly simple I hope. How to pass optional parameters to a function or object in javascript by the parameter name. for instance, what script.aculo.us does with their scripts. syntax example: [code=javascript] Sortable.create('id_of_container',[options]);[/code] live example: [code=javascript]Sortable.create('examplelist',{ghosting:true,constraint:false})[/code] the object has a possibility of 5-10 parameters, all of …

Member Avatar for ~s.o.s~
0
174
Member Avatar for ghostsquad

[URL]http://www.daniweb.com/blogs/showentry.php?entryid=655[/URL] In reference to the script made by ben at the above address. I'm trying to decipher how to create a toggle where as, only one "slideblock" can be open at a time. When you try to make one visible, all others "slidein". Anyone have any ideas? Javascript has always …

Member Avatar for ghostsquad
0
192
Member Avatar for ghostsquad

So, I've scoured the web for a way to block direct access to an image, kind of like hotlinking, but on my website. For example: going to [url]http://www.mydomain.com/images/someimage.gif[/url] should bring the user to a 403 (access denied) page instead of displaying the image. I wanted to do this using .htaccess …

Member Avatar for ghostsquad
0
113
Member Avatar for vssp

Similar question. I have apache 2, php 5, wondering what else I need to install or set in the apache config file, or php.ini to get mail() function to work?

Member Avatar for gym_shorts
0
107
Member Avatar for comlom

yes and no. I use frames using php to SAVE bandwidth and excess coding. I have my index.php in the root directory, and my "pages" in a pages sub directory. in index look something like this: [CODE] <body> <div id="nav"> <ul> <li><a href="/index.php?page=home">Home</a></li> <li><a href="/index.php?page=contact">Contact</a></li> <!-- etc --> </ul> </div> …

Member Avatar for ghostsquad
0
84
Member Avatar for ghostsquad

I currently have some code in my .htaccess to redirect the user to the www version of the website. IE if typed "mydomain.com" redirects to "www.mydomain.com" But I also have apache installed on my development machine, setup with virtual hosts and my windows host file modified accordingly so I can …

0
88
Member Avatar for arubikdoan

do you want this information to be dynamically saved somewhere? or just for "eye candy"? as its a backend system that is really what's in charge. Either way. This script may help you get started. [URL]http://www.dynamicdrive.com/dynamicindex6/countingup.htm[/URL]

Member Avatar for ghostsquad
0
131
Member Avatar for hbmarar

please explain, in detailed steps, what you want your users to be able to do, as well as what parts of that you need help with. Be verbose. Use examples, code, pictures, etc to help.

Member Avatar for ghostsquad
0
68

The End.