possible

A tricky javascript thing I'm wanting to do...pulling elements from a list and hiding the rest

As usual, I want to do more than I know how to do yet :-D Here's what I'm working on...I'm writing up a Bio. But within the bio, I want a "long bio" and a "short bio" button. The long bio will obviously display the whole bio, but the short bio would grab elements in the list and make them bold and contract the div to now only contai...

Firefox quick search extension idea. Is it possible?[see details]

I use search sites very often. And in 99% of cases search results that i need contained in first 3 links,that search engine returns. Is it possible from programming point to write extension for Firefox,that satisfies next use case: 1. user clicks icon 2. modal window appeared 3. select search engine(e.g. Google,Yahoo or Yandex...any othe...

Multithreading in Lua

I was having a discussion with my friend the other day. I was saying how that, in pure Lua, you couldn't build a preemptive multitasking system. He claims you can, because of the following reason: Both C and Lua have no inbuilt threading libraries [OP's note: well, Lua technically does, but AFAIK it's not useful for our purposes]. Wind...

Is it possible to auto generate Getter/Setter from Array Values in PHP?

So I have a couple of arrays $array_1 = Array('one','two','three'); $array_2 = Array('red','blue','green'); Is there a dynamic way to create the Setters and Getters for an array with single value entries? So the class would be something like: class xFromArray() { } So the above if I passed $array_1 it would generate something li...

HTML CSS take as much height as possible

Hello, I have quite an interesting situation. I have a table with two columns. In The left one, I have a lot of text, it is HUGE. In the right column, I have a marquee with a very long list, longer still than the content in the left column, but, for it is a marquee, the height is quite little. Is it possible to set the marquees height t...

vb.net Recording video from media player component

Hi, I'd like to ask if it's possible to record videos from media player component in vb.net or not .. If it's possible could you explain how do I make it. Thanks in advance.. ...