Archive for category HTML 5
[Blog Post] How To Modify Current URL Without Reloading or Redirection Using JavaScript(location.hash, history.pushState, history.replaceState)
Posted by Mahmut Sozeri in ASP.NET MVC 4, HTML 5, JavaScript, jQuery on April 3, 2013
Hi everybody, In previous post, we talked about Knockout.js. Today, we are going to deal with how to change current URL without reflesh the page. Actually, a lot of companies are using this operation which are facebook, wordpress, translate.google, and other web sites which uses single page application or kind of single page web sites. […]
ASP.NET MVC 3 Razor İpucu 4 – HTML 5 Sürükle Bırak Dosya Yükleme (Drag-Drop File Upload)
Posted by Mahmut Sozeri in ASP.NET MVC 3, HTML 5 on May 31, 2012
Merhaba MVC Severler, Önceki ipucu yazımda sizlere XSS atakları ile ilgili dikkat edilmesi gereken bir kaç noktayı belirtip, örnekler yaptık. Bu ipucumda sürükle-bırak yöntemi ile hazır bir kütüphane ile dosya yüklemeyi yapacağız. Hazırlık Uygulamamızı Visual Studio 2010 Ultimate sürümünde ASP.NET MVC 3 Empty Template üzerinde yapacağız. Ayrıca bu adresten fileupload.js dosyasını .zip içerisinde indirebilirsiniz. Yada indirme […]