No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
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 * …
I agree. use the error console in firefox. most times, if it works in FF, it'll work in IE.
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 …
[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 …
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 …
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?
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> …
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 …
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]
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.
The End.
ghostsquad