ma4ti4
- Karma
- 8
- Created
- March 10, 2009 (17y ago)
- Submissions
- 0
- Ajax File Upload With ASP.NET Using Valums’ Script (jquery-with-asp.net)
ASP.NET applications can be easily integrated with ajax file upload scripts. Valums' ajax upload script is easily customizable and extendable
- Guide to Digital Marketing World for Software Technologists (marekblotny.com)
This post demystifies digital marketing term for software technologists. It breaks down digital marketing world into small pieces.
- 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
- How detailed the requirements should be? (marekblotny.com)
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…
- 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
- Button Click Event via Ajax with jQuery (dzone.com)
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…
- JQuery UI Autocomplete with ASP.NET (dzone.com)
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.
- Easy Client Side Repeater with jTemplates Part 2 (jquery-with-asp.net)
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
- Easy Client Side Repeater with jTemplates (jquery-with-asp.net)
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.
- About Conscious and Unconscious Assumptions (dzone.com)
Article about hidden assumptions which people make usually unconsciously.
- Modules and AJAX Updates Every X Seconds (jquery-with-asp.net)
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…
-
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.
- Does Daily Scrum Have To Have So Rigid A Structure? (marekblotny.com)
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…
- What Do You Do When Urgent Things Are Resolved? (marekblotny.com)
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…
- How To Empower ASP.NET Repeater With jQuery (jquery-with-asp.net)
Simple example how to use strong sides of ASP.NET Repeater and strong sides jQuery to write less code.
- 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…
- Is It Easy To Be a Developer in Agile Team? (marekblotny.com)
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…
- How To Use Basic jQuery Filters With HTML List (jquery-with-asp.net)
jQuery basic selectors and filters explained in a simple way with examples.
- Senior Developer versus Junior Developer (marekblotny.com)
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?
- Are Ex-Developers Good Project Managers? (marekblotny.com)
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…
- Fluent NHibernate and Inheritance Mapping (marekblotny.blogspot.com)
Article presents how to use table per class hierarchy inheritance mapping strategy with Fluent NHibernate.