﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Saiket Podder's Blog</title>
    <link>http://saiketpc/saiket/Blog/Blog.aspx</link>
    <description>Its a Blog Feed of Saiket Podder's CyberSpace</description>
    <item>
      <title>CSharp DOT NET Access from classic ASP</title>
      <link>http://saiketpc/saiket/Blog/9-18-2009/31/CSharp-DOT-NET-Access-from-classic-ASP.aspx</link>
      <description>&lt;p&gt;In the age of .NET managed code, it is very much painful to write code in Classic ASP. But you have to face such a situation for giving support in old classic ASP application where you cannot get .NET Framework facilities by default. In this post I want to explain how you get all .NET facilities in classic ASP pages. Here I will use C# as a .NET language.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step for Get it Done&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Lets consider you are working on the directory E:\work\rd&lt;/li&gt;
    &lt;li&gt;write a C#.NET application in the MyTest.cs file which will do a multiplication&lt;/li&gt;
    &lt;li&gt;Now add the following namespace into your program file MyTest.cs
    &lt;pre class="brush: csharp; wrap-lines:true" title="code"&gt;

using System.EnterpriseServices;
using System.Runtime.InteropServices;
&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Also add the following name space for strong key&lt;br /&gt;
    using System.Reflection; using System.Runtime.Co
    &lt;pre class="brush: csharp;" title="code"&gt;
 using System.Reflection; using System.Runtime.CompilerServices; &lt;/pre&gt;
    Add for following assembly information into the Mytest.cs. here MyClass is used as name u can give any name u want . [I will discuss about &amp;ldquo;key.snk&amp;rdquo; after completing the MyTest.cs] &lt;br /&gt;
    &lt;pre class="brush: csharp; wrap-lines:true" title="code"&gt;
[assembly: ApplicationName(&amp;quot;MyClass&amp;quot;)]
[assembly: ApplicationActivation(ActivationOption.Server)]
[assembly: ApplicationAccessControl(false,AccessChecksLevel=
AccessChecksLevelOption.ApplicationComponent)]
[assembly: AssemblyKeyFile(&amp;quot;key.snk&amp;quot;)]
 

&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Now the write a method into your class with do multiplication operation
    &lt;pre class="brush: csharp; wrap-lines:true" title="code"&gt;
namespace erpbd.Library
{
    public class TestApp
    {
        public string Multiply(int x, int y)
        {
            return &amp;quot;The result is :&amp;quot; + (x * y); 
        }
    }
} 


&lt;/pre&gt;
    &lt;b&gt;complete code is given in &amp;ldquo;RD_CODES.zip&amp;rdquo;&lt;/b&gt;&lt;/li&gt;
    &lt;li&gt;SNK is a Strong name utility. We have to create a &amp;ldquo;key.snk&amp;rdquo;. consider that visual studio 2005 is installed in your pc go to start&amp;gt;all programs&amp;gt;Visual studio 2005&amp;gt;visual stdion command prompt . now go to your working direcrory then write the command sn &amp;ndash;k key.snk [follow the snapshot]&lt;br /&gt;
    &lt;img alt="" style="width: 437px; height: 216px;" src="http://www.saiket.com/media/blog/step6.jpg" /&gt;&lt;/li&gt;
    &lt;li&gt;Now you have to make dll file with the following command csc /target:library /out:ErpLib.DLL MyTest.cs ( if you got any warning then ingnore it )&lt;/li&gt;
    &lt;li&gt;Now you have to make a tlb file with the following command regasm &amp;quot;E:\work\rd\ErpLib.DLL&amp;quot; /tlb /codebase Step 7 and 8 is displayed in following snapshot&lt;br /&gt;
    &lt;img alt="" style="width: 436px; height: 217px;" src="http://www.saiket.com/media/blog/step8.jpg" /&gt;&lt;/li&gt;
    &lt;li&gt;write a ASP page which will contain the flowing VBScript code
    &lt;pre class="brush: csharp;" title="code"&gt;&lt;!--Dim Obj
