Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 1,145
Posted By rlemon
post your code.

post your code.
Forum: JavaScript programming 10-06-2006, 04:37 PM
Replies: 10
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 05:20 AM.