active questions tagged getting-started - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T19:27:23Z http://stackoverflow.com/feeds/tag/getting-started http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1801770/how-do-i-find-the-drive-to-learn 2 How do I find the drive to learn? [closed] Josh Steele 2009-11-26T05:52:40Z 2009-11-27T23:13:38Z <p>I've read a few things here, and I've learned a lot, but I'm still itching for more answers.</p> <p>This is going to be a long one, but I hope to create a profound question that engages readers, so that whoever is in the same situation I'm in can actually glean something from this. I hope that it follows the guidelines on SO.</p> <p>So first, here's some background about myself:</p> <p>I'm a recent Computer/Information Technology major graduate (I have an Associate's Degree in the subject).</p> <p>While in school I took a few programming courses. The first was a general class where we used pseudocode to come up with solutions. I found that I absolutely hated pseudocode for some reason...maybe it was because I had to write it out by hand.</p> <p>The second course was C. That's right, C was my first programming language. I failed the course. Eventually I came back and passed it with a B.</p> <p>Which leads onto my third course, C++. I actually found C++ made more sense when I started doing the school assignments, but ultimately I fell out of the course due to some life issues.</p> <p>After that I went on to VB.NET. I stopped paying attention in this class because this language wasn't engaging and didn't scrape my brain enough.</p> <p>I've taken a class where we delved into HTML, Javascript, and CSS, and bits of AJAX.</p> <p>Yet I still don't know how to go about making a program. The only thing school ever taught me was how to read a book, and do a numbered exercise in a book. Which was usually something that would never benefit me in real life. You know, something like "store a word in an array and spell it backwards".</p> <p>I don't find this fun. I think it's tedious and boring, and I think there's much more to the programming world, than flipping words around. And if I don't feel engaged, I can't learn.</p> <p>I've played around with code golf, and yet again, it's the same story. Abstract problems that have no bearing on anything.</p> <p>I've read responses to similar questions that tell us to find something to program, like a function you want automated or something similar, then learn how to make that thing.</p> <p>But what if we live in the sticks, or our job isn't related to anything with computers (I work in a grocery store, as a cashier, hooray economy)?</p> <p>I cannot think of anything, seriously, that I could make that would make my life easier. It seems like everything is already done, and done as well as it could be.</p> <p>I've seen responses that say working on an open source project would help you learn, but I have a hard enough time writing my own code, and I'm sure I'm not the only one, but how is it expected that you can read code that someone else has written? I can't even follow that kind of stuff.</p> <p>Again, I'm at a loss, I can't figure out where to start. I can't find the drive or motivation to work on trivial abstract problems that have no bearing on the real world, yet I cannot contribute anything useful to the real world problems. It's like I'm in a void.</p> <p>Is it really necessary to slog through the initial boredom of playing with abstract problems, in order to make something useful? </p> <p>I have a lot of concepts in my head, that have decayed over the months that I haven't been able to use them, and I can't bring them together to make something that I could be proud of.</p> <p>So, to end this, as it's already gotten too long, does anyone have any advice for people in situations like this, so that we can get cracking and make ourselves useful?</p> <p><b>UPDATE:</b> </p> <p>I hastily edited this before I posted it, and I realized it makes it look like I failed both VB and C++. This is not the case, I actually passed all of my classes. I'm actually pretty good at remembering syntax, but the challenging part, obviously, is taking things and putting them together and building things.</p> <p>I'm glad I posted this though, I think its helped clear some stuff up, and I think I have a design in mind that I'm going to try and make.</p> <p>If anyone has any insight to add, then please do. I know for a fact that I'm not the only one in this world who is lost in the world of software development with no direction whatsoever. I have a lot of creative energy, and with no way to channel it effectively, I get frustrated easily.</p> <p>Thanks for all the input so far you guys, its been a great help.</p> http://stackoverflow.com/questions/1389712/getting-started-with-sse 1 Getting started with SSE Liran Orevi 2009-09-07T14:42:18Z 2009-11-25T07:21:46Z <p>Hello, I want to learn more about using the <a href="http://en.wikipedia.org/wiki/Streaming%5FSIMD%5FExtensions" rel="nofollow">SSE</a>.</p> <p>What ways are there to learn, besides the obvious reading the <a href="http://www.intel.com/products/processor/manuals/" rel="nofollow">Intel® 64 and IA-32 Architectures Software Developer's Manuals</a> ?</p> <p>Mainly I'm interested to work with the <a href="http://gcc.gnu.org/onlinedocs/gcc-4.4.1/gcc/X86-Built%5F002din-Functions.html#X86-Built%5F002din-Functions" rel="nofollow">GCC X86 Built-in Functions</a>.</p> http://stackoverflow.com/questions/1791602/to-start-coding-in-c-net-for-etoken 0 to start coding in C#.NET for eToken vgv8 2009-11-24T17:21:43Z 2009-11-24T20:40:56Z <p>Newbie request for advise.</p> <p>I have a task to develoop C# (VB.NET) service class (library) for storing/extractin user's passwords in/from Aladdin eToken devices.</p> <p>Advise me any:</p> <ul> <li>walkthroughs, tutorials </li> <li>forums, discussions </li> <li>code sample(s), examples</li> </ul> <p>I googled but couldn't find anything helpful for starting coding.</p> <p>"eToken PKI Developer’s Guide (Windows) Version 5.0 Revision B" has only 2 phrases on .NET:</p> <p>1)</p> <blockquote> <p>"Developing in Non-C/C++ Environments Both CAPI and PKCS#11 are C-style APIs. It is easy to use them from C/C++ programs. However, there are many other programming technologies available for MS Windows developers, such as:</p> <p>.NET"</p> </blockquote> <p>and</p> <p>2)</p> <blockquote> <p>"<strong>Writing Wrapper Objects</strong></p> <p>The alternate solution (for either programming environment) is to write a wrapper object that answers the particular needs of the application. Depending on these needs, the wrapper object may be a .NET assembly object, an ActiveX object or something else."</p> </blockquote> http://stackoverflow.com/questions/1774048/starting-opengl-programming-ultimate-resource 0 Starting OpenGL Programming "Ultimate" Resource bobber205 2009-11-21T00:25:29Z 2009-11-21T01:49:59Z <p>So I have a class for OpenGL programming next term.</p> <p>I would at least like to have my feet (maybe even my ankles!) wet in the OpenGL pool before the class starts.</p> <p>I am looking for a resource for OpenGL programming, preferably using Visual Studio if at all possible. I know C/C++ and C# pretty well as well as some experience in a handful or other languages.</p> <p>So where should I start? Is there some excellent OpenGL resource out there I am missing? I would love to have a lesson-like tutorial started. I've tried just looking up general OpenGL information in the past and was overwhelmed.</p> <p>Thanks SO!</p> http://stackoverflow.com/questions/1756201/how-do-i-move-from-c-asp-to-ruby 1 How do I move from C#/ASP to Ruby? edude05 2009-11-18T14:01:00Z 2009-11-18T14:42:50Z <p>I have recently designed a web application that I would like to write in Ruby. Coming from a ASP background I designed it with method and fields and linked them together (in my diagram and UML) like I would do it in C#.</p> <p>However, now that I've moved from a single app to MVC I have no idea where my code goes or how the pieces are linked.</p> <p>For example, my application basically collects information from various sources for users, and when they log in the information is presented to them with "new" information (information collected since last login) is tagged specially in the interface.</p> <p>In C# I would have a main loop that waits lets say 5 minutes and does the collection, then when a client tries to connect it would spawn a new thread that generates the page with the new information. Now that I'm moving to Ruby I'm not sure how to achieve the same result.</p> <p>I understand that the controller connects the model to the view and I thus assume this is where my code goes yet I've haven't seen a tutorial that talks about doing what I've mentioned. If someone could point me to one or tell me precisely what I need to do to turn my pseudocode into production code I'd be extremely grateful and probably will still have hair :D</p> <p><b>EDIT</b>: Somehow I forgot to mention that I'll be using the Rails framework. I don't really like Ruby but RoR is so nice together that I think I can put up with it.</p> <p>Thanks.</p> http://stackoverflow.com/questions/129991/should-i-start-with-ruby-or-ruby-on-rails 13 Should I start with Ruby or Ruby On Rails? Chris Pietschmann 2008-09-24T21:07:40Z 2009-11-17T03:12:35Z <p>I've been wanting to learn Ruby for a long time since there seems to be alot of buzz about it the last couple years. From what I've seen/read there have been a few Ruby'esk things that have been brought over the .NET too.</p> <p>Should I start with learning the Ruby language and just focus on writing simple command-line apps first? Or, should I start with Ruby On Rails to do Web Development first since that is what I really want to learn Ruby for?</p> <p>Also, would you recommend any books on the topic?</p> http://stackoverflow.com/questions/196765/what-is-the-minimum-list-of-tools-required-to-work-on-f-does-the-express-editio 8 What is the minimum list of tools required to work on F#? Does the express edition work? shahkalpesh 2008-10-13T05:12:59Z 2009-11-16T17:27:18Z <p>I have looked at a few posts that state the need for Visual Studio 2008 in order to run <a href="http://en.wikipedia.org/wiki/F%5FSharp%5F%28programming%5Flanguage%29" rel="nofollow">F#</a>.</p> <p>Is there a simpler tool (maybe in interactive mode such as Ruby/Python) to learn F#? I have the <a href="http://en.wikipedia.org/wiki/Microsoft%5FVisual%5FStudio%5FExpress" rel="nofollow">Visual Studio Express</a> edition on my machine.</p> <p>Your suggestions are welcome. Any good links (for a C# developer) to get started are welcome as well.</p> <p>If this is already asked, I apologize. Please point me to the link to the original question, if so.</p> http://stackoverflow.com/questions/176580/what-was-your-first-programming-language 0 What was your first programming language? Chris Pietschmann 2008-10-06T23:09:22Z 2009-11-16T09:55:16Z <p>When you first started to write program, what was the first programming language you learned?</p> <p>Please don't post repeats. If someone already posted it, just vote for it.</p> http://stackoverflow.com/questions/950179/i-want-to-develop-a-web-site-like-stackoverflow-but-ive-never-done-anything-for 0 I want to develop a web site like StackOverflow, but I've never done anything for web. How can I do this? www.oengenheiro.com.br 2009-06-04T12:20:16Z 2009-11-15T18:06:06Z <p>I have an idea for a web site that's is similar to StackOverFlow. In other words, a place to make questions and to obtain answers, but for a different subject area of StackOverflow. I have good skills with delphi for win 32 and some with Firebird and something in Java. Nothing for web.</p> <p>The problem is that I don't know how to plan this, how to plan the DataBase, what is the best development tool that I have to learn (PHP, Asp.net, Ruby, Python, etc.)</p> <p>Off course that I don't have money to pay for someone do it for me.</p> <p>Thanks in advance</p> http://stackoverflow.com/questions/423595/how-to-get-started-with-maemo-software-development 10 How to get started with Maemo software development Dror Helper 2009-01-08T08:39:03Z 2009-11-13T18:38:24Z <p>A few months ego I purchased Nokia N800 device and since then I'm itching to write some code for it. I know that some of the application I'm running are written in Python and that there is a Mono port for the Maemo platform as well.</p> <p>Basically what I'm asking is:</p> <ul> <li>Is there a recommended development language for Maemo platform? </li> <li>What development tools exist? </li> <li>I can use Windows or Linux as my primery development machine - which recommended? why?</li> </ul> http://stackoverflow.com/questions/734525/getting-started-with-f 37 Getting started with F# Ian Quigley 2009-04-09T14:39:19Z 2009-11-12T18:09:51Z <p>What's a good way to get into F# programming?</p> <p>What's a good "Hello world" example and what simple examples can show me why I want to use it over C#.</p> <p>Also what tools do I need? I have WindowsXP, Visual Studio 2008 etc.</p> http://stackoverflow.com/questions/1715076/wrapping-controls 0 wrapping controls cometbill 2009-11-11T13:08:04Z 2009-11-11T13:54:03Z <p>I'm getting started in c# development, and heard it said that all the standard controls should be 'wrapped' in a custom class, even if I don't add any extra functionality at this point. The example that cited this case was an application where someone had developed a system, and the night before deployment the customer asked for the textboxes to behave a certain way, something similar to the old mainframe system, and the developer was able to implement this functionality in 15 minutes by modifiying their control subclass, or class, or whatever it was.</p> <p>Should I create custom wrappers for the standard controls this way ?</p> http://stackoverflow.com/questions/1690284/getting-started-with-arduino 7 Getting started with Arduino? Mark Harrison 2009-11-06T20:42:50Z 2009-11-09T16:14:16Z <p>I'm going to get an Arduino starter kit like the one below.</p> <ul> <li>What else do I need to get started? </li> <li>What are some good Arduino programming resources?</li> <li>What else can I buy/acquire to make my first embedded programming experience more pleasant?</li> <li>What are some good beginner projects?</li> </ul> <blockquote> <p><a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9284" rel="nofollow">http://www.sparkfun.com/commerce/product_info.php?products_id=9284</a></p> </blockquote> http://stackoverflow.com/questions/1089509/best-language-to-start -4 Best Language to Start! [closed] Nathan Campos 2009-07-06T22:32:13Z 2009-11-06T19:36:18Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/4769/what-is-the-easiest-language-to-start-with">What is the easiest language to start with?</a> </p> </blockquote> <p>Hello,</p> <p>My question is simple, what is the best language to start, i've tryed Java, Delphi, VB, Python, but what language i can use to all: Windows CE, Windows, Linux...</p> <p>Thanks!</p> http://stackoverflow.com/questions/682176/where-to-start-with-a-webportal-shop-connected-to-dynamics-ax-2009 0 Where to start with a webportal/shop connected to Dynamics AX 2009 Gabriël 2009-03-25T15:47:19Z 2009-11-06T08:10:13Z <p>I've the opportunity to do a project with Dynamics AX 2009 and am now investigating the possibilities of creating a ASP.NET website/application that interacts with AX 2009. I’ve been searching a bit and found some video’s and info, but I can’t find some actual API/Webservice documentation or tutorials to start with.</p> <p>Does anyone have some pointers or links where to start to, for example, do the following:</p> <ul> <li>Retrieve / update customer details</li> <li>Retrieve invoices for a customer</li> <li>Retrieve products + prices (customer specific)</li> <li>Create an order </li> </ul> http://stackoverflow.com/questions/460813/how-do-you-get-up-and-running-with-a-build-server 11 How do you get up and running with a build server? Robin Day 2009-01-20T10:57:39Z 2009-11-01T22:01:47Z <p>I think everyone here would agree that in order to be considered a professional software house there are number fundamental things you must have in place.</p> <p>There is no doubt that one of these things is a build server, the question is, how far do you need to go.</p> <ul> <li>What are the minimum requirements for the build server? (Somewhere to just compile?)</li> <li>What is the ultimate goal for your build server? (Scheduled, source control integration, auto deployment to test / live servers)</li> <li>Where is a good place to start assuming you have nothing at the moment?</li> </ul> <p>It would be great if we could list out a few simple tasks that an amateur developer could take on board in order to set them on the right track to a fully functional build server.</p> <p>It would also be good to hear about people that feel they have a "complete" system setup that performs all the functionality they require and how they went about setting it all up from scratch.</p> http://stackoverflow.com/questions/1608087/looking-for-f-learning-resources 0 Looking for F# Learning resources [closed] ManojTrek 2009-10-22T15:37:07Z 2009-10-25T23:47:57Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/734525/getting-started-with-f">Getting started with F#</a> </p> </blockquote> <p>Hey There, I want to Use F# for one of my research Project which is based on Neural Network, can somebody help me where to start with Learning F# via books, Videos etc...</p> http://stackoverflow.com/questions/930848/j2ee-seam-framework-getting-started-too-complicated 0 J2EE Seam Framework, getting started too complicated? rgoytacaz 2009-05-30T23:22:20Z 2009-10-21T15:18:25Z <p>Hey guys,</p> <p><strong>PS: Using Windows XP</strong></p> <p>Pretty much I'm trying to get started with J2EE using Seam Framework.</p> <p>I think that the documentation is too shallow if you are new.</p> <p>I'm completely lost here.</p> <p>I want to get started building simple J2EE apps with Seam, but as I read, there so much to get started.</p> <ul> <li>Ant</li> <li>JBoss/Tomcat</li> <li>Maven ??</li> <li>Seam</li> </ul> <p>Thats what I did.</p> <p>Went into Seamframework.org got its files. Got the JBoss AS 5 files. Got Ant 1.7 files. Also got Oracle Express 10g.</p> <p>I didn't get Maven, because its seems optional, what is it actually?</p> <p>What about the JBoss AS 5, I extracted its files into g:\jboss5 What Should I do after? Run the bat file? Is there a way to set it up as service or what?</p> <p>Ant ? What is it? I did extract its files into g:\ant1.7 How Should I set it up?</p> <p>What about seam itself? I did extract it into g:\seam What should I do? just import into the project?</p> <p>If you can clarify even a single question mark in here, please do.</p> <p>Cordially</p> http://stackoverflow.com/questions/833896/how-do-you-get-newcomers-to-get-started-on-a-existing-project 21 How do you get newcomers to get started on a existing project? Philippe 2009-05-07T10:31:36Z 2009-10-15T17:59:54Z <p>When you are in a running project, how do you get newcomers to get started? What is, in your opinion, the fastest way to get them up and running? How do you get them to know the code and the project culture quickly so they can catch-up fast?</p> <p>What do you do? Give them defects to solve so the have to dive into the code? Do you give them documentation to read (so they get bored)?</p> <p>I recently started on a project, and I was assigned defects as a starting point. As always, I don't have access to the SCM yet (but I have the sources), I don't have a mail yet, people don't have much time to help, etc... So here is the other question: </p> <p>How, as peon, do you get started on a project? What can you do to make it more effective?</p> http://stackoverflow.com/questions/168802/where-can-i-find-a-tutorial-to-get-started-learning-jquery 12 Where can I find a tutorial to get started learning jQuery? Kip 2008-10-03T20:42:01Z 2009-10-12T16:43:19Z <p>Where is a good place to get started learning how to use jQuery? It seems to be all the rage nowadays, and I want be in on whatever the cool kids are doing. I know some basics of Javascript but I'm by no means an expert.</p> http://stackoverflow.com/questions/1030597/how-to-get-started-with-mda 0 How to get started with MDA? chickeninabiscuit 2009-06-23T04:18:30Z 2009-10-10T06:00:03Z <p>Hey all,</p> <p>I've been wanting to have a dabble with Model Driven Architecture for a while now.</p> <p>Could anyone give me any hints on how to start.</p> <p>I'd love to be able to define a domain model in UML then be able to transform it to say java classes with JPA/hibernate annotations defining the data mappings.</p> <p>I'd really love to get my hands dirty with some of the modeling tools on the Eclipse platform (EMF/MDT/GEF).</p> <p>Thanks,</p> <p>Ashley</p> http://stackoverflow.com/questions/1465449/how-to-renew-programming-knowledge 1 How to renew programming knowledge? waleed7794 2009-09-23T11:37:30Z 2009-09-24T12:43:58Z <p>I worked for a company for about two years then I quit and almost left programming for a while.</p> <p>Now am trying to renew my programming knowledge. I am a .NET Developer and a MCSD. I can see that there are a lot of new technologies that I need to learn: WPF, WCF etc.</p> <p>Windows 7 is knocking at the door now and I want to upgrade. VS 2008 and 2010 beta are already here. I feel I can't catch my breath just to read about all the new stuff.</p> <p>Where should i start from?</p> http://stackoverflow.com/questions/1462643/getting-started-with-javascript 0 Getting started with Javascript [closed] Kevin Boyd 2009-09-22T21:12:59Z 2009-09-22T21:27:25Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/83444/starting-javascript-development-what-to-do">Starting javascript development - what to do?</a> </p> </blockquote> <p>I am trying to create my first website and based on inputs from <a href="http://stackoverflow.com/questions/1452652/how-to-rapidly-build-a-web-application">here</a> I have selected the YUI javascript library for whe UI elements.<br /> Since this is my first foray into javascript I am feeling a bit lost although I have programmed in Java for some time now... how do I get started with Javascript?<br /> Your suggestions would surely get me on the right track.</p> http://stackoverflow.com/questions/1423942/getting-started-with-firebug 1 Getting Started with Firebug James McFarland 2009-09-14T21:07:35Z 2009-09-14T21:16:35Z <p>Can anyone recommend a "Getting Started" document for Firebug?</p> http://stackoverflow.com/questions/14599/asp-net-model-view-controller-mvc-where-do-i-start-from 35 ASP.NET Model-view-controller (MVC) - where do I start from? ila 2008-08-18T13:34:41Z 2009-09-01T19:36:27Z <p>I'd like to understand better the MVC pattern, as I'll be probably using it in the future (my job is mainly focused in developing .Net web apps). </p> <p>Can I ask to this community to help me find a starting direction on this subject? Articles, white papers, code samples, theory... anything you found helpful!</p> <p>Many thanks</p> <p>Andrea </p> http://stackoverflow.com/questions/129772/how-to-begin-wpf-development 9 How to begin WPF development? Dror Helper 2008-09-24T20:30:54Z 2009-08-24T07:19:39Z <p>I've been using Winforms since .NET 1.1 and I want to start learning WPF.</p> <p>I'm looking for good resources for a beginner in WPF. What should I read, what Tools I need and what are the best practices I need to follow.</p> http://stackoverflow.com/questions/569658/what-are-some-good-resources-for-getting-started-with-gstreamer 2 What are some good resources for getting started with gstreamer? joeforker 2009-02-20T14:02:02Z 2009-08-22T17:11:51Z <p>I'd like to learn the gstreamer media framework. Where should I start?</p> http://stackoverflow.com/questions/1060958/gnustep-getting-started 0 GNUStep Getting Started RCIX 2009-06-29T22:47:28Z 2009-08-22T04:00:03Z <p>I downloaded <a href="http://www.gnustep.org/" rel="nofollow">GNUStep</a> and installed it, however i am not sure where i can find an IDE. does anyone know what programs serve as a GNUStep IDE/where to get them? Failing that, does anyone know of a tutorial on how to create and compile a basic GNUStep program?</p> http://stackoverflow.com/questions/1300426/tdd-in-an-large-project-how-do-you-get-started 1 TDD in an large project: How do you get started? Drew 2009-08-19T14:41:05Z 2009-08-20T12:07:11Z <p>Simple question. Let's put on our engineer/project manager hat for a second: </p> <p>You have a large project and you will have several different developers working on different parts. You have a solid functional spec and are ready to start figuring out your implementation. You want to practice Test Driven Development. Assume you will be given reasonable but not infinite time and money.</p> <p>How do you start preparing the modules for implementation by the other developers? Do you start writing interfaces or do you start writing tests? Do you mix n' match?</p> <p>How would you change your answer if you had a team of veteran coders? A team of less experienced folks? Would your coding environment change your decisions?</p> http://stackoverflow.com/questions/1294509/how-to-get-a-foot-into-gnu-developing 1 How to get a foot into GNU developing? Inno 2009-08-18T15:11:05Z 2009-08-18T16:19:08Z <p>Hi,</p> <p>I would like to start to contribute in some GNU software projects. Since some weeks I fancy with a specific project but I don't know how and when to start.</p> <p>I have the feel that you have to be firm with the following:</p> <ul> <li>A programming language</li> <li>gcc</li> <li>gdb</li> <li>make</li> <li>emacs</li> <li>the application itself</li> <li>patching</li> <li>CVS</li> <li>etc.</li> </ul> <p>So I'm trying to learn them all as good as possible.</p> <p>But: Do I really have to master all the listed programs/tools before I contribute or should I just join a project as soon as possible so I will learn them all "by the way"? Will I get some help with minor difficulties from GNU programmers or don't they just have the time for my "beginning problems"? Hope you can help me!</p> <p>All the best,</p> <p>Inno</p> <p>P.S.: I would like to join as a developer not as a documentator or IRC supporter :)</p> <p><strong>[EDIT]</strong></p> <p>Thank you for your answers so far.</p> <p>I already get the application compiled, debugged and running, that's not the problem anymore. Just some small things I don't get to work (I think I will follow the advice with IRC).</p> <p>I would like to join the project to become familiar with C (and free software/open source software in general). I did C when I started programming and always liked it but never had the opportunity to work with it in a professional environment.</p> <p>Since I earn my money from programming since 5 or 6 years I'm not a total greenhorn anymore ;).</p>