Effect Labs is hiring!!
| From : sushantp.wordpress.com
Not yet published.
Dear Reader, This post is not on technology but on technology appliers hence might be interesting for a few. We are expanding our team both for our product and services lines. On the product development team we are looking for a solid Android dev who is passionate about developing Android applications and loves to be a leader with his\her solutions. On the services team we are looking for Silverlight devs (RIA being our core focus area), ASP.NET Devs with MVC experience, A web 2.0... Read Full Story
EffectLabs team starts blogging
| From : sushantp.wordpress.com
Not yet published.
This is just an information post where I would like you to take a look at our team blog ( http://blog.effectlabs.com ) where the Effect Labs team would be writing about technology, solutions and taking deep insights to various product and market scenarios. A dedicate team of 12 bloggers are working on it and we would be expanding its services right from blogging to forums to live chat so that the dev community can get help almost anytime. Technology Team would focus around Silverlight, RIA... Read Full Story
Silverlight Reporting Support for SSRS reports – Problem and Possible solutions
| From : sushantp.wordpress.com
Not yet published.
After a long break, working on setting up things with the new company, I am back to blogging and would be involved looking into Silverlight development, Sharepoint and general Business problems which I encounter with my new venture. I was working on a project a few days before and got to implement reporting support in Silverlight 3 project which doesn’t support Reporting natively or doesnt provides a control similar to ASP.NET ReportViewer Control. In this post we will look into the how we... Read Full Story
Co-Founding Effect Labs – bringing dream to reality – mix of passion, hard work and big Dreams :)
| From : sushantp.wordpress.com
Not yet published.
I was out of blogging arena for past few months… the title should give some hint on what I was busy with. I with my two friends has set up an IT consulting firm called Effect Labs ( http://effectlabs.com ) which focus on Silverlight and Sharepoint based custom application development. Journey: Since my Microsoft days, it was there somewhere but due to several things going within and around, it just didn’t came out then. Though to keep myself ignited I joined a services start-up so that... Read Full Story
Using IFrames for multiple file uploads and using jquery to communicate between main document and iframes
| From : sushantp.wordpress.com
Not yet published.
In this post we will look into how we can use iframes to do multi file upload and also how we can use jQuery to communicate between the main document and a specific iframe (among many iframes). So, the scenario here is we have a page with multiple file upload depending upon some data. We will use a repeater to deal with the data and hence we get ‘n’ rows of file upload depending upon the datasource. The iframe elements are kept inside repeater as shown below. Here we will see how we can... Read Full Story
TFS 2008 Tips and Tricks: Enable Get Latest on Check Out
| From : sushantp.wordpress.com
Not yet published.
In this post we will look into how can we enable get latest when doing check-outs while using TFS 2008. In case of a general development team where multiple devs are working on a project and modifying different portion of it we cant have exclusive locks most of the time as it restricts the capabilities of parallel or fast sequential development. So, in this type of general scenario we see the requirement of automatic get latest when somebody checks out a file as it would help in later merging... Read Full Story
jQuery: Get formatted Date from returned JSON data
| From : sushantp.wordpress.com
Recently I was working on using client side template to show a tabular data and one of the columns was a date field. The return data was an enumerable type i.e. List of objects containing the System.DateTime (date) field for representing date. When I looked into the date column in my client side grid on browser I was surprised to see the resulted date in form of “/Date(998667000000)/” (the date data might not be exact as I have put how it looks like) which of kind of unexpected and then led... Read Full Story
jQuery: Get the checked and unchecked items from list of checkboxes
| From : sushantp.wordpress.com
Not yet published.
In this post we will see the use of jQuery in finding the count of checked and unchecked items from a list of checkboxes along with their count. This is also one of the common problems I faced and looked into how to use not selector and also found that count comes as not expected many a times so whats the reason behind that. Let’s take a look at a generic example page where we have a list of checkboxes inside a table enclosed in a div (you can use any other scenario like a div having a list... Read Full Story
ASP.NET - Fill and Show Dependent drop down list on Client side without server control and Postback
| From : sushantp.wordpress.com
In this post we will look into filling dependent drop down list(s) on client side without using server side asp:dropdownlist control and autopostback, which is the common way we see around. We will be using jQuery at the front end to do the drop down list marp-up generation and adding data to it. We will be using WebMethod to retrieve JSON data from the server where we can return simple data types or any Enumerable data types like List etc so it fills the regular or common way of server side... Read Full Story
HD View and Microsoft ICE - Generating and viewing high resolution Panoramas
| From : sushantp.wordpress.com
Not yet published.
HD View is essentially an image viewer which helps in viewing high resolution images\very large images. Microsoft ICE is a software which can be used to stich multiple images to generate a very large panorama of the degree of gigapixels. Since you can have panorama of this degree hence you can achieve a full 360 degree view of subject. This is a Microsoft Research project which uses capabilities of your graphics hardware to provide image smoothing and high level zooming to get a 3D illusion... Read Full Story