Set Obj = Server.CreateObject("erpbd.Library.TestApp")
Response.write obj.Multiply(2,5)
--&gt;

 &lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Now browser the ASP page from your browser then you will get the following output.&lt;br /&gt;
    &lt;img alt="" style="width: 421px; height: 223px;" src="http://www.saiket.com/media/blog/step10.jpg" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>আমার কথা</title>
      <link>http://saiketpc/saiket/Blog/9-17-2009/30/আমার-কথা.aspx</link>
      <description>&lt;p&gt;আমার সম্পর্কে কিছু লিখতে ইচ্ছা করছে আজ।ইচ্ছা প্রকাশের ভাষা হিসাবে বেছে নিয়েছি সাইবারস্পেস। গীক দের কাছে সাইবারস্পেস হল একটা প্লাটফরম। যাই হোক ফিরে যাই আমার কথাই।&lt;/p&gt;
&lt;p&gt;আমি সৈকত,পুরো নাম সৈকত কুমার পোদ্দার। পেশায় একজন সফটওয়ার প্রকৌশলী। আমি আমেরিকান আন্তর্জাতিক বিশ্ববিদ্যালয় বাংলাদেশ(এআইইউবি) থেকে কম্পিউটার বিজ্ঞান ও প্রকৌশল এ স্নাতক সমাপ্ত করেছি। বর্তমানে নেদারল্যান্ড ভিত্তিক একটি সফটওয়্যার কোম্পানীতে সিনিয়র সফটওয়ার প্রকৌশলী এর দায়িত্ব পালন করছি।আমি নিজের চরিত্র বুঝানোর জন্য গীক, যোদ্ধা ও অনুসন্ধানী (Geek Warrior Explore) এই তিনটি শব্দটি ব্যাবহার করতে সাচ্ছন্দবোধ করি।&lt;/p&gt;
&lt;p&gt;&lt;b&gt;গীকঃ &lt;/b&gt;ইংরেজী Geek শব্দটার সঠিক বাংলা অনুবাদ কি হবে জানা নাই। তবে বলতে পারেন প্রযুক্তি পাগল একটা মানুষ।যে পাগলামির শুরূ হয় ম্যাকগাইভার নামক টিভি সিরিয়াল এর প্রভাবে সেই পাগলামি এখনো শেষ হয় নাই।&lt;/p&gt;
&lt;p&gt;&lt;b&gt;যোদ্ধাঃ &lt;/b&gt;যখন থেকে আমি এই প্রতিযোগীতাময় পৃথিবী কে চিনতে পারি সেদিন থেকে আমি হারতে ভুলে গেছি। টিন এইজ এর শেষ প্রান্তে এসে আমার উপলব্ধি আসে যে জীবন একটা যুদ্ধ এর এইখানে সামনে এগিয়ে যাবার একটাই উপায় তা হল যুদ্ধে জয় লাভ করা।&lt;/p&gt;
&lt;p&gt;&lt;b&gt;অনুসন্ধানীঃ &lt;/b&gt;এই শব্দটাও কতটা সঠিক বাংলা অনুবাদ Explore এর&amp;nbsp;তা&amp;nbsp; জানা নাই। বলতে পারেন এই অনুসন্ধান এর সূত্রপাত হই অপরিসীম কৌতূহল থেকে। এই কৌতূহলের জন্ম শিশুকাল থেকেই। আমার বাবা আমার মনে আসা সব প্রশ্ন করতে থাকতাম একটার পরে একটা। অজানা কে জানার জন্য আমার অদম্য আগ্রহ আজও শেষ হয়ে যাই নাই।এই বিশ্বভুবনের ছাত্র আমি।&lt;/p&gt;
&lt;p&gt;আমার কিছু সুনির্দিষ্ট বিষয় নিচের লিংক গুলো থেকে জানতে পারেন।&lt;br /&gt;
ব্লগঃ &lt;a href="http://www.saiket.com/blog.aspx"&gt;Blog&lt;/a&gt;, দর্শনঃ &lt;a target="_blank" href="http://www.saiket.com/Philosophy"&gt;Philosophy&lt;/a&gt;, ছাত্রজীবনঃ &lt;a target="_blank" href="http://www.saiket.com/Academic.aspx"&gt;Academic&lt;/a&gt; ,কর্মজীবনঃ &lt;a href="http://www.saiket.com/career.aspx"&gt;Career&lt;/a&gt;, প্রকল্পসমূহঃ &lt;a href="http://www.saiket.com/projects.aspx"&gt;Projects&lt;/a&gt;, সাম্প্রতিক খবরঃ&lt;a href="http://www.saiket.com/news.aspx"&gt;New&lt;/a&gt;, চিত্র সংকলনঃ&lt;a href="http://www.saiket.com/album/album.aspx"&gt;Albums&lt;/a&gt;, প্রফাইলঃ &lt;a href="http://www.saiket.com/AboutMe.aspx"&gt;About Me&lt;/a&gt;, ঠিকানাঃ &lt;a href="http://www.saiket.com/contact.aspx"&gt;Contact&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to get current page Name in ASP.NET</title>
      <link>http://saiketpc/saiket/Blog/9-3-2009/28/How-to-get-current-page-Name-in-ASP.NET.aspx</link>
      <description>&lt;p&gt;Sometimes you need the current page name of aspx page in asp.net. It&amp;rsquo;s natural to search something like
