background preloader

People

Facebook Twitter

조성문의 실리콘밸리 이야기. 네이버 블로그 :: 포스트 리스트. 런던 말리본 역으로 향하여 런던 구경 나온 빈티지 아울입니다. 요건 2010년 12월 사진들이네요! ~ ^^ [리젠트 스티릿,카나비스트릿,테이트모던,빈티지아울,런던,애플스토어,카페네로,영국] 영국 런던의 명소! ~ 굉장히 오래된 백화점이죠! 리버티 백화점! 요기는 짱짱한 쇼핑거리! 가지각색의 브랜드들이 줄지어 늘어서 있는 카나비 스트릿입니다! 크리스 마스 전이라! 영국 런던 리젠트 스트릿의 애플 스토어 입니다! 내부도 엄청 크고 간지 장난 아닙니다 짠! 제가 가장 좋아라 하는 테이트 모던에 드디어 도착! No Entry 만 보면... 왜 이리 들어가 보고 싶은지.. 청개구리다.... Weiwei 의 The Unilever Series! 중국에서는 빼 놓을 수 없는 간식!! 해바라기씨의 텍스쳐를 활용한 요 작품! 뭔지 모르게 계속 쳐다보게 만드는...매력이 얘는 갈때마다 눈에 띄길래 한장 찰칵! 테이트 모던 구경하고 나오니 요렇게 밤이 되었네요! 강 맞은편으로 보이는 세이트폴 성당이 눈에 들어와.. 한장 찍어 보았나 봅니다! 2010년 12월 겨울 어느날! 이 지하차도! 그리고 버스를 기다리는 사람들.... 음...매료되는 묘한 기분! 카페 네로의 모습이 쓸쓸해 보이기도 하구... 그 외로운 밥이었나 봅니다. 전체적으로 사진에 외! 오랜만에 사진들을 들쳐 보는 재미가 쏠쏠하네요! 다양한 사진 블로깅으로 또 제 이야기 전달 드릴게요! 남정현의 Windows Azure 블로그 :: Jon Galloway. Top things web developers should know about the Visual Studio 2013 release ASP.NET and Web Tools for Visual Studio 2013 Release NotesASP.NET and Web Tools for Visual Studio 2013 Release NotesSummary for lazy readers: Top links: Okay, for those of you who are still with me, let's dig in a bit.

Quick web dev notes on downloading and installing Visual Studio 2013 I found Visual Studio 2013 to be a pretty fast install. If you're only going to be doing web development, you can speed up the install if you just select Web Developer tools. Of course, as a good Microsoft employee, I'll mention that you might also want to install some of those other features, like the Store apps for Windows 8 and the Windows Phone 8.0 SDK, but they do download and install a lot of other stuff (e.g. the Windows Phone SDK sets up Hyper-V and downloads several GB's of VM's). If you've got a fast internet connection, I recommend using the web installer instead of downloading the ISO. Web Development settings Color theme. Bellevue Project. 류한석의 피플웨어 (peopleware.kr) Ron Jacobs. Scott Hanselman.

According to the Microsoft Support website: "Core isolation is a security feature of Microsoft Windows that protects important core processes of Windows from malicious software by isolating them in memory. It does this by running those core processes in a virtualized environment. Memory integrity is one feature of core isolation which regularly verifies the integrity of the code running those core processes in an attempt to prevent any attacks from altering them. We recommend that you leave this setting on, if your system supports it. " Cool.

Be aware: Do be conscious of each driver and what it does and consider what functionality - if any - you'll be losing if you remove them. Ok, ready? Turns out this was added way back in 2017 in Windows 10 build 17093. I ran the Windows Security app on my system and noticed a few things. In order to be considered enhanced, your system needs to support: Some of these technologies are quite old and have been in Windows for a while.

Wmic sysdriver get name. Sam Gentile's Blog. Maurice De Beijer - Workflow. With the typical AngularJS SPA application there are lots of AJAX calls going on to retrieve data from the server. This sometimes results in a view that appears empty to the user. The page is rendered without any data as that is still being loaded. This also happens on the movie page in the demo application. While technically completely understandable it can be confusing to an end user not seeing the expected data. Intercepting AngularJS AJAX requests In AngularJS all AJAX request are done using the $http service. 1: module.config(function ($httpProvider) { 2: $httpProvider.interceptors.push(function ($q, $rootScope) { 3: var requests = 0; 5: function show() { 6: if (!

7: $rootScope. 9: requests++; 12: function hide() { 13: requests--; 14: if (! 15: $rootScope. 19: return { 20: 'request': function (config) { 21: show(); 22: return $q.when(config); 23: }, 'response': function (response) { 24: hide(); 25: return $q.when(response); 26: }, 'responseError': function (rejection) { 27: hide(); 3: </div> 5: </div> Marty's Blog. Xamarin Announces Mono for Android 4.0 .NET developers rejoice!

Xamarin has just announced the long awaited release of their .NET/Android tool, Mono for Android 4.0. This release comes on the tails of their iOS product, MonoTouch 5. With these two products updated to the latest platforms from Google and Apple, C# developers can now develop applications for the top three mobile platforms and share code among them. With the release of Xamarin's new Android tools, .NET developers can now leverage their existing skills and target many of the new devices including tablets like Motorola Xoom, Samsung GALAXY Tab, and Amazon's Kindle Fire. For more information, please check out the Wall Street Journal article that just released the announcement from Xamarin. To download and try it, click here! Slow March to Standardization Normally when I look into my crystal ball or read the tea leave to see what lies ahead for developers, the images I receive are relatively clear. Take myself as an example.

[장선진] 삶을 위한 소프트웨어 ::