sathai

Stories kicked by sathai

Developing on the move(www.sarin.mobi)

submitted by sathaisathai(262) 1 year, 5 months ago

today working requirement as increase in its dynamics and thus making us developer to be more flexible in how would we be keeping up with the demand of the never ending in changes. Sometimes you would need to starting programmer at 5 am in the morning in some hotel of Barcelona before you attend the Mobile World Conference 2010. read more...

add a comment |category: |Views: 1

tags: another

Developer’s Constitution(www.sarin.mobi)

submitted by sathaisathai(262) 1 year, 5 months ago

We the developer of the creativity elites nation, in order to be most productivity, while able to communicate with others in today’s complex environment. People of this nation shall have them their basic rights in order for them to enjoy what are their doing and to achieve the highest in their life. Thus, providing the bases for who are willing to participate in our growing nation of developers. read more...

1 comment |category: |Views: 61

tags: another

How does feel like to code in a triple monitor setup?(www.sarin.mobi)

submitted by sathaisathai(262) 1 year, 5 months ago

Some people might say that you should use what you have got already and utilize it to your maximum potential. True to these words, but after studying the scenario for some time and providing the availability of my old computer monitors from difference systems. read more...

add a comment |category: |Views: 59

tags: another

Triple Monitor with ATI and a big headache!(www.sarin.mobi)

submitted by sathaisathai(262) 1 year, 6 months ago

SSome people might say that working with triple display is a waste of money and that it should be spend elsewhere. And other might say that triple workspace directly mean triple the productivity as that it should be included in the Bill of Right. read more...

2 comments |category: |Views: 88

tags: another

What is missing from Visual Studio 2010 Data-Tier Application?(www.sarin.mobi)

submitted by sathaisathai(262) 1 year, 6 months ago

If somehow, Microsoft made an updates in featuring to be able to customize the schema with a more graphic user interface would be much welcome. read more...

add a comment |category: |Views: 8

tags: another

Exchange Server 2010 – send and receive SMS text message(www.sarin.mobi)

submitted by sathaisathai(262) 1 year, 9 months ago

Can anybody help me find where can i set the exchange server 2010 to be able to send and receive SMS text message from Outlook Web Access as it say here read more...

add a comment |category: |Views: 6

tags: another

Exchange 2010 - OMS in OWA(www.sarin.mobi)

submitted by sathaisathai(262) 1 year, 9 months ago

Some you would have know about Outlook Mobile Service (OMS) from Outlook 2007, where you get to send and receive text messages directly integrated into Microsoft Outlook 2007 itself. But now in Exhange 2010 beta you can set up OMS directly into the Exchange server by mailbox account. read more...

add a comment |category: |Views: 6

tags: another

Visual Studio 2010 Beta 1 ships(sarin.mobi)

submitted by sathaisathai(262) 3 years ago

Okie! here the greats that we have all been waiting for, the availability of visual studio 2010 beta 1. Somasegar that beta 1 will public download this Wednesday (20 may 2009). Currently subscriber of MSDN can download the build right away starting from Monday, while for public down will take place tomorrow. read more...

add a comment |category: |Views: 5

tags: another

AJAX Support Chat with visitor tracker and invitation(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

I really wanted to develop my own support chat with fully AJAX technology, would it be great that if the chat room would not do a single postback to server and get that annoying refresh sound. This Support Chat is a primary feature for me in my http://www.zendsms.com/ project; it’s a Microsoft Outlook 2007 Mobile Service. Therefore here I am with my Support Chat, below are some features that I had prioritized. read more...

add a comment |category: |Views: 49

tags: another

ASP.NET AJAX maintain panel scrolling position(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

After sometime in developing my Support Chat, I can get the panel scrolling to maintain it scroll position. Doing some Google don’t help much, only finding more complex solutions. A lot of people went with javascript, or something other. Then in the shower, I finally got, I can put the UpdatePanel inside the Panel, and then do the Aync post back. So I tried out my idea, and here the test code read more...

add a comment |category: |Views: 110

tags: another

ASP.NET C# DataBind RadioButtonList from DataTable with Multiple Field(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

I have been trying to DataBind multiple fields into the RadioButtonList DataTextField from my DataTable, by default this property only accept 1 column using its column name as the primary key. But if I want to concate multiple column, then what do I do? Well after be playing around with this logic, I found that you manually add ListItem to the RadioButtonList, is where you can manual add your DataTextField end results directly into the ListItem.Text property field. read more...

add a comment |category: |Views: 167

tags: another

C# AJAX UpdateProgress Block Screen Popup(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

ASP.NET AJAX is a powerful tools that you can utilize, many feature that can bring the power of your interactive desktop to your web browser. In this blog I’m will be showing you how to create a Popup with block screen when execute a time consuming function that relay on the server-side, this is done by using the standard ASP.NET AJAX using the UpdateProgress that is associate with an UpdatePanel. read more...

add a comment |category: |Views: 423

tags: another

C# Auto Detect Preferred Country(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

I found that IP to Country has not been that best practices in locating that visitor preferred country, mostly because of IP are allocated to ISP in there registered country, but where the actual user with that assign IP address can be anywhere (also the VPN). Therefore a better way to detect that website visitor is to check their actual browser preferred language and country, this is done by the Request.UserLanguages in C#, but due to that this property return with a array of language that the visitor browser is set to, therefore not just one country is return. So I would need way to query this array and return only the country short code. read more...

add a comment |category: |Views: 42

tags: another

ASP.NET C# Visitor Real-time Session Tracker(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

Tracking real-time online visitors on your website has been a challenge for some time, here I will show you how to track online visitor in with ASP.NET C#, in which will have the following features that I like to show you; SessionID - from the HttpSessionState object Path - the Virtual path of that visitor Username - Username of that authenticated user from System.Web.Security PageView - number of page that the visitor have viewed in your website Our Tracker namespace is that heart of our visitors tracking magnesium, it hold the SessionID, Virtual path, Username, and page view of all visitors. That SesssionTrack is a static class, which is hold information of each session through the session id of the user HttpSesstionState instance. read more...

add a comment |category: |Views: 410

tags: another

Generate Google Analytics E-Commerce code from C#(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

Tracking visitors on your e-commerce website is crucial step on internet business today, one tool from Google, call “Google Analytics” has come to help, armed with ability to track visitors from difference source traffic, content navigation, visitor’s system statistic, and most of all e-commerce tracking. Analytics E-commerce are executed by a block of JavaScript into the html code rendered to the client browser, this can sometime be difficult if you have more than one product (Which also happen on my site). Therefore we need a more powerful way generate this tracking code for Analytics, using the power of C# in ASP.NET, I’m able to create a namespace to dynamically generate the inject code for you simply at runtime. read more...

add a comment |category: |Views: 223

tags: another

C# Sum an Array – Performance Analysis(sarin.mobi)

submitted by sathaisathai(262) 3 years, 6 months ago

The problem on which mechanism to use in your programming has between some trouble for some areas, here I did an analysis on summing up an array of double. The goal is to choose the tradeoff between easiest of LINQ and performance of FOREACH, as we all know that LINQ implement the IEnumerable class. Here I create a test project to measure the time span on summing up the array base on difference array dimension, than write the results to a CSV file, where I pot a LINQ vs. FOREACH graph to see the tradeoff. read more...

add a comment |category: |Views: 88

tags: another