
MAARTENDEWILDE.BLOGSPOT.COM
Maarten De WildeCode, Sci-Fi, Space, ...
http://maartendewilde.blogspot.com/
Code, Sci-Fi, Space, ...
http://maartendewilde.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.6 seconds
16x16
PAGES IN
THIS WEBSITE
13
SSL
EXTERNAL LINKS
14
SITE IP
172.217.12.193
LOAD TIME
0.642 sec
SCORE
6.2
Maarten De Wilde | maartendewilde.blogspot.com Reviews
https://maartendewilde.blogspot.com
Code, Sci-Fi, Space, ...
Maarten De Wilde: October 2010
http://maartendewilde.blogspot.com/2010_10_01_archive.html
Code, Sci-Fi, Space, . Tuesday, October 19, 2010. Automatic MVVM Command Binding. When working with MVVM it can be quite a lot of work to wire up all commands with the view, bind them and make sure the right method was called. Furthermore, you would need a property in your ViewModel that would bind to the view, wouldn’t it be nice to just have some methods in your ViewModel that would just like that respond to the buttons you click. Which definitely is worth a look. 8221; and end with “. 8221; and bindin...
Maarten De Wilde: November 2009
http://maartendewilde.blogspot.com/2009_11_01_archive.html
Code, Sci-Fi, Space, . Wednesday, November 18, 2009. Silverlight 4 BETA – A first look. Today Silverlight 4 beta was released! New with Silverlight 4 is a lot of features, a whole list of new stuff has been released, many of which are things I was really looking forward to ( native support for commands, binding on dependency objects, right clicking,text trimming , …). So what are all the new features in Silverlight, well there is a whole list that can be found on the Blog of Tim Heuer. Website, but for a...
Maarten De Wilde: January 2011
http://maartendewilde.blogspot.com/2011_01_01_archive.html
Code, Sci-Fi, Space, . Wednesday, January 26, 2011. Auto-ViewModel binding with Ninject. I have done a lot of post about binding ViewModels to Views in Silverlight, so can you see that it is really a subject I am quite interested in. It also allows me to learn more about several technologies all in the context of this domain. This means we are going to host our Locator as a resource in our App.xaml resource dictionary and bind to it in our views, using the StaticResource as a source. Kernel = new Standa...
Maarten De Wilde: December 2014
http://maartendewilde.blogspot.com/2014_12_01_archive.html
Code, Sci-Fi, Space, . Tuesday, December 2, 2014. Finding a specific commit in GIT. An issue that I came across recently is, checking if a certain commit is present in a branch or tag. This could be usefull if you want to know if a certain bugfix has been deployed to a certain branch/tag. Doing this is quite easy, say we want to find a commit containing 'puppies':. Git log - all - grep='puppies'. This will return you the commits containing puppies. ( eg. edd12e3d44364957832a0a74169469a1 ).
Maarten De Wilde: October 2009
http://maartendewilde.blogspot.com/2009_10_01_archive.html
Code, Sci-Fi, Space, . Friday, October 30, 2009. Downloading Dynamic files in Internet Explorer with SSL. I recently had a problem while trying to download a file that was being generated dynamically from an ASP.NET application. This was being done the following way:. Attachment; filename=EXAMPLE.bin". Response.AddHeader( "Content-Transfer-Encoding" ,. Response.ContentType = " /*Wanted content type*/. Response.OutputStream.Write( /* Your File */. Internet Explorer cannot download PAGENAME from SERVERNAME .
TOTAL PAGES IN THIS WEBSITE
13
October | 2011 | .NET Fever
https://reynaerta.wordpress.com/2011/10
With a silverlight touch. Archive for October, 2011. Create a DataGridToolTipTextColumn for the Silverlight DataGrid. Last I have created a DataGrid column which views a tooltip when you hover over the content (text) of the column. These can be usefull when you have many columns within long textdata. For the tooltip I have used the ‘Silverlight Advanced ToolTips’ library of Xavier De Coster. Which you can find on CodePlex. Create a new class in your project and paste the following code:. A - 4 months ago.
What the (near) future will bring: Summary (TechDays 2012) | .NET Fever
https://reynaerta.wordpress.com/2012/02/22/what-the-near-future-will-bring-summary-techdays-2012
With a silverlight touch. What the (near) future will bring: Summary (TechDays 2012). What the (near) future will bring: Summary (TechDays 2012). Last week, I went to the main conference of TechDays (14 and 15 february) Belgium, Microsoft’s yearly event for IT professionals and developers. Because I am a developer, I went to the developer track sessions. I tried to wrote down a summary of some interesting sessions which I followed. You can summarize this session with one important sentence: C# 5 is focus...
February | 2012 | .NET Fever
https://reynaerta.wordpress.com/2012/02
With a silverlight touch. Archive for February, 2012. What the (near) future will bring: Summary (TechDays 2012). Last week, I went to the main conference of TechDays (14 and 15 february) Belgium, Microsoft’s yearly event for IT professionals and developers. Because I am a developer, I went to the developer track sessions. I tried to wrote down a summary of some interesting sessions which I followed. You can summarize this session with one important sentence: C# 5 is focused on async programming, introdu...
December | 2012 | .NET Fever
https://reynaerta.wordpress.com/2012/12
With a silverlight touch. Archive for December, 2012. IValueConverter for Binding in WinForms. I’m currently working on a Winforms project and there was a need if a product is in stock, the background of the ‘details product panel’ should be green, otherwise it should be red. In Winforms you can create (in code) a binding too, but you can’t specify a converter to convert a boolean (IsInStock property) to a color. Todo that you should write a lot of code in your SelectionChanged event…. Please retweet if ...
Create a DataGridToolTipTextColumn for the Silverlight DataGrid | .NET Fever
https://reynaerta.wordpress.com/2011/10/26/create-a-datagridtooltiptextcolumn
With a silverlight touch. Create a DataGridToolTipTextColumn for the Silverlight DataGrid. Create a DataGridToolTipTextColumn for the Silverlight DataGrid. Last I have created a DataGrid column which views a tooltip when you hover over the content (text) of the column. These can be usefull when you have many columns within long textdata. For the tooltip I have used the ‘Silverlight Advanced ToolTips’ library of Xavier De Coster. Which you can find on CodePlex. Leave a Reply Cancel reply. Create a DataGri...
Is Silverlight dead (or still alive)? | .NET Fever
https://reynaerta.wordpress.com/2012/02/18/is-silverlight-dead-or-still-alive
With a silverlight touch. Is Silverlight dead (or still alive)? Is Silverlight dead (or still alive)? Is Silverlight dead or still alive, that’s the question of some developers, companies, project managers,… today. Since Microsoft announced that Silverlight 5 is the last version of Silverlight there are many speculations that everyting is going to html 5…. In my opinion (at this moment :) , I don’t think that html 5 is an alternative for Silverlight 5…. Some of my arguments:. Another interesting read of ...
Alexander Reynaert | .NET Fever
https://reynaerta.wordpress.com/author/reynaerta
With a silverlight touch. IValueConverter for Binding in WinForms. I’m currently working on a Winforms project and there was a need if a product is in stock, the background of the ‘details product panel’ should be green, otherwise it should be red. In Winforms you can create (in code) a binding too, but you can’t specify a converter to convert a boolean (IsInStock property) to a color. Todo that you should write a lot of code in your SelectionChanged event…. I tried to wrote down a summary of some intere...
Two-Way binding Autogenerated columns in Silverlight DataGrid | .NET Fever
https://reynaerta.wordpress.com/2011/01/24/two-way-binding-autogenerated-columns-in-silverlight-datagrid
With a silverlight touch. Two-Way binding Autogenerated columns in Silverlight DataGrid. Two-Way binding Autogenerated columns in Silverlight DataGrid. A colleague ask me why his property didn’t update while he was clicking on a checkbox in a column of a DataGrid. He has set the ItemsSource of his DataGrid to an ObservableCollection of objects with the INotifyPropertyChanged inferface implemented and the setters fires the PropertyChanged event. You can download my demo code on this link. Fill in your det...
February | 2011 | .NET Fever
https://reynaerta.wordpress.com/2011/02
With a silverlight touch. Archive for February, 2011. Extending OrderBy Linq extensions (Synchronous DataGrid Part 2). The solution for this problem can be are: fire an event if the user click on a header and sort the collection by the property binded on the matching column. But… the header hasn’t default an OnClick event… Ok, let’s implement it in the Synchronous DataGrid:. Protected override void OnMouseLeftButtonDown( System.Windows.Input.MouseButtonEventArgs e) { Point pt = e.GetPosit...Var mem = typ...
TOTAL LINKS TO THIS WEBSITE
14
Maarten de Tollenaer | grafisch ontwerper
Fotografie Maarten Devoldere | Fotograaf Roeselare - West-Vlaanderen - huwelijk - day in the life - familiereportages - bedrijf - reportage
Ik ben Maarten, fotograaf. 2017–2018 Maarten Devoldere Fotografie Fotograaf - Roeselare Tel. 32 (0) 494 07 89 04 mail: info@maartendevoldere.be BTW: BE 0846 636 586.
MAARTEN DEVOLDERE / PHOTOGRAPHER / 8800 RSL, BELGIUM - FINE ART PHOTOGRAPHY
Beschermde Blog › Inloggen
Dit is een privésite van de eigenaar. Als je deze wilt bekijken, heb je twee dingen nodig:. WordPress.com-account Heb je nog geen account? Alles wat je nodig hebt is een e-mailadres en een wachtwoord registreer je hier. Toestemming van de eigenaar van de site. Als je een account hebt aangemaakt, log in en ga terug naar dit scherm om een uitnodiging aan te vragen. Als je ze allebei al hebt, fantastisch! Larr; Terug naar WordPress.com.
Naamloos document
Maarten De Wilde
Code, Sci-Fi, Space, . Tuesday, December 2, 2014. Finding a specific commit in GIT. An issue that I came across recently is, checking if a certain commit is present in a branch or tag. This could be usefull if you want to know if a certain bugfix has been deployed to a certain branch/tag. Doing this is quite easy, say we want to find a commit containing 'puppies':. Git log - all - grep='puppies'. This will return you the commits containing puppies. ( eg. edd12e3d44364957832a0a74169469a1 ). As an example,...
Default Parallels Plesk Panel Page
Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. For more information please contact . Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms. To find out more information.
Duurzame productiviteit - Maarten de winter
Haast u niet,. We hebben geen tijd te verliezen! Welkom op mijn site. In een ongekend dynamische tijd ondersteun ik organisaties en collega adviseurs met aanpakken, tools en opleidingen gericht op overzicht, inzicht en invloed. Op deze site vind je vooral artikelen. In waarde creatie netwerk Archimedes werk ik multidisciplinair samen vanuit eenzelfde visie. Juist wanneer tijd schaars is, kan de kwaliteit ervan worden verbeterd. Samen met kennispartners schreef ik het boek Gelukkig druk?
Maarten De Wispelaere
Systems, Storage, Networking. I'm a 34 year old, with a passion for Linux, networking, storage, HA clustering and virtualization. My goal is to be part of all processes: design, implementation and stress testing: if something is prone to failure under load, better find out before taking a system in production. I try to make people conscious of the fact that we need to start looking at IPv6 in a serious way and that carrier grade NAT really isn't a healthy long time solution. Dutch, English, French. The I...
Welkom op de Blog van Maarten de Wit
Maarten de Wit | Energie als hobby
De waterstofauto gaat nooit echt wat worden. Op 10 december 2015 liep ik tijdens het EnergyNext Event in Dordrecht (dit congres is overigens een aanrader) Professor Future Energy Systems (TU Delft) Ad van Wijk. Tegen het lijf. Ad verzorgde tijdens dat congres een ronde tafel sessie met als onderwerp “Toekomstige energiesystemen”. En als Ad het verteld, moet het waar zijn: Hij kan zo vol overtuiging vertellen. Dat je meteen alles geloofd van deze inspirerende spreker! We beschikken in Nederland over de be...
SOCIAL ENGAGEMENT