Web Design Forum: Ciwan - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

Ciwan's Profile User Rating: -----

Reputation: 0 Neutral
Group:
Members
Active Posts:
391 (0.32 per day)
Joined:
02-January 09
Profile Views:
8,002
Last Active:
User is offline Mar 23 2012 08:23 AM
Currently:
Offline

My Information

Member Title:
Advanced Member
Age:
25 years old
Birthday:
September 20, 1986
Gender:
Not Telling Not Telling
Location:
UK
Interests:
Science, IT, Web Design, Music, Movies, Walking, Hanging Out with Friends.

Contact Information

E-mail:
Private
Website URL:
Website URL  http://www.kurduol.com

Users Experience

Experience:
Beginner
Area of Expertise:
I'm Learning

Topics I've Started

  1. Hourly Rate

    12 March 2012 - 01:15 PM

    Hi Guys

    A couple of questions on hourly rate work.

    • What do you use to time yourself ?
    • Other than actual coding, what else counts as working ?


    By the second point I mean, does going around the internet looking for suitable icons count as work ? Or how about when you build little snippets of jQuery code to test your JavaScript ? Opening Photoshop to enhance background colours of images that will be used on the site .. etc .. etc

    I would greatly appreciate some help and advice on this.

    Thank you.
  2. Select Div above parent div

    22 November 2011 - 01:40 PM

    Hello Friends

    I have a small issue, that I can't figure out how to solve . It is to do with jQuery and its Element selection mechanism. Here is a JS Fiddle (it isn't exactly what I'm doing, but the issues I'm stuck in is the same).

    What I want to be able to do is, on a button click,change the background color to yellow BUT only for the div directly above the div housing the button.

    I would greatly appreciate any help.

    Thank You.

    Ciwan.
  3. jQuery and List Items

    08 September 2011 - 08:44 PM

    Hello Friends

    Please consider with me the following jQuery code:

    $('#homep_productList li').hover(function () {
        $('.prdPanel2').animate({opacity: 1}, 350);
    }, function () {
        $('.prdPanel2').animate({opacity: 0}, 350);
    });
    


    The above code works fine, but as you can see it affects all the list items :( How do I make it affect only the list item being hovered on.

    I tried .each().hover() but that didn't work either.

    I would greatly appreciate any help.

    Thank You.
  4. jQuery Click then 2nd Click

    05 September 2011 - 11:00 PM

    Hello Friends

    JSFiddle have made things so much easier ! Here's a link. :)

    What I want to achieve is an alternation between two states. So user clicks once, the box goes Yellow, the user clicks a second time, the box goes back to Red, and the effect to repeat.

    I don't know how to do that and I would greatly appreciate some help.

    Thank You.
  5. What font is it ?

    02 August 2011 - 12:54 PM

    Hi Guys

    Can someone please tell me what font this is:

    Posted Image

    I have already checked on WhatTheFont and it did not recognise it.

    I would greatly appreciate any help.

    Thank You.