Cheers, I started hitting loads of problems after I figured out all the node controls so I think I'll put this project on the back burner for now. Seems that grabbing the selected text with mozilla...
Type: Posts; User: Dal; Keyword(s):
Cheers, I started hitting loads of problems after I figured out all the node controls so I think I'll put this project on the back burner for now. Seems that grabbing the selected text with mozilla...
Thanks for the reply but I already tried that. After I studied the mozilla wysiwyg example I relised that I needed to select a range object and use that as the reference to getting something called...
I'm bouncing off the walls here trying to find the solution to this problem (my first problem in a long list ;))
I can successfully use selectionStart and selectionEnd when I am targetting a...
hmm, never knew these things when I was trying and help was never around when I needed it (I used yahoo chat as my main source of help and people on there, well most were just horney teens and the...
I remember downloading a copy of M$ VC++ compiler and well, not knowing where to start and what all the funny windows classes where. Like I say, moved onto new things. My mission was to break into...
Twey: I know, I guess I never really understood the benefits of OOP as the examples in books would always show me how to do "hello world" the long way around with OOP and since this should be 1 line...
Ah ha! Thanks Dirt_Driver :D
Thanks Twey I thought I was loosing my marbles :)
I took it for granted since I never see a compiler with php so never need to worry about the magic stuff going on over at the server :D. I'm sure...
I've come across one issue which I'm not clear on;
The two examples below should in my eyes have the same output but they dont, the last example errors with it unable to find the class for some...
Hi
I've been working on a simple BB editor and I've hit a snag with IE. The editor I believe works on everything but IE but unfortunatly I havnt the foggiest where to start. Can someone point out...
Hi James(438)
please check at programmingtalk.com for the same thread title. I solved it there but didn't think to post the solution here cos I got no help. Thanks for sharing this with me and you...
Thanks for the reply.
I had a look at the iframe and the attribute and it works quite well but as far as getting ahold of carot position and mouse selections are concerned I can't seem to get them...
I'm dumbstuck with regular expression (I cant see anything regular about it!)
I want to convert all URL's (eg "www.example.com") to html anchor href code and so far it worked until I came across...
Hi,
I'm wanting to create a WYSIWYG editor (I dont mean BBCode) but I cant get my head around the theory.
Can someone explain how it works (This is not a code request!)? ;)
my...
Thanks BLiZZaRD :)
Im not too clued up on .htaccess as you may realise and I currently have a working script to take the url path and split it using the "/" forward slashes. The code I created...
Hi
Ive never really needed much to do with the .htaccess file and I dont know a great deal about it. :confused: However, I have built part of my site with allowance for friendly URL's. I use the...
I was just on about the naming convention used as "offset" :)
Definintion of offset;
In computer science, an offset within an array or other data structure object is an integer indicating the...
Ive noticed that the setInterval is not the most reliable of things. I wouldnt bake a cake by it but its good for general delay.
well thats because your trying to get IE to work... theres your first problem.
Ive read up that IE8 is going to be 100% W3C compliant, Im not sure if its another MS lie but they have another EU...
Thanks, just what I was looking for. Although Im sure offset means something different, if I off-set something I generally would mean position not height like offset the mouse 200 woulnt make the...
Ive created a news ticker which just scrolls up. I declare the height of this ticker as say 200(px) and as the style.top is decreased so is this value. Once the height has been moved, ie 200px has...
lol :)
No problem clowes, all the best in your developments.
Kind regards
Dal
I suppose theres only one question remaining in that case;
What can you come up with when your happy? ;)
Thanks for the reply Twey :)
Wells theres a thing, users can bypass the ajax if they understand the code but heres where the security come in;
For instance;
a user wants to update their first name using ajax, it would be...