&amp;nbsp;&lt;/p&gt;
&lt;pre class="brush: csharp;" title="code"&gt;
 Page.Name  // but this is not avaliable//&lt;/pre&gt;
&lt;p&gt;When I was develeoping my personal website then I need this one. Then I googled and but not found the solution and&amp;nbsp; then made quick logic like followings
&amp;nbsp;&lt;/p&gt;
&lt;pre class="brush: csharp;toolbar: false; " title="code"&gt;
        string pageName = Page.ToString();
        pageName = pageName.Replace(&amp;quot;_aspx&amp;quot;, &amp;quot;&amp;quot;);
        pageName = pageName.Replace(&amp;quot;ASP.&amp;quot;, &amp;quot;&amp;quot;);
        int start = 0;
        if (pageName.IndexOf(&amp;quot;_&amp;quot;) != -1)
        {
            start = pageName.IndexOf(&amp;quot;_&amp;quot;) + 1;
        }
        pageName = pageName.Substring(start);&lt;/pre&gt;
&lt;p&gt;Looks Weird &amp;hellip;..Right?&lt;br /&gt;
After uploading the second version of my personal website with above code I start googling again and found the proper solution&lt;/p&gt;
&lt;pre class="brush: csharp;toolbar: false; " title="code"&gt;
string currentPageName = Path.GetFileNameWithoutExtension(Request.PhysicalPath);
 &lt;/pre&gt;
&lt;p&gt;I just want share this simple topic you may already know&amp;hellip; but it might help the people who don&amp;rsquo;t know this&amp;hellip;and going to write some weird code!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>ExtJS Server Side Sorting</title>
      <link>http://saiketpc/saiket/Blog/8-3-2009/29/ExtJS-Server-Side-Sorting.aspx</link>
      <description>&lt;p&gt;ExtJS a great JS framework for giving a rich user experience but when you start working it then you need some time to really get use to with this framework. The main challenge is to debug the application. Off course firebug is there but still when firebug point you to the ext source then it&amp;rsquo;s hard to determine the problem. You can Google for online help but according to my experience I am hardly get what I want. Then I go through the ext-all-debug.js file and determine which function does what. Same thing happened when wanted to customize the sorting feature of ExtJS Gridview.&lt;br /&gt;
