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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
4.54
seconds.
Search:
Posts Made By:
rlemon
Forum:
HTML & CSS
03-23-2007, 02:06 PM
Replies:
1
nested div override parent opacity
Views:
5,175
Posted By
rlemon
nested div override parent opacity
hey,
i'm trying to override the parent opacity on a div, i have searched a few forums and cannot find an answer. :S
to show you what i mean,
Example:
<style>
#outer-element {
...
Forum:
Post a PHP snippet
03-23-2007, 02:01 PM
Replies:
7
Tab Image generation (version 1)
Views:
4,636
Posted By
rlemon
Server is down. Sorry... Code should work. what...
Server is down. Sorry... Code should work. what is your problem?>
Forum:
XML
11-21-2006, 08:32 PM
Replies:
1
escape double quotes in result
Views:
1,400
Posted By
rlemon
escape double quotes in result
I'm using the following code to produce a js array, however parts of the result text can contain double quotes.. Is there an easy way to escape them??
Example: say Artist is 'artist "name"'
i...
Forum:
JavaScript programming
11-14-2006, 06:04 PM
Replies:
2
getting addEventListener working in ie.
Views:
875
Posted By
rlemon
if(!document.addEventListener) { ...
if(!document.addEventListener)
{
Object.prototype.addEventListener = function(eN, F)
{
if(this.attachEvent)
{
this.attachEvent('on' + eN, F);
}
}
document.addEventListener =...
Forum:
JavaScript programming
11-13-2006, 08:39 PM
Replies:
2
getting addEventListener working in ie.
Views:
875
Posted By
rlemon
getting addEventListener working in ie.
hey everyone.
http://rob.lemon.googlepages.com/rltClickRegistrationModel.html
That is the sample page i'm working with.
i started just registering click events, then when i remembered IE does not...
Forum:
PHP
11-10-2006, 06:36 PM
Replies:
1
RegExp issue preg_match_all
Views:
727
Posted By
rlemon
RegExp issue preg_match_all
<?
$html = file_get_contents("http://en.wikipedia.org/wiki/Wikipedia:Featured_articles");
$pattern = '(\<span class\=\"featured\_article\_metadata has\_been\_on\_main\_page\"\>\<a...
Forum:
PHP
10-31-2006, 02:18 PM
Replies:
1
simple searching script
Views:
641
Posted By
rlemon
little more information required. I.e how are you...
little more information required. I.e how are you storing results to search from?
are you querying a db of keywords? or text strings?
best way would be to split up the string then match the parts...
Forum:
PHP
10-19-2006, 01:26 AM
Replies:
6
Where Can I Find A Search Engine Script Like This One?
Views:
1,244
Posted By
rlemon
does it all. also offers new functionality with...
does it all. also offers new functionality with this version (i.e suggest framework)
'ive used it with LARGE amounts of sites index'd (50 000+) and it searches fast and efficient.
Forum:
Computer Programming
10-14-2006, 04:19 AM
Replies:
0
Post a C#: accessing shell icons.
Views:
8,676
Posted By
rlemon
Post a C#: accessing shell icons.
ShellIcon.cs
using System;
using System.Drawing;
using System.Runtime.InteropServices;
namespace sampleNameSpace
{
/// <summary>
/// Summary description for ShellIcon.
Forum:
JavaScript programming
10-11-2006, 03:03 AM
Replies:
2
Help With Adding
Views:
717
Posted By
rlemon
Math.floor(..values to add..) read up on...
Math.floor(..values to add..)
read up on javascript Math object.
http://www.w3schools.com/jsref/jsref_obj_math.asp
Forum:
Computer Programming
10-11-2006, 02:58 AM
Replies:
2
c# .net 2.0 -- File or Folder
Views:
1,603
Posted By
rlemon
yea, i know. i don't know why i put the example...
yea, i know. i don't know why i put the example like that. i meant '\\'
Forum:
Computer Programming
10-10-2006, 06:20 PM
Replies:
2
c# .net 2.0 -- File or Folder
Views:
1,603
Posted By
rlemon
c# .net 2.0 -- File or Folder
hey, does anyone have a function or a way to determine if a path is a file or a folder?
i've tried using the File.Exists() and Directory.Exists() but i do not get consistent results.
Example:
...
Forum:
Computer Programming
10-10-2006, 05:01 PM
Replies:
4
Post a C#: File System TreeView
Views:
7,319
Posted By
rlemon
yea i know, i was moreso putting it there for...
yea i know, i was moreso putting it there for others sake..
and there is alot that is missing / incomplete from this script.
later versions will include the shell icons. :thumbsup: and you...
Forum:
Computer Programming
10-10-2006, 04:36 PM
Replies:
4
Post a C#: File System TreeView
Views:
7,319
Posted By
rlemon
Post a C#: File System TreeView
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace FSTreeExample
{
public class FSTree : TreeView
{
Forum:
Computer Programming
10-07-2006, 02:41 AM
Replies:
19
some help with this
Views:
2,146
Posted By
rlemon
i agree. school is designed to be easy if...
i agree.
school is designed to be easy if you use the tools layed out in front of you.
if you listen, do the hwk, and seek help when confused you should easily pull B+ average.... easily.. in...
Forum:
JavaScript programming
10-07-2006, 02:05 AM
Replies:
10
I Need Some Help With A Scrolling Text Box
Views:
1,145
Posted By
rlemon
wow, nice to see my examples was posted on...
wow, nice to see my examples was posted on another forum... however it saddens me that he did not credit my code...
ohh well.. and i was (to be honest) just too lazey to write...
Forum:
Computer Programming
10-07-2006, 02:02 AM
Replies:
19
some help with this
Views:
2,146
Posted By
rlemon
have you searched google? considering this...
have you searched google?
considering this is a project i'm sure you can find numerous examples in multiple programming languages.
Forum:
Computer Programming
10-06-2006, 10:12 PM
Replies:
19
some help with this
Views:
2,146
Posted By
rlemon
where i do not have an answer to your question i...
where i do not have an answer to your question i may be able to help you get it answered much faster.
change the topic title too "c++ drawing four pointed star"
Forum:
JavaScript programming
10-06-2006, 10:09 PM
Replies:
4
Jump to the content
Views:
752
Posted By
rlemon
if your going to push accesability then why limit...
if your going to push accesability then why limit the 'jump' link to 'new' browsers.
it's no extra work to place a "deprecated" tag in there for backwards compatibility.
ohh yea, and the link...
Forum:
JavaScript programming
10-06-2006, 10:06 PM
Replies:
10
I Need Some Help With A Scrolling Text Box
Views:
1,145
Posted By
rlemon
post your code.
post your code.
Forum:
JavaScript programming
10-06-2006, 04:37 PM
Replies:
10
I Need Some Help With A Scrolling Text Box
Views:
1,145
Posted By
rlemon
worked fine for me in FireFox... dunno what the...
worked fine for me in FireFox... dunno what the problem your having is...
the concept is...
have two divs... have one div larger vertically than the other and place it in the other div...
...
Forum:
JavaScript programming
10-06-2006, 01:45 PM
Replies:
4
Jump to the content
Views:
752
Posted By
rlemon
<a href="#content">jump to content</a> ...
<a href="#content">jump to content</a>
...page...
<a name="content">Content!</a><!-- you do not need text in the link -->
...content...
...
Forum:
JavaScript programming
10-05-2006, 09:32 PM
Replies:
10
I Need Some Help With A Scrolling Text Box
Views:
1,145
Posted By
rlemon
note, if you just want scrollbars to appear on a...
note, if you just want scrollbars to appear on a 'div' element set the CSS property 'overflow: auto' or 'overflow: visible'
then set the scrollbar colours (ie only) and your done.
Forum:
JavaScript programming
10-05-2006, 09:31 PM
Replies:
10
I Need Some Help With A Scrolling Text Box
Views:
1,145
Posted By
rlemon
<html> <head> <title>scrolling content...
<html>
<head>
<title>scrolling content area</title>
<script language='javascript'>
var _move = -1; // -1 = none, 0 = up, 1 = down
function Down() {
if(_move == 0)
return;
Forum:
HTML & CSS
10-03-2006, 03:31 PM
Replies:
10
How Do I Create Tabs
Views:
1,218
Posted By
rlemon
exactly, search google. there are thousands. ...
exactly, search google. there are thousands.
"Javascript tab content" is the search term.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
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
05:20 AM
.
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.