<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>techxplore.net - exploring computer hardware, software, Internet blogging, technology and gadgets &#187; Computer Software</title>
	<atom:link href="http://www.techxplore.net/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techxplore.net</link>
	<description>exploring computer hardware, software, Internet blogging, technology and gadgets</description>
	<lastBuildDate>Fri, 27 Jan 2012 05:46:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual Basic Application Invalid Connection String Attribute DBNETLIB Data Provider Error</title>
		<link>http://www.techxplore.net/2012/01/12/visual-basic-application-invalid-connection-string-attribute-dbnetlib-data-provider-error/</link>
		<comments>http://www.techxplore.net/2012/01/12/visual-basic-application-invalid-connection-string-attribute-dbnetlib-data-provider-error/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:07:58 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[MS Windows System]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5725</guid>
		<description><![CDATA[Running Visual Basic software applications in Windows 7 or even Windows XP could be hampered by errors. I was have an information system which was running fine in prior to office relocation, but once we&#8217;ve moved the application stopped working. Application software analyst is required to check on this, but I was called in to [...]]]></description>
			<content:encoded><![CDATA[<p>Running <strong>Visual Basic software applications</strong> in Windows 7 or even Windows XP could be hampered by errors. I was have an information system which was running fine in prior to office relocation, but once we&#8217;ve moved the application stopped working. Application software analyst is required to check on this, but I was called in to take a look on what might have been the cause.</p>
<p>This seem to look like a handy work of a computer virus after messing up with the executable file. <strong>Antivirus software</strong> scan did not yield any culprits that have caused error. Moreover, the application was running fine before office relocation. The splash screen and login prompt work fine as usual. The Visual Basic software error comes after the user has entered the credentials on the login prompt.</p>
<div id="attachment_5726" class="wp-caption aligncenter" style="width: 496px"><a href="http://www.techxplore.net/blog/wp-content/uploads/2012/01/DBNETLIB_error.png"><img class="size-full wp-image-5726" title="DBNETLIB MSSQL Connection Error" src="http://www.techxplore.net/blog/wp-content/uploads/2012/01/DBNETLIB_error.png" alt="DBNETLIB MSSQL Connection Error" width="486" height="124" /></a><p class="wp-caption-text">DBNETLIB MSSQL Connection Error</p></div>
<p><span style="text-decoration: underline;"><strong>The full error message alert reads as follows:</strong></span><br />
Invalid connection string attribute<br />
[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied.<br />
Data provider could not be initialized.</p>
<p>The reason is right in the alert message. The application could not connect to the MSSQL database for retrieving the data needed to run the application. The <strong>database connection string</strong> could not be initialized due to network security or the database name could not be recognized which causes missing data provider.</p>
<p>Evaluation result confirms that it&#8217;s not due to network security, but due to the database string not found by the VB application. The cause is the <strong>database server hostname</strong> not found by the system. Office relocation as a consequence has caused the working computer to have new IP Address. Being part of a new local area network of computers with different DHCP server and WINS server that made the application fail to connect to the MSSQL server using hostname.</p>
<p>The solution was to add the IP address of the <strong>MSSQL database server</strong> on the client computer&#8217;s hosts file located in <em>%SYSTEMROOT%\system32\drivers\etc</em> folder. The IP address of the MSSQL server was entered and it&#8217;s corresponding hostname into the hosts file.</p>
<div id="attachment_5727" class="wp-caption aligncenter" style="width: 602px"><a href="http://www.techxplore.net/blog/wp-content/uploads/2012/01/hostname.png"><img class="size-full wp-image-5727" title="Windows Hostname Entry" src="http://www.techxplore.net/blog/wp-content/uploads/2012/01/hostname.png" alt="Windows Hostname Entry" width="592" height="255" /></a><p class="wp-caption-text">Windows Hostname Entry</p></div>
<p>Once this was added, the <strong>VB application software</strong> was able to call the MSSQL database server without any problem. The DBNETLIB invalid connection string attribute error was resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2012/01/12/visual-basic-application-invalid-connection-string-attribute-dbnetlib-data-provider-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting DVD Videos for iPhone 4</title>
		<link>http://www.techxplore.net/2012/01/08/converting-dvd-videos-for-iphone-4/</link>
		<comments>http://www.techxplore.net/2012/01/08/converting-dvd-videos-for-iphone-4/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 14:52:04 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5713</guid>
		<description><![CDATA[Apple&#8217;s iPhone 4 allows videos played in formats supported by built-in player. This is one issue that iPhone users encounter. Apple&#8217;s proprietary technology just keeps some developers and users a like away, but most could not resist such tech savvy gadgets like iPhone, iPad, iPod, and whatever that will come in the future. I&#8217;ve learned [...]]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s iPhone 4 allows videos played in formats supported by built-in player. This is one issue that iPhone users encounter. Apple&#8217;s proprietary technology just keeps some developers and users a like away, but most could not resist such tech savvy gadgets like iPhone, iPad, iPod, and whatever that will come in the future. I&#8217;ve learned that there are about three different video format supported by most Apple mobile devices.</p>
<p><span style="text-decoration: underline;"><strong>Three different supported video formats by iPhone 4 as follows:</strong></span><br />
H.264 video<br />
MPEG-4 video<br />
Motion JPEG</p>
<p>The above formats usually have .m4v, .mp4, and .mov file extensions and is closely tied with the proprietary Apple movie player. Anyway that should not discourage would be users of those very nice gadgets as they do serve as handy companions and not to mention a good entertainment device.</p>
<p>During long trips on the subway train or public bus watching movie on an iPhone 4 is a good way to let time pass. People who have lots of DVD movies at home, like myself watching those movies on iPhone requires some <a href="http://www.imtoo.com/dvd-ripper.html">dvd-ripper</a> software for converting of movies to Apple supported format.</p>
<p>A software that could Rip and convert DVD movies <a href="http://www.imtoo.com/ipad-video-converter.html">(Convert almost all SD and HD videos to iPad video and audio format files)</a> to iPhone 4S, iPhone4, iPhone video format and audio format is an essential software tool to have. Having such software to convert the DVD movies allows me to enjoy the most of my favorite movies while traveling.</p>
<p>Before, I have a Nokia E52 mobile phone prior to iPhone 4 and I use to watch videos in 3gp format by using a generic video converter <a href="http://www.imtoo.com/3gp-video-converter.html">(Convert videos/audios for mobile phones such as BlackBerry, Nokia, Samsung, Moto, etc.)</a>. The screen of Nokia E52 though small serves to entertain me when I am on a trip. What I like most is watching videos and movie on iPhone 4 because of the large screen.</p>
<p>It would be easy to convert DVD videos to iPhone 4 by some software and one of such software is ImTOO.  There are many software available and some are even free to download and use. You&#8217;ll never run out of options for DVD ripping and conversion software for playing videos to iPhone 4.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2012/01/08/converting-dvd-videos-for-iphone-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Font Search Software by Image</title>
		<link>http://www.techxplore.net/2011/12/27/online-font-search-software-by-image/</link>
		<comments>http://www.techxplore.net/2011/12/27/online-font-search-software-by-image/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 12:01:45 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5707</guid>
		<description><![CDATA[Website redesign tasks are some of things needed in re branding. There are cases where some specific font is desired, but the font is only available from a graphic image. Finding the font type face from a graphic image is one of the challenges in website design. Searching from the available list of fonts from [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Website redesign</strong> tasks are some of things needed in re branding. There are cases where some specific font is desired, but the font is only available from a graphic image. Finding the font type face from a graphic image is one of the challenges in website design.</p>
<p>Searching from the available list of fonts from different website is very difficult. There are several website with font collection, but it&#8217;s very tedious and time consuming as the font needs to be checked and compared one by one. Thus, an <strong>online font search software</strong> which is able to process font images would be very useful.</p>
<p>An online software from WhatTheFont that searches the font name using a graphic image uploaded from a <strong>fonts database</strong>. The website URL is <em>http://new.myfonts.com/WhatTheFont/</em>. It&#8217;s really pretty amazing how accurately it determined the closest font type name. If not satisfied with the result an online forum frequented by <strong>anonymous font expert</strong> is available that serves as a venue for finally determining the font name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/12/27/online-font-search-software-by-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating ERP Oracle Applications Budget Manually</title>
		<link>http://www.techxplore.net/2011/12/23/creating-erp-oracle-applications-budget-manually/</link>
		<comments>http://www.techxplore.net/2011/12/23/creating-erp-oracle-applications-budget-manually/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 12:53:28 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5704</guid>
		<description><![CDATA[A fundamental task for management is to prepare budget. A budget preparation software will help management to facilitate the task to make it more easier to review and organized. Big organizations have ERP software to aid in such task. Our office have Oracle E-Business Suite GL Financial module to help different units in preparing budgets. [...]]]></description>
			<content:encoded><![CDATA[<p>A fundamental task for management is to prepare budget. A budget preparation software will help management to facilitate the task to make it more easier to review and organized. Big organizations have ERP software to aid in such task. Our office have <strong>Oracle E-Business Suite GL Financial module</strong> to help different units in preparing budgets.</p>
<p>In practice offices will have to define and enter budget information in ERP. In our case we&#8217;re using the Oracle E-business suite financial module version 11.5.7 for budgeting. Manual budget creation using an<strong> ERP Oracle Financial Application software</strong> involves three things such as 1) <em>creating a budget</em>, 2) <em>creating a budget organization</em>, and 3) <em>entering budget amounts</em>.</p>
<p><strong>1.</strong><strong> </strong><span style="text-decoration: underline;"><strong>Creating a Budget</strong></span><br />
Go to Navigator -&gt; Budgets -&gt; Define -&gt; Budget<br />
Enter the required information such as Name, Status, First, and Last.<br />
Sample Data:<br />
Name = XXBUDGET<br />
Status = Open<br />
First = Jan-XX<br />
Last = Dec-XX<br />
Use current year for both First and Last<br />
Click Open Next Year button<br />
Click Yes button in the Decision window<br />
Click OK button in the Note window<br />
Click View menu -&gt; Requests to ensure that the concurrent process is completed</p>
<p><strong>2.</strong><strong> </strong><span style="text-decoration: underline;"><strong>Creating a Budget Organization</strong></span><br />
Go to Navigator -&gt; Budgets -&gt; Define -&gt; Organizations<br />
Enter the name of the Organization.<br />
Sample Data:<br />
Name = XXIT DEPARTMENT<br />
Display Sequence:<br />
Sequence Segment<br />
1 Company<br />
2 Department<br />
3 Account<br />
4 Interco<br />
Click Ranges button<br />
Enter the required account information range.<br />
Sample Data:<br />
Line 10<br />
Low 01.200.5000.00<br />
High 01.500.9999.00<br />
Type Entered<br />
Click Save button</p>
<p><strong>3.</strong><strong> </strong><span style="text-decoration: underline;"><strong>Entering Budget Amounts</strong></span><br />
Go to Navigator -&gt; Budgets -&gt; Enter -&gt; Amounts<br />
Select the Organization, Budget and Accounting Period using the LOV (list of values)<br />
Enter the amounts on the account combinations using appropriate Budget Rules.<br />
Sample Data:<br />
Account 01.300.6000.00<br />
Amount 300000<br />
Budget Rule Repeat per Period<br />
After entering the amount click Post button</p>
<p>The above outlines some basic steps in creating <strong>ERP Oracle Applications</strong> budget manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/12/23/creating-erp-oracle-applications-budget-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Computer Access and Support Over the Internet Behind Local Networks</title>
		<link>http://www.techxplore.net/2011/12/05/remote-computer-access-and-support-over-the-internet-behind-local-networks/</link>
		<comments>http://www.techxplore.net/2011/12/05/remote-computer-access-and-support-over-the-internet-behind-local-networks/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:32:51 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5696</guid>
		<description><![CDATA[Desktop computer support are some of the sought-after service on a company. Thus, most of the offices have some dedicated IT support team to respond to such a request. There&#8217;s a unique scenario though when the desktop support team is working from a remote location. Support over the internet behind local networks with firewall is [...]]]></description>
			<content:encoded><![CDATA[<p>Desktop computer support are some of the sought-after service on a company. Thus, most of the offices have some dedicated IT support team to respond to such a request. There&#8217;s a unique scenario though when the desktop support team is working from a remote location. Support over the internet behind local networks with firewall is such a challenge for <strong>remote computer access</strong>.</p>
<p>Remote desktop connection which comes basically with almost all Windows operating systems is very useful in doing remote desktop support. There is a limitation in this <strong>remote pc access software</strong> when it&#8217;s behind a network firewall as it needs to open a series of port for it to work. This is a difficulty, especially when the computer to be accessed is on a local network.</p>
<p>Remote computer access over the internet with public IP address and is not behind a firewall would be easier to work with using<strong> Windows Remote Desktop Connection software</strong>. In cases where the computer is behind a firewall and have local IP address it&#8217;s a little bit tough. I come across TeamViewer remote access software while searching for a software to overcome such a problem.</p>
<p>TeamViewer remote access software seemed to work as a an all-in-one solution for connecting to any PC or server over the internet. Even those behind <strong>local networks and firewall</strong> with local IP address are made accessible. The TeamViewer software is downloadable for free and also free for personal use. The requirement for registration to use the software is a setback for the software. Worst is that it stopped working after three usage.</p>
<p>It&#8217;s not really very encouraging. Thus, spending money for TeamViewer <strong>remote computer access</strong> to support PC or server around the world is not a priority.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/12/05/remote-computer-access-and-support-over-the-internet-behind-local-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Data and Play DVD Movies on iPhone and iPad</title>
		<link>http://www.techxplore.net/2011/10/01/backup-data-and-play-dvd-movies-on-iphone-and-ipad/</link>
		<comments>http://www.techxplore.net/2011/10/01/backup-data-and-play-dvd-movies-on-iphone-and-ipad/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 04:34:28 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Technology & Gadgets]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5632</guid>
		<description><![CDATA[All portable internet devices like smartphones and tablet computers are becoming mainstream technologies. Everyday, I saw people having some wired headphones and some mobile internet device at hand. This is a common sight on train stations, offices, and other public places. There are a variety of smartphone devices like iPhone, BlackBerry, Nokia, Windows Mobile phone, [...]]]></description>
			<content:encoded><![CDATA[<p>All <strong>portable internet devices</strong> like smartphones and tablet computers are becoming mainstream technologies. Everyday, I saw people having some wired headphones and some mobile internet device at hand. This is a common sight on train stations, offices, and other public places.</p>
<p>There are a variety of <strong>smartphone devices</strong> like iPhone, BlackBerry, Nokia, Windows Mobile phone, or tablet devices like iPad, Galaxy Tab, and other which are at plain sight everyday. The portable devices are a form of entertainment for people to while waiting to have time past.</p>
<p>I&#8217;ve seem people playing games or listening to music while on travel for long distance train trips. There are times also that people play movies on this portable gadgets. Proprietary software is needed to play a movie on an iPhone of iPad as we all know, but there are <a href="http://www.imtoo.com/dvd-ripper.html">program for ripping DVDs</a> and putting them on this devices.</p>
<p>This <a href="http://www.imtoo.com/dvd-ripper.html">DVD Ripping program</a> makes DVD movies playable on tablet devices like Galaxy Tab, iPad or smartphones such as BlackBerry, Windows Mobile phone, Nokia, or iPhone. The software transfers converted DVD movies to iPad or iPhone directly after ripping.</p>
<p>What I like is the <strong>DVD ripping tasks</strong> in the background that allows other things to be done on a computer which definitely save time and effort. There are various formats like FLV, WMV, AVI, H.264/AVC, MP4, MPEG, MOV, XviD, 3GP, ASF and many others that are available while ripping DVD movies.</p>
<p>Creativity for merging different video clips is possible with the feature take small clip segments of a DVD title or chapter then merged into one new movie. Also transitions could be added to the different video clips which have the option to be stored on a DVD from a <strong>burn dvd software</strong>.</p>
<p>Backup data especially favorite movies for playing on iPhone and iPad is now easily available with the right <a href="http://www.imtoo.com/dvd-ripper.html">DVD rip software</a> without paying the high price of <strong>video copying proprietary software</strong>. Above all, it&#8217;s always advisable to search from the internet those software with free trial download for testing their worthiness and functionality before purchase.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/10/01/backup-data-and-play-dvd-movies-on-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Player 11 Popular Poker Games</title>
		<link>http://www.techxplore.net/2011/09/29/adobe-flash-player-11-popular-poker-games/</link>
		<comments>http://www.techxplore.net/2011/09/29/adobe-flash-player-11-popular-poker-games/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 13:32:22 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5626</guid>
		<description><![CDATA[About 2 years ago when Apple announced that it won’t support Adobe Flash on their internet portable devices everyone cried foul. Almost all were asking why Apple would not like to have Adobe Flash on iPhone, iPod, or iPad tablet. The next to follow suit is Microsoft when it announced that they will shun away [...]]]></description>
			<content:encoded><![CDATA[<p>About 2 years ago when Apple announced that it won’t support <strong>Adobe Flash</strong> on their internet portable devices everyone cried foul. Almost all were asking why Apple would not like to have Adobe Flash on iPhone, iPod, or iPad tablet. The next to follow suit is Microsoft when it announced that they will shun away from Adobe Flash, but will provide two versions of their popular IE web browser with stand flash include and the mobile version which doesn’t include flash capability.</p>
<p>The is a move to focus on the use of HTML 5 standard instead of <strong>Adobe’s Flash technology</strong>, all seem to going strong for Adobe in spite of the lack of support from Apple and Microsoft. The benefit though of following the HTML 5 standard would be no need for installing Adobe&#8217;s plugin all the time.</p>
<p>I was surprised to learn that <strong>Adobe Flash</strong> would not definitely go to silence as it got some backing from some top names in the industry. Google, Electronic Arts, and Zynga are some of the companies that support / accept Adobe Flash technology.</p>
<p>The new Adobe Flash supports HD videos, much <strong>faster graphic rendering</strong>, and higher performance on both personal computers and mobile devices. Some popular simple flash games are word maker, monopoly, <a href="http://www.pokerstars.com/de/">poker</a>, and chess. Role playing games are available also using flash, but the simple games are the most popular. My teen age nephew got addicted to the poker game online which shows how popular this games are.</p>
<p>Most of the portable devices based on <strong>Android OS</strong> are already doing fine with Flash Technology. A variety of games are available to download from any smartphone device. Thus, Adobe’s Flash will still be used in the coming years, always strong and popular having the advantage over HTML 5 standard when it comes to games creation. Flash technology will be widely used in the gaming sector of the industry as support for it grows from various <strong>portable device developers</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/09/29/adobe-flash-player-11-popular-poker-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smartphone and Mobile Internet Device Web Applications Development Software</title>
		<link>http://www.techxplore.net/2011/07/21/smartphone-and-mobile-internet-device-web-applications-development-software/</link>
		<comments>http://www.techxplore.net/2011/07/21/smartphone-and-mobile-internet-device-web-applications-development-software/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 12:34:16 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Personal Tech Stuff]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/blog/?p=1</guid>
		<description><![CDATA[It could not be denied that there’s an ever increasing volume of smartphone and mobile internet devices being sold. When I travel around the city, I could observe that even students on lower grades have a smart phone. The constant surge of new models of smartphone and mobile internet device is evidence of the pace [...]]]></description>
			<content:encoded><![CDATA[<p>It could not be denied that there’s an ever increasing volume of smartphone and mobile internet devices being sold. When I travel around the city, I could observe that even students on lower grades have a smart phone. The constant surge of new models of smartphone and mobile internet device is evidence of the pace of innovation. It’s difficult even to see what will be the prevailing platform and products soon.</p>
<p>Due to the cheap cost of smartphones, I believe that everyone will have it soon. Furthermore, mobile internet devices such as tablets will gain more markets. In the US alone, it was predicted that one-third of Americans will own a tablet in the next two years. Statistics showed that Apple and Android devices are leading the market over Microsoft or RIM that trails with some improvement. Apple is the leading device manufacturer with their iPhone and iPads, but Android devices are catching up fast with an ever increasing number of <a href="http://www.octomobi.com">Free Web Apps</a> on the Google market place.</p>
<p>In the US, the most used mobile apps are social networking, games, news, maps, music and videos. Web applications are growing tremendously to complement with the increase of user base of these devices. Social networking web application like Facebook tops the list of the most-used webapps. The people are hooked into this web application due to the way people can connect with friends and family. The games like Angry Birds are so popular on smart phone and mobile devices. I am not really an avid fan of social networking or games, but with interest more on business applications. Thus, business web applications are my main interest and I find mobile internet access through 3G or WiFi as important factor in selecting a mobile device.</p>
<p>Developing web applications for smartphone and mobile internet devices is growing in demand. I even have even applied on a company which develops software for these devices. I have stumbled on <a href="http://www.octomobi.com">Octomobi Free Webapps</a> which is an online tool for easily creating photo galleries, CV’s online, or mobile friendly website. What is good is that the web application and website developed behaves like native apps. Thus, the software is a perfect development tool on a wide range of mobile internet device.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/07/21/smartphone-and-mobile-internet-device-web-applications-development-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smartphone Nokia E52 Copy and Paste Browsed Webpage</title>
		<link>http://www.techxplore.net/2011/07/04/smartphone-nokia-e52-copy-and-paste-browsed-webpage/</link>
		<comments>http://www.techxplore.net/2011/07/04/smartphone-nokia-e52-copy-and-paste-browsed-webpage/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 13:50:25 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[Personal Tech Stuff]]></category>
		<category><![CDATA[Technology & Gadgets]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5548</guid>
		<description><![CDATA[Smartphones have matured a lot, but it&#8217;s amazing to note that some of the features are still limited. I have a Nokia E2 smartphone which is very useful for browsing web pages due to the 3G and WiFi access capability. A feature of the smartphone which comes handy is connectivity to the internet. I could [...]]]></description>
			<content:encoded><![CDATA[<p>Smartphones have matured a lot, but it&#8217;s amazing to note that some of the features are still limited. I have a <strong>Nokia E2 smartphone</strong> which is very useful for browsing web pages due to the 3G and WiFi access capability.</p>
<p>A feature of the smartphone which comes handy is connectivity to the internet. I could connect the phone to a wireless access point at home. There are times that I would like to copy text from the browsed website for <strong>sending SMS text messages</strong> to friends on the phone.</p>
<p>I have difficulty in achieving this one using the built-in browser of Nokia E52. It&#8217;s really disappointing that the copy and paste facility of Nokia E52 only works on a text box. Thus, it&#8217;s seeming useless for browsed website. Most users are hoping that there would be a firmware upgrade to include this feature in Nokia E2 to <strong>copy and paste text</strong> from browsed pages.</p>
<p>There are lot of work around for this problem, but I have encountered on the web forums as a solution using an intermediate website. Nokia E52 user could visit <em>mobitol.com</em>, which prompts for the URL of the website to convert to text or HTML for copying. This solution works mostly for al S60 based <strong>mobile phone browsers</strong>.</p>
<p>It seems to be a tedious task for web pages with lots of text, but it&#8217;s a solution that works fine for me. If you have some other solution at hand, which is better you can share your thoughts to overcome this limitation on <strong>Nokia E52 smartphones</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/07/04/smartphone-nokia-e52-copy-and-paste-browsed-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four Reasons to Download Windows IE9 Browser for Windows 7</title>
		<link>http://www.techxplore.net/2011/02/26/four-reasons-to-download-windows-ie9-browser-for-windows-7/</link>
		<comments>http://www.techxplore.net/2011/02/26/four-reasons-to-download-windows-ie9-browser-for-windows-7/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 04:33:10 +0000</pubDate>
		<dc:creator>techxplore</dc:creator>
				<category><![CDATA[Computer Software]]></category>
		<category><![CDATA[MS Windows System]]></category>

		<guid isPermaLink="false">http://www.techxplore.net/?p=5396</guid>
		<description><![CDATA[Being hooked on the internet are some things that some cannot live without. A desktop computer, laptop, netbook or a mobile internet device like smartphone or tablet PC should be wired to the internet. The internet connection could be through an ADSL package, 3G connection or WIFI access. Internet connectivity is an important factor. In [...]]]></description>
			<content:encoded><![CDATA[<p>Being hooked on the internet are some things that some cannot live without. A <strong>desktop computer</strong>, laptop, netbook or a mobile internet device like smartphone or tablet PC should be wired to the internet. The internet connection could be through an ADSL package, 3G connection or WIFI access. Internet connectivity is an important factor. In addition is a browser that would deliver a richer and better web experience.</p>
<p>Those running<strong> Windows 7</strong> could not upgrade Internet Explorer to version 9 Release Candidate. Better security, privacy, ease of use, reliability, compatibility, manageability, and performance are some things to expect. The list could go on, but here&#8217;s what Microsoft is talking about <strong>Windows Internet Explorer 9 software</strong>.</p>
<p><em>Windows Internet Explorer 9 delivers web sites and applications that look and perform like native PC applications through the power of Windows.</em></p>
<p><span style="text-decoration: underline;"><strong>Four Reasons to Download Windows IE9:</strong></span></p>
<ul>
<li>Fast: IE9 is all-around fast. It is designed to take full advantage of the PC&#8217;s hardware comparable to native PC application software installed.</li>
<li>Clean: IE9 puts focus on a clean look and increased viewing area.</li>
<li>Trusted: IE9 has robust built-in security and privacy t for safe browsing experience.</li>
<li>Interoperable: IE9 conforms with modern web standards such as HTML5 that utilizes GPU hardware.</li>
</ul>
<p>Well, the above claim could not be verified if one does not try the <strong>IE9 internet browser</strong>. I&#8217;ve installed the IE9 beta and have experienced seemingly fast and uncluttered browsing. Now is the time to upgrade to the Windows IE9 Browser for Windows 7 for me to see the real deal.</p>
<p>The download size of Windows Internet Explorer 9 Release Candidate for Windows 7 is 19.9 MB. After installation the computer needs to be restarted for the update to take effect.</p>
<p><span style="text-decoration: underline;"><strong>More information on Windows Internet Explorer 9 Release Candidate for Windows 7 :<br />
</strong></span> <em>http://go.microsoft.com/fwlink/?LinkId=71727</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techxplore.net/2011/02/26/four-reasons-to-download-windows-ie9-browser-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