&lt;br /&gt;
Requirement is like following.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Default GridView sorting should be Disable
    &lt;ul&gt;
        &lt;li&gt;As default sorting only done on client side data.&lt;/li&gt;
        &lt;li&gt;As we doing paging at database by using Limit and offset&lt;/li&gt;
        &lt;li&gt;As need sorting for entire result set&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Sorting should be done by query in database and only paged result return to client&lt;/li&gt;
    &lt;li&gt;Sorting should be AJAXified without changing sorting interaction of gridview panel&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Steps for get the work done &lt;/b&gt;:&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;First I found the sort property of store is responsible for sorting.&lt;/li&gt;
    &lt;li&gt;Then check the ext all debug page to see how they implement the code. The code is like following.
    &lt;pre class="brush: jscript;collapse: true; " title="code"&gt;
sort: function(fieldName, dir, cellId) {  
      var f = this.fields.get(fieldName);
        if (!f) {
            return false;
        }
        if (!dir) {
            if (this.sortInfo &amp;amp;&amp;amp; this.sortInfo.field == f.name) { // toggle sort dir
                dir = (this.sortToggle[f.name] || 'ASC').toggle('ASC', 'DESC');
            } else {
                dir = f.sortDir;
            }
        }
        var st = (this.sortToggle) ? this.sortToggle[f.name] : null;
        var si = (this.sortInfo) ? this.sortInfo : null;

        this.sortToggle[f.name] = dir;
        this.sortInfo = { field: f.name, direction: dir };
        if (!this.remoteSort) {
            this.applySort();
            this.fireEvent('datachanged', this);
        } else {
            if (!this.load(this.lastOptions)) {
                if (st) {
                    this.sortToggle[f.name] = st;
                }
                if (si) {
                    this.sortInfo = si;
                }
            }
        }
    }&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Now we need to the customize the above function .For customization we need to override the function in our own js files so, we need to override like following
    &lt;pre class="brush: jscript;" title="code"&gt;
Ext.override(Ext.data.Store, {
   sort: function CustomSorting(fieldName, dir, cellId){ 
/*
Here,
dir: sort direction ,
cellid: id of the cell
fieldname: name of the column,


 Do following there steps
 1)call ajax function ,
 2)receive server side sorting 
 3)load grid with new data
*/
    }
});&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Need to show the sorted data into client grid.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Real world example :&lt;/b&gt; the following code is example of how I solve this issue in our project. Offcourse you don&amp;rsquo;t need to under the following code. The following example is Object Is to give you a feeling if it . If you do upto step 4 and write your own code that is enough.&lt;/p&gt;
&lt;p&gt;To feel the example just assume &lt;br /&gt;
&lt;strong&gt;OBSettings &lt;/strong&gt;: used to assign some properties need to generate query in server &lt;br /&gt;
&lt;b&gt;CreateNormalGrid&lt;/b&gt;: function which will take result json data from server and refresh the gridView in client with new data&lt;/p&gt;
&lt;pre class="brush: jscript;collapse: true; " title="code"&gt;
    Ext.override(Ext.data.Store, {
        sort: function CustomSorting(fieldName, dir, cellId) {
            var detailGrid = Ext.get(cellId).up('DIV.detailGrid');
            var sortableGrid = detailGrid ? &amp;quot;DETAIL_GRID&amp;quot; : &amp;quot;MAIN_GRID&amp;quot;;
            OBSettings.ACTIVE_GRID = sortableGrid;
                if (dir) {
                    OBSettings.SQL_DETAIL_ORDER_BY = fieldName;
                    OBSettings.SQL_DETAIL_ORDER_DIR = dir;
                } else if (OBSettings.SQL_DETAIL_ORDER_BY != fieldName) {
                    OBSettings.SQL_DETAIL_ORDER_BY = fieldName;
                    OBSettings.SQL_DETAIL_ORDER_DIR = &amp;quot;ASC&amp;quot;;
                } else {
                    OBSettings.SQL_DETAIL_ORDER_BY = fieldName;
                    OBSettings.SQL_DETAIL_ORDER_DIR = (OBSettings.SQL_DETAIL_ORDER_DIR == &amp;quot;ASC&amp;quot;) ? &amp;quot;DESC&amp;quot; : &amp;quot;ASC&amp;quot;;
                }
                ShowDetailLoadingImage();
                setTimeout('CreateNormalGrid()', 1); 
        }
    });&lt;/pre&gt;
