ma4ti4

↗ HN profile [ 65.5 ms ] full profile
Karma
8
Created
March 10, 2009 (17y ago)
Submissions
0
  1. ASP.NET applications can be easily integrated with ajax file upload scripts. Valums' ajax upload script is easily customizable and extendable

  2. This post demystifies digital marketing term for software technologists. It breaks down digital marketing world into small pieces.

  3. JQuery UI Selectable with ASP.NET (jquery-with-asp.net)

    Long lists of checkboxes or multiselect list are not very pleasant to use. jQuery Selectable plugin offers viable alternative. In this post you can check how to get it working with ASP.NET

  4. If you ask developers how detailed the requirements should be, they will tell you that they want to know exactly what clients want to get. And this is good! Vague, high level, general requirements are not going to work…

  5. JQuery UI Datepicker with ASP.NET (jquery-with-asp.net)

    In this article you will find step by step guide how to integrate jQuery UI Datepicker with ASP.NET

  6. In this post you will see how easy you can call some ASP.NET server side method using jQuery via Ajax. There are number of scenarios in which this trick can be useful but for me the most appealing one are asynchronous…

  7. jQuery UI provides a few very nice and very useful widgets which you can really easily integrate with your application. In this post I will show you how to use Autocomplete widget to implement predictive search.

  8. In the first part of that article it was showed how to use jTemplates plugin to build client side repeater. In this part author shows how to make that work with data from ASP.NET WebService

  9. Post shows how easy you can implement client side repeater. There are a few jQuery plugins which you can use for it. However I recommend to use jTemplates. With jTemplates you can easily define a client side template.

  10. Article about hidden assumptions which people make usually unconsciously.

  11. Post showing how you can easy achieve AJAX asynchronous updates with jQuery. Typical scenarios where such functionality is handy are all sorts of modules which you would like to update without reloading entire page…

  12. Agile methodologies are tailored for cross-functional and self-organizing teams. In this post you will find 3 simple ways to verify if your team is self-organizing.

  13. I see daily stand-up meetings ("daily scrums") as a one of the most beneficial practices in SCRUM repertory. Theory says that during the daily scrum each team member should answer three well-known questions. What I find…

  14. Every day we are facing some deadlines. We have to deal with them as a matter of priority. Big question which I have is what next? What will you do next when all urgent things are done, the pressure is gone and you…

  15. Simple example how to use strong sides of ASP.NET Repeater and strong sides jQuery to write less code.

  16. Estimates versus Commitment (marekblotny.com)

    If you are a member of development team, sooner or later someone will ask you to estimate something. It can be something small like a bug or task but it can be also something bigger like entire project. Regardless what…

  17. Conventionally role of developers in a project was fairly narrow. Project Manager was assigning tasks to developers; they were working on it and when done whole process was repeated for another task. Usually developers…

  18. jQuery basic selectors and filters explained in a simple way with examples.

  19. What does it take to advance from junior to senior developer? The most obvious answer is experience. But is it only that? Or maybe number of years of experience is completely irrelevant?

  20. Sooner or later developers have to start thinking about their career path. They are facing a question like 'I have been programming for x year ... now what?'. As I see it there are three potential career paths for…

  21. Article presents how to use table per class hierarchy inheritance mapping strategy with Fluent NHibernate.