<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Code Discuss</title>
	<link>http://prosenjit.info</link>
	<description>Custom Software Builder</description>
	<pubDate>Mon, 04 Jan 2010 10:55:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Why I am so unhappy ?</title>
		<link>http://prosenjit.info/?p=24</link>
		<comments>http://prosenjit.info/?p=24#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:55:23 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[About Us]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=24</guid>
		<description><![CDATA[Hi
Before i used to work at night , day and night and sometime day night day night …. almost 10 to 20hr …
Now i am working for a dating website . My job is maintaining the site . I work for this site maximum 1hr a day , but i am getting paid well (income [...]]]></description>
			<content:encoded><![CDATA[<p>Hi<br />
Before i used to work at night , day and night and sometime day night day night …. almost 10 to 20hr …</p>
<p>Now i am working for a dating website . My job is maintaining the site . I work for this site maximum 1hr a day , but i am getting paid well (income is same as before ) .</p>
<p>But i was feeling not good , Reason , never could realize whats wrong. Why i am so unhappy ?? while i am getting paid well but less work .</p>
<p>After reading a article i realize i used to enjoy my work .</p>
<p>I have  decided to increase my work hour again .</p>
<p>I have heavy income target for this year. I am sure i could reach this target , as well as bring back my happy work hour.</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>How do I load pictures onto a thumb drive?</title>
		<link>http://prosenjit.info/?p=23</link>
		<comments>http://prosenjit.info/?p=23#comments</comments>
		<pubDate>Sat, 31 Oct 2009 16:06:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Genaral]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=23</guid>
		<description><![CDATA[Its Simple ,
Goto  &#8216;My Pictures&#8221;  Select the files and copy .
Then Goto &#8220;My Computer&#8221; Select the Thumbdrive and paste the
files ..
isn&#8217;t so easy ??
]]></description>
			<content:encoded><![CDATA[<p>Its Simple ,</p>
<p>Goto  &#8216;My Pictures&#8221;  Select the files and copy .<br />
Then Goto &#8220;My Computer&#8221; Select the Thumbdrive and paste the<br />
files ..</p>
<p>isn&#8217;t so easy ??</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>What does java script , VB script , PHP , Python?</title>
		<link>http://prosenjit.info/?p=22</link>
		<comments>http://prosenjit.info/?p=22#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:59:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Genaral]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=22</guid>
		<description><![CDATA[JavaScript , VBScript Run from User end. PHP works from Server
I am explaining bit more details .
When we browse some pages say .. http://example.com/sample.php
Its request to the domain for sample.php file , php execute from server and return html to the browser , and the html display the pages .
Javascript is run-time language it excute [...]]]></description>
			<content:encoded><![CDATA[<p>JavaScript , VBScript Run from User end. PHP works from Server</p>
<p>I am explaining bit more details .</p>
<p>When we browse some pages say .. http://example.com/sample.php<br />
Its request to the domain for sample.php file , php execute from server and return html to the browser , and the html display the pages .</p>
<p>Javascript is run-time language it excute after browsing the page or event base &#8230; need more help feel free ask me</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>Cocoa : Write a Flat File</title>
		<link>http://prosenjit.info/?p=21</link>
		<comments>http://prosenjit.info/?p=21#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:23:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Cocoa-Objective C]]></category>

		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=21</guid>
		<description><![CDATA[Code:
NSError *error;
//write to file
NSString *FileContent ;
FileContent = [txtname stringValue] ;
[FileContent writeToFile:FileName atomically:YES encoding:NSUnicodeStringEncoding error:&#38;error];
]]></description>
			<content:encoded><![CDATA[<p>Code:</p>
<p>NSError *error;</p>
<p>//write to file<br />
NSString *FileContent ;<br />
FileContent = [txtname stringValue] ;</p>
<p>[FileContent writeToFile:FileName atomically:YES encoding:NSUnicodeStringEncoding error:&amp;error];</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>Cocoa : Add Two string into one</title>
		<link>http://prosenjit.info/?p=20</link>
		<comments>http://prosenjit.info/?p=20#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:21:24 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Cocoa-Objective C]]></category>

		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=20</guid>
		<description><![CDATA[Code
NsString *str1= @&#8221;My Frist String &#8221; ;
NsString *str2= @&#8221;My Second String &#8221; ;
str1 = [[str1 stringByAppendingString:str1] retain];
// return str1 My Frist String My Second String
]]></description>
			<content:encoded><![CDATA[<p>Code</p>
<p>NsString *str1= @&#8221;My Frist String &#8221; ;</p>
<p>NsString *str2= @&#8221;My Second String &#8221; ;</p>
<p>str1 = [[str1 stringByAppendingString:str1] retain];</p>
<p>// return str1 My Frist String My Second String</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=20</wfw:commentRss>
		</item>
		<item>
		<title>Cocoa : Get Mac Serial Number Using AppleSript</title>
		<link>http://prosenjit.info/?p=19</link>
		<comments>http://prosenjit.info/?p=19#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:18:21 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Cocoa-Objective C]]></category>

		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=19</guid>
		<description><![CDATA[  //Cocoa : Get Mac Serial Number Using AppleSript OR Run A AppleScript in Cocoa
NSDictionary* errorDict;
NSAppleEventDescriptor* returnDescriptor = NULL;
NSAppleScript* scriptObject = [[NSAppleScript alloc] initWithSource:
@&#8221;\
set SerialNumber to word -1 of (do shell script \&#8221;ioreg -l &#124; grep IOPlatformSerialNumber\&#8221;) \n\
&#8211;display dialog (SerialNumber) \n\
return SerialNumber&#8221;
];
returnDescriptor = [[scriptObject executeAndReturnError: &#38;errorDict]stringValue];
]]></description>
			<content:encoded><![CDATA[<p>  //Cocoa : Get Mac Serial Number Using AppleSript OR Run A AppleScript in Cocoa</p>
<p>NSDictionary* errorDict;<br />
NSAppleEventDescriptor* returnDescriptor = NULL;</p>
<p>NSAppleScript* scriptObject = [[NSAppleScript alloc] initWithSource:<br />
@&#8221;\<br />
set SerialNumber to word -1 of (do shell script \&#8221;ioreg -l | grep IOPlatformSerialNumber\&#8221;) \n\<br />
&#8211;display dialog (SerialNumber) \n\<br />
return SerialNumber&#8221;</p>
<p>];<br />
returnDescriptor = [[scriptObject executeAndReturnError: &amp;errorDict]stringValue];</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Cocoa : Change Sreen Size Run Time</title>
		<link>http://prosenjit.info/?p=18</link>
		<comments>http://prosenjit.info/?p=18#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:14:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Cocoa-Objective C]]></category>

		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=18</guid>
		<description><![CDATA[    int newWinHeight = 624; // New Vertical height
int newWinWidth = 802; // New Horizontal width
NSRect r;
r = NSMakeRect([window1 frame].origin.x - (newWinWidth - (int)(NSWidth([window1 frame]))), [window1 frame].origin.y - (newWinHeight - (int)(NSHeight([window1 frame]))), newWinWidth, newWinHeight);
[window1 setFrame:r display:YES animate:YES];
]]></description>
			<content:encoded><![CDATA[<p>    int newWinHeight = 624; // New Vertical height<br />
int newWinWidth = 802; // New Horizontal width<br />
NSRect r;</p>
<p>r = NSMakeRect([window1 frame].origin.x - (newWinWidth - (int)(NSWidth([window1 frame]))), [window1 frame].origin.y - (newWinHeight - (int)(NSHeight([window1 frame]))), newWinWidth, newWinHeight);<br />
[window1 setFrame:r display:YES animate:YES];</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Cocoa : String Replace</title>
		<link>http://prosenjit.info/?p=17</link>
		<comments>http://prosenjit.info/?p=17#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:13:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Cocoa-Objective C]]></category>

		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=17</guid>
		<description><![CDATA[Code :
In Cocoa stringByReplacingOccurrencesOfString is Same Like php str_replace
NsString *aString = @&#8221; My Name Is Prosenjit Sarkar&#8221; ;
NsString *SearchWord = @&#8221;Prosenjit Sarkar&#8221; ;
NsString *ReplaceValue = @&#8221;Your Name&#8221;
aString = [aString stringByReplacingOccurrencesOfString:SearchWord withString:ReplaceValue];
// Return  My Name Is Your Name
]]></description>
			<content:encoded><![CDATA[<p>Code :</p>
<p>In Cocoa stringByReplacingOccurrencesOfString is Same Like php str_replace</p>
<p>NsString *aString = @&#8221; My Name Is Prosenjit Sarkar&#8221; ;<br />
NsString *SearchWord = @&#8221;Prosenjit Sarkar&#8221; ;<br />
NsString *ReplaceValue = @&#8221;Your Name&#8221;<br />
aString = [aString stringByReplacingOccurrencesOfString:SearchWord withString:ReplaceValue];</p>
<p>// Return  My Name Is Your Name</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Cocoa : Hide UnHide a Control</title>
		<link>http://prosenjit.info/?p=16</link>
		<comments>http://prosenjit.info/?p=16#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:06:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Cocoa-Objective C]]></category>

		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=16</guid>
		<description><![CDATA[  //Make Invisible
[myControl  setHidden:YES] ;
//Make Visible
[myControl  setHidden:NO] ;
]]></description>
			<content:encoded><![CDATA[<p>  //Make Invisible</p>
<p>[myControl  setHidden:YES] ;<br />
//Make Visible</p>
<p>[myControl  setHidden:NO] ;</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Cocoa : Get Current Path Of Application</title>
		<link>http://prosenjit.info/?p=15</link>
		<comments>http://prosenjit.info/?p=15#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:04:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Cocoa-Objective C]]></category>

		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://prosenjit.info/?p=15</guid>
		<description><![CDATA[  Code :
NSString *resourcesPath = [[NSBundle mainBundle] resourcePath];
]]></description>
			<content:encoded><![CDATA[<p>  Code :</p>
<p>NSString *resourcesPath = [[NSBundle mainBundle] resourcePath];</p>
]]></content:encoded>
			<wfw:commentRss>http://prosenjit.info/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
	</channel>
</rss>