&lt;p&gt;It may looks very simple if you are not novice in extjs.&amp;nbsp;I&amp;nbsp;belive it will help the people who working with exjs firs time.....&lt;/p&gt;</description>
    </item>
    <item>
      <title>A sofo should be Geek or Nerd</title>
      <link>http://saiketpc/saiket/Blog/7-5-2008/24/A-sofo-should-be-Geek-or-Nerd.aspx</link>
      <description>How a sofo life should be. Code Eat Sleep? What the picture come in front your eyes about a programmer or software engineer (sofo)? a Nerd guy with bold glasses? Extremely casual and unsocial life? It may be a general scenario of your decade but today's sofo's dont think they should  be a nerd to be the best. &lt;br/&gt;

Sofo can be a geek. there is a significant difference between geek and nerd. Geek's are dynamic very much passionate to their point of interest. Geeks follow “get it done" approach when they work and nerds generally happy to prove theoretically. Geeks have clear vision and potential to achieve goals.&lt;br/&gt;

Someone may be claim that either to be a geek or to be a nerd is a mandatory requirement to be a sofo. Ya we agree but we observed that the sofo's who are not having geek in blood cannot continue the professions if they continue they always lag behind. Because the passion of a geek to adopt up-to-date technologies which give them acceleration to come forward in the race of success. &lt;br/&gt;
 
In social life dynamic sofo's can pass time with their family when they should be and at the same time they make out some time for his/her personal research. So what want to mean that geek sofo are more efficient to live a sound family life.&lt;br/&gt;
In the case knowledge, of course geek and nerd both are knowledgeable person but geeks are more result oriented they want use their knowledge to bring some realistic output. &lt;br/&gt;

So, There are significant difference between geek and Nerd [you can learn detail from the[ &lt;a target="_blank" href="http://militantgeek.com/2006/12/21/geek-vs-nerd-vs-dork/"&gt;Link&lt;/a&gt;]  and geeks are more suitable to be a player in software industry. Whatever written over here is my personal opinion if you have disagreement you can give comments.
</description>
    </item>
    <item>
      <title>Double click event on Windows Form Title Bar</title>
      <link>http://saiketpc/saiket/Blog/7-4-2008/25/Double-click-event-on-Windows-Form-Title-Bar.aspx</link>
      <description>&lt;p&gt;When you people want  to work with windows forms then you will see there is not predefined event method for detecting double clicks on title bar when you off the maximize button of title bar.&lt;br /&gt;
&lt;br /&gt;
After googling i didnt find any direct solution of this problem. But in asp.net forum someone looking for mouseEeventup [http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3596344&amp;amp;SiteID=1] where I got the code. &lt;br /&gt;
&lt;br /&gt;
I found there is way to detect double click by overriding wndproc method.You can detect any kind of event with this method. You just have to know code or name of that event. The code given below is tested and it rocks.&lt;/p&gt;
&lt;pre title="code" class="brush: csharp;toolbar: false; "&gt;

    protected override void WndProc(ref Message m)
    {
        switch (m.Msg)
        {
            case (0x00A1): //WM_NCLButtonDown
                //do somthing,
                break;
            case (0x00A2):
                //WM_NCLButtonUp
                //happend only on double-click
                break;
        }

        base.WndProc(ref m);
    }&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Geek TVC of Bangladesh</title>
      <link>http://saiketpc/saiket/Blog/7-3-2008/26/Geek-TVC-of-Bangladesh.aspx</link>
      <description>&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
Internet Lifestyle [GP Internet]&lt;br&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/mPzy1_6WsTY&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/mPzy1_6WsTY&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;

&lt;br&gt;
New Style of Address[Warid Internet]&lt;br&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Q3Q5t0e35QI&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Q3Q5t0e35QI&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt; 
</description>
    </item>
    <item>
      <title>Mormantik</title>
      <link>http://saiketpc/saiket/Blog/2-24-2008/23/Mormantik.aspx</link>
      <description>&lt;div align="left"&gt;
&lt;font  size='3'&gt;
আমার বিশ্ববিদ্যালয়ের খুব ঘনিষ্ট বন্ধু পার্থ সরকার ২১শে ফেব্রুয়ারি দুপুরে বান্দরবনে এক মর্মান্তিক সড়ক দূর্ঘটনায় নিহত হয়।ওরা চাদের গাড়ি তে করে বান্দরবন ট্র্যাক করতে যাচ্ছিল। এই ঘটনা শোনার পর থেকেই মনটা খুব খারাপ হয়ে ছিল।&lt;br/&gt;&lt;br/&gt;
 এর পরে ২২ শে ফেব্রুয়ারি রাতে ওর লাশ, ওর মার আজাহারি, দেখে চোখে জল চলে আসে। ওর মৃত মুখ তার তাকিয়ে বুকটা  খালি  হয়ে যায়। পার্থ এর সেই হাসি মুখটা চোখের সামনে ভেসে উঠতে থাকে।&lt;br/&gt;&lt;br/&gt;
মানুষের সপ্ন গুলো এত সহজে ভেঙ্গে যায় ভাবতে খুবই কষ্ট হয়। আমাদের পুরো গ্রুপের একই আবস্থা । কোন ভাবেই আমরা এই মৃত্যু মেনে নিতে পারছিনা। পার্থ এর সাথে আমার শেষ মুহুর্তের কথা গুলো মনে হছে আমরা আবার কবে শোক কাটিয়ে উধতে পারব জানি না। এখনো মন প্রচন্ড খারাপ।পার্থ এর আত্মা সান্তিতে থাকুক, যারা এখন হাসপাতালে আছে সবাই দ্রুত সেরে উঠুক এইটাই পার্থনা। 
&lt;/font&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>একুশের ভাবনা</title>
      <link>http://saiketpc/saiket/Blog/2-21-2008/22/একুশের-ভাবনা.aspx</link>
      <description>&lt;p&gt;&lt;span style="font-size: larger;"&gt;আজ একুশে ফেব্রুয়ারি,এখন প্রথম প্রহর কাল সকালে ফুলে ফুলে ছেয়ে যাবে শহীদ মিনার।এটা ভেবে যতটা ভাল লাগে ঠিক ততটাই খারাপ লাগে যখন দেখি যে যারা ফুল দিতে যায় তারা আনেকেই জানে না যে কেন তারা ফুল দিতে আসছে... কি আমাদের ইতিহাস।&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: larger;"&gt;খারাপ লাগে দেখি সব কিছু দিবস কেন্দ্রিক হয়ে যাচ্ছে। যাদের কথায় কাজে চিন্তায় হিন্দি সিরিয়াল এর প্রভাব তাদেরও একদিনের জন্য বাংলা ভাষার প্রতি দরদ বেরে যায়। কিন্ত এই বাংলা তো একদিনের বিষয় না বাংলা কে আমাদের প্রতিদিনের কথা ও কাজের মধ্যে চর্চা করতে হবে ।&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: larger;"&gt;এখনও কম্পিউটার এ বাংলা এর প্রয়োগে আনেক প্রতিবন্ধকতা রয়ে গেছে । সরকারকেই উদ্যোগ নিয়ে এই সমস্যা গুলোর সমাধান করতে হবে । কম্পিউটার এর বাংলা ভাষা কে মোস্তফা জব্বার মার্কা লোকজনের কাছ থেকে মুক্ত করতে হবে ।&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: larger;"&gt;shomewherin এর বাংলা ব্লগ এর মত আর অনেক উদ্যোগ প্রয়োজন। বাংলার অক্ষর কে এর image আকারে মোবাইলে দেখতে চাই না সত্যিকারের অক্ষর হিসাবে দেখতে চাই ।&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: larger;"&gt;বাংলায় সুন্দর করে কথা বললে ভাষার প্রয়োগ করে কথা বললে সেই কথা সুনতে যে কত ভাল লাগে তা অনেকের কথা সুনলেই বুঝা যায়। তাই আমাদের উচিত সুন্দর করে বাংলা বলতে শিখা ।&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: larger;"&gt;আর যেই সব অভিভাবক প্রতিদিন তার সন্তানদের নিএ হিন্দি সিরিয়াল দেখতে বসেন তারা দয়া করে বিজ্ঞাপনের সময় হলেও আপনার সন্তানকে বাংলা চানেল দেখাবেন।&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: larger;"&gt;আজকের একুশের প্রথম প্রহরে আমার ভাবনা গুলো এই রকমই। এত সব কিছুর পরেও আমি আশাবাদি মানুষ। একদিন আমাদের বাংলা ভাষাই আধিপত্য করবে এইটাই আমার বিশ্বাস।&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cultural Identity</title>
      <link>http://saiketpc/saiket/Blog/10-12-2007/4/Cultural-Identity.aspx</link>
      <description>&lt;p&gt;Sundor dress er karonei hok er marketing er karsimar karonei hok amader desher fashion house gulo 24x7 kaj kore jachee amader desher culture gulo young generation er kase popular korte.  Korte perecheo kisuta.Problem hochee jokohn dekhi arong er panajabi pore keo jamat islami er meeting e jachee tokhon to er kisu bolar thakena.jemon apni jodi ADIDAS er T-shirt pore socialism er lecture den tahole er bolar ki ase. Ei doroner mentality er manush and hindi serial dekhe zipsy, er kasis er kapor pora manushder moddhe difference korte amar khub kosto hoi So ami jeita mone kori je cultural movement ta aro vitor theke hote hobe. Amader desher chief advisor jokhon UN e vason den tokhon tini cote pant pore vason den. Amara amader ekta jatio posak thik korte pari nai. Amader govt  tv channel er news presenter ekhono cote pant proe news present kore. ei jaiga gula theke amader berie aste hobe Dont think je ami khub crazy nationalist. tobe ami chai je amader culture thake jeno obossi onno desher culture theke alada kore chena jai. amader kothai kaje poshake shob jaigaitei culture take care korte hobe.Golbalization er mane nijer culture ke vule takha noi borong nijer culture ke prithibr kase chorie debar ekta platform.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sofoder Golpo</title>
      <link>http://saiketpc/saiket/Blog/10-11-2007/7/Sofoder-Golpo.aspx</link>
      <description>Software Engineering er sathe jara jorito tader "sofo" bole akkhaito kora hoi "sofo"
                term er sathe jader porichoy nai tara ei &lt;a href="http://www.somewhereinblog.net/blog/rohonkuddusblog/28730755"&gt;
                    &lt;span style="color: #99aadd"&gt;SOFOLINK&lt;/span&gt;&lt;/a&gt; ta dekte paren.&lt;br /&gt;
                &lt;br /&gt;
                Bichitro rokom sofoder shomporke jante niche online e theke collected ekta example
                deoa hoilo..&lt;br /&gt;
             
                Project Manager is a Person who thinks nine Women can deliver a baby in One month.&lt;br /&gt;
               
                Developer is a Person who thinks it will take 18 months to deliver a Baby.&lt;br /&gt;
              
             Onsite Coordinator
                is one who thinks single Woman can deliver nine babies in one month.&lt;br /&gt;
               
                Client is the one who doesn't know why he wants a baby.&lt;br /&gt;
                
                Marketing Manager is a person who thinks he can deliver a baby even if no man and
                woman are available.&lt;br /&gt;
               
                Resource Optimization Team thinks they don't Need a man or woman; They'll produce
                a child with zero resources.&lt;br /&gt;
              
                Documentation Team thinks they don't care whether the child is delivered, they'll
                just document 9 months.&lt;br /&gt;
                
                Quality Auditor is the person who is never happy with the PROCESS to produce a baby.And
                lastly............... ..&lt;br /&gt;
               
                Tester is a person who always tells his wife that this is not the Right baby.&lt;br /&gt;</description>
    </item>
    <item>
      <title>Gale hat dia boisa ase</title>
      <link>http://saiketpc/saiket/Blog/9-11-2007/9/Gale-hat-dia-boisa-ase.aspx</link>
      <description>Dear viewers ajke apnader Bangladeshe software er local client er ekta gotona bolbo. amar ek collogue ager software company te thaka abosthai ek local client er office e jai client support dite , to ekta critical bug solve kortese , solve korar kono porjai anek khon jabot gale hat dia boisa chinta koretesilo kivabe solve kora jai. Eita dekhe oikhane thaka ek officer tar boss ke gia bole je "apnar programmer to kaj kore na, gale hat dia boisa ase" . ei hochee amader local client er officer der computer literacy er abosta. ei gotona sunar por software er local client shomporke amar er kisu bolar nai apnader kisu bolar thake comment koiren. </description>
    </item>
    <item>
      <title>Donate us</title>
      <link>http://saiketpc/saiket/Blog/9-3-2007/19/Donate-us.aspx</link>
      <description>Jara opensoruce nia gata gati koren tara "donate us" term tar sate porichito kom besi shob open source site e donate kora jonno ekta system thake, valo koirai thake. Project download korar theke dontake korar system besi smart hoi . anek site e to ritimoto shob step e donate jonno request kore ( for example when u try to download cakephp). Bivinno bloge gata gati kore jana gese ei system anek beshi profit hoi rather than selling a product. ei shob gotona dekhar pore amar ek colleague proposal dise ekta open-source company debar jate ekta simple framework marka open-source project thakbe er logo hobe danbakso ! … and caption hobe “Donate us”!!!</description>
    </item>
    <item>
      <title>Dhaka is my loving city</title>
      <link>http://saiketpc/saiket/Blog/8-24-2007/20/Dhaka-is-my-loving-city.aspx</link>
      <description>Dhaka anekeri valo lage na , just kajer jonnoi ase maximum. Shobar anek ovijog. Jam , pollution etc .jai hok jei kothata bolte chaitesi. Dhakar anek problem thakte pare but shob kisuke chapie jei jinish ta amar valo lage ta hoilo motion. Eikhane manush oviram chute chole. Jiboner judde joi hobar jonno. Manusher ei chute chola modde motion kuje pai. Dakhar roads , buildings skylines everything is nice. Eta thik eikhane jibon jantrik but ei jantrik jinboner chute cholata amar kase chondomoy mone hoi and really love it. Dhaka is my loving city.</description>
    </item>
    <item>
      <title>WAR @ AIUB IS OVER</title>
      <link>http://saiketpc/saiket/Blog/8-20-2007/21/WAR-@-AIUB-IS-OVER.aspx</link>
      <description>Ajke Amar shob subject result deoa sesh , AIUB te er kono kisu baki nai. tana 4 year kono class miss na die chalai nilam ei juddo..aboshehe juddo shesh. convocation er age porjonto er university joa lagbe na. next January te convocation. apnara amar jonno doa korben. amar next shob judde jeno eivabe joi hote pari..
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;</description>
    </item>
  </channel>
</rss>
