Search Results

Search found 34 results on 2 pages for 'scatman'.

Page 2/2 | < Previous Page | 1 2 

  • Computer Science + CFA

    - by scatman
    I still have one semester to finish my MS in Computer Science, and I am already working for a software development company. I took some accounting courses as electives (accounting 1-2 and finance) and I found them interesting and easy. Is it worth it to do CFA? I don't want to change majors, i.e. I still want to be a developer, but would it help if I did CFA?

    Read the article

  • how good should a developer be in design and animation?

    - by scatman
    how good should a developer (especially web developer) be in design and animation? should he know how to create flash animations? how to use image processing programs like photoshop.... i am asking this question because i am a computer science student, and all my courses are programming related (no courses about design). when i develop a web application i usually use "wizards" for animation coz i suck at design...

    Read the article

  • inheritence in c#

    - by scatman
    i am trying to create a custom (TreeView) control by inheriting from (RadTreeView) control by doing so: public class CustTreeView : RadTreeView but not all methods where inherited!!. for example: i can do: RadTreeView r = new RadTreeView(); r.LoadContentFile("Sample.xml"); but not: CustTreeView r = new CustTreeView (); r.LoadContentFile("Sample.xml"); so LoadContentFile is a method in RadTreeView but not in CustTreeView!!any explanation?

    Read the article

  • topics in distributed systems

    - by scatman
    what do you think is an interesting topic in distributed systems. i should pic a topic and present it on monday. at first i chose to talk about Wuala, but after reading about it, i don't think its that interesting. so what is an interesting (new) topic in distributed systems that i can research about. sorry if this is the wrong place to post.

    Read the article

  • loading an image through javascript

    - by scatman
    is there a way to load the full binary of an image in javascript? what i want to do is to allow the user to preview an image before uploading it. ie the user selects an image on his local drive (C:\image.jpg) , view it, and decides to upload or cancel. i tried to set the source to the image path, but it didn't work since it is outside the webapplication project folder. any help?

    Read the article

< Previous Page | 1 2