Search / 68 posts tagged technical interviews

Subscribe
  1. Photo of swnesbitt

    New edition of the podcast posted

    http://www.dmncommunications.com/ weblog/ ?p=567

    After a lengthy hiatus, the podcast is back. Recently, Aaron and I had the pleasure of talking with Anne Gentle about wikis, the OLPC project, documenting Open Source, and more. It’s an interesting way to spend about 47 minutes of your time. You can listen to the podcast here, or use the player below.

  2. No one has claimed this blog

    Talking shop with Anne Gentle

    http://dmn.podbean.com/ 2008/ 09/ 29/ talking-shop-with-anne-gentle/

    Recently, we had the opportunity to chat with Anne Gentle. In just under an hour, we discussed wikis, DITA, the XO Laptop, documenting Open Source software, and a lot more. Not only did we have a great time talking with Anne, but we learned quite a bit in the process.

  3. View all »

    Videos about technical interviews

    1. Hacking the Technical Interview
    2. Technical Interview Tips
    3. Heino Ripp - Archive Interview Part 3 of 6
    4. Nikon D3 Full Frame DSLR - Live Interview with Nikon
  4. No one has claimed this blog

    CSS2 interview questions(91-100)

    http://way2freshers.com/ css2/ css2-interview-questions91-100.html

    Border around a table? Try the following: .tblboda { border-width: 1px; border-style: solid; border-color: #CCCCCC; } /*color, thickness and style can be altered*/ You put this style declaration either in an external stylesheet, or you can stuff it in the <head></head> section,

    39 days ago in Way 2 Freshers · Authority: 26
  5. No one has claimed this blog

    CSS2 interview questions(81-90)

    http://way2freshers.com/ css2/ css2-interview-questions81-90.html

    What is shorthand property? Shorthand property is a property made up of individual properties that have a common “addressee”. For example properties: font-weight, font-style, font-variant, font-size, font-family, refer to the font.

    39 days ago in Way 2 Freshers · Authority: 26
  6. No one has claimed this blog

    CSS2 interview auusetiom(71-80)

    http://way2freshers.com/ css2/ css2-interview-auusetiom71-80.html

    Can I include comments in my Style Sheet? Yes. Comments can be written anywhere where whitespace is allowed and are treated as white space themselves. Anything written between /* and */ is treated as a comment (white space). NOTE: Comments cannot be nested.

    39 days ago in Way 2 Freshers · Authority: 26
  7. No one has claimed this blog

    CSS2 interview questions(61-70)

    http://way2freshers.com/ css2/ css2-interview-questions61-70.html

    How do I have a non-tiling (non-repeating) background image? With CSS, you can use the background-repeat property. The background repeat can be included in the shorthand background property, as in this example: body { background: white url(example.gif) no-repeat ; color: black ; } CSS CSS is clearly very useful for separating style from content.

    39 days ago in Way 2 Freshers · Authority: 26
  8. No one has claimed this blog

    CSS2 interview questions(51-60)

    http://way2freshers.com/ css2/ css2-interview-questions51-60.html

    How do I get rid of the gap under my image? Images are inline elements, which means they are treated in the same way as text. Most people kind of know this - they know that if you use ‘text-align:center’ on an image it will be centred. What many people don’t realise is that this means you will have a gap underneath an image.

    39 days ago in Way 2 Freshers · Authority: 26
  9. No one has claimed this blog

    CSS2 interview questions(31-40)

    http://way2freshers.com/ css2/ css2-interview-questions31-40.html

    what CSS is, why not start coding? CSS is sort of like scripting language made for the web. In contrary with HTML, DHTML, JavaScript, VBScript and many others. CSS is strictly for formatting your web-page and now many new browser support it.

    39 days ago in Way 2 Freshers · Authority: 26
  10. No one has claimed this blog

    CSS2 interview questions(21-30)

    http://way2freshers.com/ css2/ css2-interview-questions21-30.html

    Why do style sheets exist? SGML (of which HTML is a derivative) was meant to be a device-independent method for conveying a document’s structural and semantic content (its meaning.) It was never meant to convey physical formatting information.

    39 days ago in Way 2 Freshers · Authority: 26
  11. No one has claimed this blog

    CSS2 interview questions(21-30)

    http://way2freshers.com/ visual-basic/ css2-interview-questions21-30.html

    Why do style sheets exist? SGML (of which HTML is a derivative) was meant to be a device-independent method for conveying a document’s structural and semantic content (its meaning.) It was never meant to convey physical formatting information.

    39 days ago in Way 2 Freshers · Authority: 26
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7

Rising and falling

Technorati data powered by Truviso

Mentions by Day

Posts tagged technical interviews per day for the past 30 days.

Chart of results for technical interviews

See your posts here

To contribute to this page, include this code in your blog post: