Skip to main content

Flo rian's Library tagged no_tag   View Popular, Search in Google

Feb
3
2010

  • Pattern Tap was born out of a love for the best interface designs on the web. The developers of this fantastic and popular resource wanted a place where all UI designers could come and easily find the solutions they were looking for.
Oct
18
2009

    • A few parts missing seem to be a central location for services needed throughout the solution and test projects. I usually have something like this:

        
      • Sample.Core - services and code that need to be used across the application
      • Sample.Data - domain classes and repository interfaces
      • Sample.Data.NHibernate - mapping files, fluent config, etc. and repository implementations, basically anything data mapping layer specific
      • Sample.Services - service implementations and interfaces
      • Sample.Web - web application
      • Tests\Sample.Core.Tests
      • Tests\Sample.Data.NHibernate.Tests
      • etc...
        

      Of course, the tree will get more complex depending on the project. As for discussions, check out the Onion Architecture. You can also check out the sample projects on Domain-Driven Design and see what you can take from those.

Oct
16
2009

  • UPDATE: Other Mac users seem to be using MPEG Streamclip to convert the D5000/D90 footage to 720p 24fps HDV .MOV files and bringing them in that way. I just tried it and it worked great. It did make my clip about 50% larger than the original, but the conversion was fast and the quality looked to be the same as the original.  My original 1 minute 3 second clip (.AVI) file was 105.3MB. The Handbrake H.264 MP4 was 11.7MB and the MPEG Streamclip HDV .MOV was 145.2MB. So if you multiply these numbers by 5 (each clip you record is limited to 5 minutes), then the native file coming out of the camera will be roughly 526.5MB and the Streamclip HDV .MOV file will be roughly 726MB. Keeping in mind that compression will vary based on the content being shot and that my clip was 3 seconds longer than 1 minute.
  • UPDATE 2: Found an even easier solution, although it’s not FREE. Using QuickTime Pro ($29.99), which I already have. Open the Nikon D5000/D90 .AVI clip in the QuickTime and player and simply hit Save. This will save out a .MOV file (no conversion), which imports right into Premier Pro on the Mac. Then drop it into an HDV 720P 24fps Sequence and edit away. The resulting .MOV file is the exact same size as the original .AVI.
Jan
17
2009

  • db.Queue(from p in db.Products where p.CategoryID == 5 select p);  db.Queue(from p in db.Products where p.CategoryID == 7 select p);  db.Queue(from p in db.Products where p.CategoryID == 9 select p);   List<Products> result1 = null;  List<Products> result2 = null;  List<Products> result3 = null;    using (IDataReader rdr = qry.ExecuteReader()) {  result1 = rdr.ToList<Products>();    if (rdr.NextResult())  result2 = rdr.ToList<Products>();   if (rdr.NextResult())  result3 = rdr.ToList<Products>();   }
  • var db = new DB();
Oct
1
2008

  • Der Highland Fling mal anders

           
     
     
     
     
     
     

    Gestern gab es ne kleine Abschiedsparty für Sarah aka Gypsy Charms in Edinburgh. Die Party wurde von ihren ehemaligen Schülern organisiert. Wie üblich gab es ne menge Shows. Ich muss gestehen, seit dem ich hier bin hab ich es noch nicht geschafft, mal zu einem echten schottischen ceilidh zu gehen. Auch einen der berühmtesten schottischen Tänze, den “Highland Fling“, hab ich noch nicht live gesehen. Bis gestern!

     

    Eine von ihren ehemaligen, eine echte Schottin, hat es getan. Den Highland Fling! Zugegebn, in einer sehr eigenen Interpretation und nach mehrfachem Herumfragen wurde mir dann auch versichert, das das Ausziehen, in der Regel nicht zum Tanz gehört. Man kann quasi behaupten, das diese, mir namentlich unbekannte Schottin versucht hat, Tradition mit

  • elect your blog platform and enter your blog info below. "Send to Blog" can be accessed on the toolbar, in the right-click menu, or "More Actions" pull-down menu on the Diigo website
1 - 20 of 40 Next ›
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo
Move to top