Kruithne's Profile User Rating: -----

Reputation: 87 Whiz
Group:
Expert
Active Posts:
411 (0.3 per day)
Joined:
28-July 09
Profile Views:
2,452
Last Active:
User is offline Yesterday, 05:47 PM
Currently:
Offline

Previous Fields

Country:
GB
OS Preference:
Linux
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
PC
Your Car:
Who Cares
Dream Kudos:
0
Expert In:
JavaScript

Latest Visitors

Icon   Kruithne is a million miles away from home.

Posts I've Made

  1. In Topic: Positioning a picture or other object on a website without using a div

    Posted 19 May 2013

    You really shouldn't use a designer like it sounds you are, dragging something over a template that will just end badly. Take up my advice, learn basic HTML and CSS, and just design your own website from scratch, it will work out so much better for you in the long run.
  2. In Topic: Positioning a picture or other object on a website without using a div

    Posted 19 May 2013

    Hello there,

    From what it looks like the template you are using has a terrible table design which makes placing objects a real pain in the backside! I would suggest perhaps creating your own website so you can control things like this better, it will make it easier to place things such as the DynMap iFrame object as well as avoid using flash objects that most people find annoying!
  3. In Topic: dreamweaver question from a beginner

    Posted 19 May 2013

    Hello there,

    The best choice I can see here is that you use the drop-downs and check boxes as a form which submit to a server-side script written in something like PHP, which then pulls relevant results from a database using MySQL. Obviously this is a lot to learn, but I feel it would be better than having some form of static content method!

    When it comes to Dreamweaver, personally I avoid it like the plague and tell everyone to do so. Notepad++ is ideal for coding, or if you want an IDE environment I recommended looking into PHPStorm and other projects from JetBrains.
  4. In Topic: Color picker cookies

    Posted 19 May 2013

    Is it supposed to? I can't see anywhere in the description for that plug-in that it saves the colours into your cookies, and I don't really see why it should, it's a colour picker?
  5. In Topic: Global Regex Javascript Replace Doesn't Work No Matter What I Do?

    Posted 19 May 2013

    Hello,

    The problem here lies with the way you are escaping the square brackets inside the regular expression. Using one slash is simply escaping a character between the " ", you need to apply double slashes, See the snippet below!
    var opinion = "Notch is a [GOOD] programmer";
    opinion = opinion.replace(new RegExp("\\[GOOD\\]", "g"), "[BAD]");
    alert(opinion); // Outputs: Notch is a [BAD] programmer
    
    

My Information

Member Title:
D.I.C Regular
Age:
19 years old
Birthday:
December 13, 1993
Gender:
Location:
United Kingdom
Interests:
Programming, Systems Development, Web Design
Full Name:
Stanley Batch
Programming Languages:
HTML, CSS, JavaScript, jQuery, PHP, MySQL, ColdFusion, ASP.NET, Java, LUA, Node.JS

Contact Information

E-mail:
Click here to e-mail me
Twitter:
Kruithne

Friends

Kruithne hasn't added any friends yet.

Comments

Kruithne has no profile comments yet. Why not say hello?