tokei's Profile
Reputation: 0
Apprentice
- Group:
- Members
- Active Posts:
- 21 (0.04 per day)
- Joined:
- 15-December 11
- Profile Views:
- 343
- Last Active:
Feb 18 2013 09:53 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: How to choose specific <li> position in css
Posted 30 Dec 2012
IJET, on 19 December 2012 - 06:01 PM, said:I believe you're looking for the following:
li:nth-child(1)
Where the number 1 can be changed to whichever element you choose to be modified.
Thank you for your help.
<b>HTML version </b>
<ul> <li><a rel="me" href="#">delicious</a></li> <li><a rel="me" href="#">digg</a></li> <li><a rel="me" href="#">facebook</a></li> <li><a rel="me" href="#">last.fm</a></li> <li><a rel="me" href="#">rss</a></li> <li><a rel="me" href="#">twitter</a></li> </ul><!-- social -->
<b>CSS</b>
li:nth-child(2) a { //increase font size for 'digg' only font-size:20px; }
j4v3d, on 24 December 2012 - 04:35 PM, said:give your li element a class or id and do your styling based on that.
nth child is supported in only a few browsers, think it doesn't work in IE7/8
Thanks for your help. I have test on IE9. It works
-
In Topic: Tips / Advice for Interview as PHP Developer
Posted 16 Oct 2012
fromTheSprawl, on 15 October 2012 - 08:15 PM, said:Maybe learn the requirements?
I will not go for a job if I know the requirements are not suited for me, unless they say "preferred" or "is an advantage" therefore connoting that there might be training involved once you get the job, but even then those who are suited with those job requirements usually get the advantage.
I suggest is from what you know now of PHP, look at the job requirements and see what you have to learn further.
For example, in my field as a Java developer usually the biggest aces of someone looking for a job are frameworks, because usually you'll see "Spring,Hibernate,iBatis,FrameworkXXX,FrameworkMagic" as a requirement, so one in my field learns how those stuff work.
Or, if you don't want to learn new stuff, just find a job with PHP training. Either way, your pick.
I would like to learn anything. Wow, a lot of framework i should learn ( Headache for a seconds).
I want to be expert as you. In university the lecturer not tell me more about the framework that that you have mention at above. I'm a newcomer or fresh graduated. -
In Topic: Share Your Resume
Posted 15 Oct 2012
Here is my resume.
Lemur, on 08 August 2012 - 06:03 PM, said:http://www.baweaver.com/Resume.pdf
and portfolio: http://www.baweaver.com (or rather http://www.baweaver.com/v2 )
Look you are very professional. Can you give some guide for me as beginner to enter the web programming field. I don't have any portfolio as you have. -
In Topic: Tips / Advice for Interview as PHP Developer
Posted 15 Oct 2012
no2pencil, on 15 October 2012 - 12:19 PM, said:All the tips in the world won't make a difference if you can't actually perform the job duties.
That's why they are called job requirements. It isn't about being able to land the job (or even the interview), so much as being able to perform the job tasks.
What i should do now, please.? -
In Topic: What is the mean of "~" sign in CSS code ?
Posted 10 Jul 2012
revolutionx, on 10 July 2012 - 04:09 AM, said:It's a selector, and the symbol is called a tilde.
Quote
The general sibling selector is available in CSS3, and the combinator used in this selector is a tilde character (~).
The selector matches elements that are siblings of a given element. This example will match a p element if it’s a sibling of an h2 element:
http://reference.sit...siblingselector
Thank you so much.
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
tokei hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
tokei has no profile comments yet. Why not say hello?