<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SoftwareAndMe&#039;s Blog</title>
	<atom:link href="http://softwareandme.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwareandme.wordpress.com</link>
	<description>Software and Software Development Blog</description>
	<lastBuildDate>Wed, 20 Jul 2011 16:12:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='softwareandme.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SoftwareAndMe&#039;s Blog</title>
		<link>http://softwareandme.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://softwareandme.wordpress.com/osd.xml" title="SoftwareAndMe&#039;s Blog" />
	<atom:link rel='hub' href='http://softwareandme.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Install Mulp on Linux</title>
		<link>http://softwareandme.wordpress.com/2010/12/21/install-mulp-on-linux/</link>
		<comments>http://softwareandme.wordpress.com/2010/12/21/install-mulp-on-linux/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 17:12:12 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/2010/12/21/install-mulp-on-linux/</guid>
		<description><![CDATA[Mulp is developed with C++ and Wx and libxml++ is used for xml parsing, so we need Wx widgets and libxml++. Wx widgets, http://www.wxwidgets.org Libxml++, http://libxmlplusplus.sourceforge.net After installing Wx widgets and libxml++, download mulp source from http://sourceforge.net/projects/mulp Open the tar ball of mulp tar xzvf mulp-0.0.1.tar.gz then cd to mulp directory cd mulp-0.0.1 ./autogen.sh ./configure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=225&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mulp is developed with C++ and Wx and libxml++ is used for xml parsing, so we need Wx widgets and libxml++.</p>
<p>Wx widgets, <a href="http://www.wxwidgets.org" rel="nofollow">http://www.wxwidgets.org</a><br />
Libxml++, <a href="http://libxmlplusplus.sourceforge.net" rel="nofollow">http://libxmlplusplus.sourceforge.net</a></p>
<p>After installing Wx widgets and libxml++, download mulp source from <a href="http://sourceforge.net/projects/mulp" rel="nofollow">http://sourceforge.net/projects/mulp</a></p>
<p>Open the tar ball of mulp</p>
<pre class="brush:php">
tar xzvf mulp-0.0.1.tar.gz
</pre>
<p>then cd to mulp directory</p>
<pre class="brush:php">
cd mulp-0.0.1
./autogen.sh
./configure
make
</pre>
<p>Login with root user</p>
<p>and </p>
<pre class="brush:php">
make install
</pre>
<p>if you are using ubuntu or fedora or a distro with sudo</p>
<pre class="brush:php">
sudo make install
</pre>
<p>You installed the mulp software! Now try to run mulp from command line or with Alt+F2 on Kde and Gnome.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=225&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/12/21/install-mulp-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
		<item>
		<title>Mulp as Ubuntu Control Panel &#8211; xml file</title>
		<link>http://softwareandme.wordpress.com/2010/12/21/mulp-as-ubuntu-control-panel-xml-file/</link>
		<comments>http://softwareandme.wordpress.com/2010/12/21/mulp-as-ubuntu-control-panel-xml-file/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 17:10:08 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/2010/12/21/mulp-as-ubuntu-control-panel-xml-file/</guid>
		<description><![CDATA[Mulp may be used as Ubuntu Control Panel by editing its xml file, the default xml file for Mulp has the applications for Ubuntu. After installing mulp on ubuntu you will see you can use it as the Ubuntu Control Panel. /etc/mulp/mulp.xml file must be changed like this to use mulp as Ubuntu Control Panel<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=224&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mulp may be used as Ubuntu Control Panel by editing its xml file, the default xml file for Mulp has the applications for Ubuntu. After installing mulp on ubuntu you will see you can use it as the Ubuntu Control Panel. </p>
<p>/etc/mulp/mulp.xml file must be changed like this to use mulp as Ubuntu Control Panel</p>
<p><pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;mulp&gt;
	&lt;information&gt;
		&lt;developers&gt;
			&lt;developer&gt;Onur GUZEL onur.oguzel@gmail.com&lt;/developer&gt;
		&lt;/developers&gt;
		&lt;version&gt;0.0.1&lt;/version&gt;
		&lt;website&gt;http://mulp.sourceforge.net&lt;/website&gt;
		&lt;apptitle&gt;Truva Control Panel&lt;/apptitle&gt;
	&lt;/information&gt;
	&lt;setting&gt;
		&lt;pluginfolder&gt;plugins&lt;/pluginfolder&gt;
		&lt;logindialog&gt;&lt;/logindialog&gt;
		&lt;logo&gt;&lt;/logo&gt;
		&lt;image&gt;/usr/share/mulp/images/truvalinux.png&lt;/image&gt;
		&lt;theme&gt;&lt;/theme&gt;
		&lt;splash&gt;&lt;/splash&gt;
		&lt;feed&gt;&lt;/feed&gt;
	&lt;/setting&gt;
	&lt;pages&gt;
		&lt;page id=&quot;1&quot; name=&quot;Software&quot; title=&quot;Software&quot; image=&quot;/usr/share/mulp/images/softwarecenter.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;update-manager&quot; title=&quot;Online Update&quot; image=&quot;/usr/share/mulp/images/onlineupdate.png&quot;&gt;Online Update&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;synaptic&quot; title=&quot;Install Remove Software&quot; image=&quot;/usr/share/mulp/images/installandremovesoftware.png&quot;&gt;Install and Remove Software&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-default-applications-properties&quot; title=&quot;Preferred Applications&quot; image=&quot;/usr/share/mulp/images/preferredapplications.png&quot;&gt;Boot&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-session-properties&quot; title=&quot;Startup Applications&quot; image=&quot;/usr/share/mulp/images/startupapplications.png&quot;&gt;Startup Applications&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;software-properties-gtk&quot; title=&quot;Software Sources&quot; image=&quot;/usr/share/mulp/images/softwaresource.png&quot;&gt;Software Sources&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;computer-janitor-gtk&quot; title=&quot;Clean Computer&quot; image=&quot;/usr/share/mulp/images/temizle.png&quot;&gt;Clean Computer&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;2&quot; name=&quot;Hardware&quot; title=&quot;Hardware&quot; image=&quot;/usr/share/mulp/images/drivers.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;bluetooth-properties&quot; title=&quot;Bluetooth&quot; image=&quot;/usr/share/mulp/images/bluetooth.png&quot;&gt;Bluetooth&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;jockey-gtk&quot; title=&quot;Drivers&quot; image=&quot;/usr/share/mulp/images/driversinfo.png&quot;&gt;Drivers&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;palimpsest&quot; title=&quot;Disk Utility&quot; image=&quot;/usr/share/mulp/images/diskutility.png&quot;&gt;Disk Utility&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-keyboard-properties&quot; title=&quot;Keyboard&quot; image=&quot;/usr/share/mulp/images/input-keyboard.png&quot;&gt;Keyboard&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-display-properties&quot; title=&quot;Monitors&quot; image=&quot;/usr/share/mulp/images/monitors.png&quot;&gt;Monitors&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-mouse-properties&quot; title=&quot;Mouse&quot; image=&quot;/usr/share/mulp/images/input-mouse.png&quot;&gt;Mouse&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-volume-control&quot; title=&quot;Sound&quot; image=&quot;/usr/share/mulp/images/preferences-desktop-sound.png&quot;&gt;Sound&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;usb-creator-gtk&quot; title=&quot;Startup Disk&quot; image=&quot;/usr/share/mulp/images/usbdiskgtk.png&quot;&gt;Startup Disk&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;system-config-printer&quot; title=&quot;Printing&quot; image=&quot;/usr/share/mulp/images/printer.png&quot;&gt;Printing&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-power-preferences&quot; title=&quot;Power Management&quot; image=&quot;/usr/share/mulp/images/gnome-power-manager.png&quot;&gt;Power Management&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;3&quot; name=&quot;System&quot; title=&quot;System&quot; image=&quot;/usr/share/mulp/images/system.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gdmsetup&quot; title=&quot;Login Screen&quot; image=&quot;/usr/share/mulp/images/gdm-setup.png&quot;&gt;Login Screen&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-system-log&quot; title=&quot;Log File Reviewer&quot; image=&quot;/usr/share/mulp/images/logviewer.png&quot;&gt;Log File Viewer&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-system-monitor&quot; title=&quot;System Monitor&quot; image=&quot;/usr/share/mulp/images/monitor.png&quot;&gt;System Monitor&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;time-admin&quot; title=&quot;Time and Date&quot; image=&quot;/usr/share/mulp/images/time-admin.png&quot;&gt;Time and Date&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;users-admin&quot; title=&quot;Users and Groups&quot; image=&quot;/usr/share/mulp/images/usersgroups.png&quot;&gt;Users and Groups&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;checkbox-gtk&quot; title=&quot;System Testing&quot; image=&quot;/usr/share/mulp/images/systemsettings.png&quot;&gt;System Testing&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;4&quot; name=&quot;Network&quot; title=&quot;Network&quot; image=&quot;/usr/share/mulp/images/network.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-nettool&quot; title=&quot;Network Setting&quot; image=&quot;/usr/share/mulp/images/networksettings.png&quot;&gt;Network Setting&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;nm-connection-editor&quot; title=&quot;Network Connections&quot; image=&quot;/usr/share/mulp/images/network.png&quot;&gt;Network Connections&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-file-share-properties&quot; title=&quot;Personal File Sharing&quot; image=&quot;/usr/share/mulp/images/remotefolder.png&quot;&gt;Personal File Sharing&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-network-properties&quot; title=&quot;Network Proxy&quot; image=&quot;/usr/share/mulp/images/networkproperties.png&quot;&gt;Network Proxy&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;vino-preferences&quot; title=&quot;Remote Desktop&quot; image=&quot;/usr/share/mulp/images/remotedesktop.png&quot;&gt;Remote Desktop&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;bluetooth-properties&quot; title=&quot;Bluetooth&quot; image=&quot;/usr/share/mulp/images/bluetooth.png&quot;&gt;Bluetooth&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;5&quot; name=&quot;&quot; title=&quot;Language &amp;amp; Accesibility&quot; image=&quot;/usr/share/mulp/images/region.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-at-properties&quot; title=&quot;Accessibility&quot; image=&quot;/usr/share/mulp/images/accessibility.png&quot;&gt;Accessibility&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;/usr/bin/gnome-language-selector&quot; title=&quot;Language Support&quot; image=&quot;/usr/share/mulp/images/language.png&quot;&gt;Language Support&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-keyboard-properties&quot; title=&quot;Keyboard Layout&quot; image=&quot;/usr/share/mulp/images/input-keyboard.png&quot;&gt;Keyboard Layout&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-keybinding-properties&quot; title=&quot;Keyboard Shortcuts&quot; image=&quot;/usr/share/mulp/images/shortcuts.png&quot;&gt;Keyboard Shortcuts&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;6&quot; name=&quot;Appearance&quot; title=&quot;Appearance&quot; image=&quot;/usr/share/mulp/images/appearance.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-appearance-properties&quot; title=&quot;Appearance&quot; image=&quot;/usr/share/mulp/images/appearance.png&quot;&gt;Theme&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;ccsm&quot; title=&quot;Compiz Configuration&quot; image=&quot;/usr/share/mulp/images/ccsm.png&quot;&gt;Compiz Configuration&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;alacarte&quot; title=&quot;Main Menu&quot; image=&quot;/usr/share/mulp/images/mainmenu.png&quot;&gt;Main Menu&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;nautilus-actions-config-tool&quot; title=&quot;Nautilius Configuration&quot; image=&quot;/usr/share/mulp/images/nautilus.png&quot;&gt;Nautilius Configuration&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-screensaver-preferences&quot; title=&quot;Screensaver&quot; image=&quot;/usr/share/mulp/images/screensaver.png&quot;&gt;Screensaver&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-window-properties&quot; title=&quot;Windows&quot; image=&quot;/usr/share/mulp/images/desktopinfo.png&quot;&gt;Windows&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
	&lt;/pages&gt;
&lt;/mulp&gt;
</pre></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=224&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/12/21/mulp-as-ubuntu-control-panel-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
		<item>
		<title>Mulp Editing xml file</title>
		<link>http://softwareandme.wordpress.com/2010/12/21/mulp-editing-xml-file/</link>
		<comments>http://softwareandme.wordpress.com/2010/12/21/mulp-editing-xml-file/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 16:42:03 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mulp]]></category>
		<category><![CDATA[truva]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/2010/12/21/mulp-editing-xml-file/</guid>
		<description><![CDATA[Mulp is easy to configure and we will discuss what we can do with mulp by editing its xml. Mulp xml is located under It is not so difficult, you will see so dont be afraid of xml file. We will give you detailed information about xml file. Mulp file starts with mulp tag and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=214&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mulp is easy to configure and we will discuss what we can do with mulp by editing its xml.</p>
<p>Mulp xml is located under <pre class="brush: python;">/etc/mulp/mulp.xml</pre></p>
<p><pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;mulp&gt;
	&lt;information&gt;
		&lt;developers&gt;
			&lt;developer&gt;Onur GUZEL onur.oguzel@gmail.com&lt;/developer&gt;
		&lt;/developers&gt;
		&lt;version&gt;0.0.1&lt;/version&gt;
		&lt;website&gt;http://mulp.sourceforge.net&lt;/website&gt;
		&lt;apptitle&gt;Truva Control Panel&lt;/apptitle&gt;
	&lt;/information&gt;
	&lt;setting&gt;
		&lt;pluginfolder&gt;plugins&lt;/pluginfolder&gt;
		&lt;logindialog&gt;&lt;/logindialog&gt;
		&lt;logo&gt;&lt;/logo&gt;
		&lt;image&gt;/usr/share/mulp/images/truvalinux.png&lt;/image&gt;
		&lt;theme&gt;&lt;/theme&gt;
		&lt;splash&gt;&lt;/splash&gt;
		&lt;feed&gt;&lt;/feed&gt;
	&lt;/setting&gt;
	&lt;pages&gt;
		&lt;page id=&quot;1&quot; name=&quot;Software&quot; title=&quot;Software&quot; image=&quot;/usr/share/mulp/images/softwarecenter.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;update-manager&quot; title=&quot;Online Update&quot; image=&quot;/usr/share/mulp/images/onlineupdate.png&quot;&gt;Online Update&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;synaptic&quot; title=&quot;Install Remove Software&quot; image=&quot;/usr/share/mulp/images/installandremovesoftware.png&quot;&gt;Install and Remove Software&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-default-applications-properties&quot; title=&quot;Preferred Applications&quot; image=&quot;/usr/share/mulp/images/preferredapplications.png&quot;&gt;Boot&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-session-properties&quot; title=&quot;Startup Applications&quot; image=&quot;/usr/share/mulp/images/startupapplications.png&quot;&gt;Startup Applications&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;software-properties-gtk&quot; title=&quot;Software Sources&quot; image=&quot;/usr/share/mulp/images/softwaresource.png&quot;&gt;Software Sources&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;computer-janitor-gtk&quot; title=&quot;Clean Computer&quot; image=&quot;/usr/share/mulp/images/temizle.png&quot;&gt;Clean Computer&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;2&quot; name=&quot;Hardware&quot; title=&quot;Hardware&quot; image=&quot;/usr/share/mulp/images/drivers.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;bluetooth-properties&quot; title=&quot;Bluetooth&quot; image=&quot;/usr/share/mulp/images/bluetooth.png&quot;&gt;Bluetooth&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;jockey-gtk&quot; title=&quot;Drivers&quot; image=&quot;/usr/share/mulp/images/driversinfo.png&quot;&gt;Drivers&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;palimpsest&quot; title=&quot;Disk Utility&quot; image=&quot;/usr/share/mulp/images/diskutility.png&quot;&gt;Disk Utility&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-keyboard-properties&quot; title=&quot;Keyboard&quot; image=&quot;/usr/share/mulp/images/input-keyboard.png&quot;&gt;Keyboard&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-display-properties&quot; title=&quot;Monitors&quot; image=&quot;/usr/share/mulp/images/monitors.png&quot;&gt;Monitors&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-mouse-properties&quot; title=&quot;Mouse&quot; image=&quot;/usr/share/mulp/images/input-mouse.png&quot;&gt;Mouse&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-volume-control&quot; title=&quot;Sound&quot; image=&quot;/usr/share/mulp/images/preferences-desktop-sound.png&quot;&gt;Sound&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;usb-creator-gtk&quot; title=&quot;Startup Disk&quot; image=&quot;/usr/share/mulp/images/usbdiskgtk.png&quot;&gt;Startup Disk&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;system-config-printer&quot; title=&quot;Printing&quot; image=&quot;/usr/share/mulp/images/printer.png&quot;&gt;Printing&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-power-preferences&quot; title=&quot;Power Management&quot; image=&quot;/usr/share/mulp/images/gnome-power-manager.png&quot;&gt;Power Management&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;3&quot; name=&quot;System&quot; title=&quot;System&quot; image=&quot;/usr/share/mulp/images/system.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gdmsetup&quot; title=&quot;Login Screen&quot; image=&quot;/usr/share/mulp/images/gdm-setup.png&quot;&gt;Login Screen&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-system-log&quot; title=&quot;Log File Reviewer&quot; image=&quot;/usr/share/mulp/images/logviewer.png&quot;&gt;Log File Viewer&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-system-monitor&quot; title=&quot;System Monitor&quot; image=&quot;/usr/share/mulp/images/monitor.png&quot;&gt;System Monitor&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;time-admin&quot; title=&quot;Time and Date&quot; image=&quot;/usr/share/mulp/images/time-admin.png&quot;&gt;Time and Date&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;users-admin&quot; title=&quot;Users and Groups&quot; image=&quot;/usr/share/mulp/images/usersgroups.png&quot;&gt;Users and Groups&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;checkbox-gtk&quot; title=&quot;System Testing&quot; image=&quot;/usr/share/mulp/images/systemsettings.png&quot;&gt;System Testing&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;4&quot; name=&quot;Network&quot; title=&quot;Network&quot; image=&quot;/usr/share/mulp/images/network.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-nettool&quot; title=&quot;Network Setting&quot; image=&quot;/usr/share/mulp/images/networksettings.png&quot;&gt;Network Setting&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;nm-connection-editor&quot; title=&quot;Network Connections&quot; image=&quot;/usr/share/mulp/images/network.png&quot;&gt;Network Connections&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-file-share-properties&quot; title=&quot;Personal File Sharing&quot; image=&quot;/usr/share/mulp/images/remotefolder.png&quot;&gt;Personal File Sharing&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-network-properties&quot; title=&quot;Network Proxy&quot; image=&quot;/usr/share/mulp/images/networkproperties.png&quot;&gt;Network Proxy&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;vino-preferences&quot; title=&quot;Remote Desktop&quot; image=&quot;/usr/share/mulp/images/remotedesktop.png&quot;&gt;Remote Desktop&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;bluetooth-properties&quot; title=&quot;Bluetooth&quot; image=&quot;/usr/share/mulp/images/bluetooth.png&quot;&gt;Bluetooth&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;5&quot; name=&quot;&quot; title=&quot;Language &amp;amp; Accesibility&quot; image=&quot;/usr/share/mulp/images/region.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-at-properties&quot; title=&quot;Accessibility&quot; image=&quot;/usr/share/mulp/images/accessibility.png&quot;&gt;Accessibility&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;/usr/bin/gnome-language-selector&quot; title=&quot;Language Support&quot; image=&quot;/usr/share/mulp/images/language.png&quot;&gt;Language Support&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-keyboard-properties&quot; title=&quot;Keyboard Layout&quot; image=&quot;/usr/share/mulp/images/input-keyboard.png&quot;&gt;Keyboard Layout&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-keybinding-properties&quot; title=&quot;Keyboard Shortcuts&quot; image=&quot;/usr/share/mulp/images/shortcuts.png&quot;&gt;Keyboard Shortcuts&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
		&lt;page id=&quot;6&quot; name=&quot;Appearance&quot; title=&quot;Appearance&quot; image=&quot;/usr/share/mulp/images/appearance.png&quot;&gt;
			&lt;plugins&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-appearance-properties&quot; title=&quot;Appearance&quot; image=&quot;/usr/share/mulp/images/appearance.png&quot;&gt;Theme&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;ccsm&quot; title=&quot;Compiz Configuration&quot; image=&quot;/usr/share/mulp/images/ccsm.png&quot;&gt;Compiz Configuration&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;alacarte&quot; title=&quot;Main Menu&quot; image=&quot;/usr/share/mulp/images/mainmenu.png&quot;&gt;Main Menu&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;nautilus-actions-config-tool&quot; title=&quot;Nautilius Configuration&quot; image=&quot;/usr/share/mulp/images/nautilus.png&quot;&gt;Nautilius Configuration&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-screensaver-preferences&quot; title=&quot;Screensaver&quot; image=&quot;/usr/share/mulp/images/screensaver.png&quot;&gt;Screensaver&lt;/plugin&gt;
				&lt;plugin type=&quot;program&quot; name=&quot;gnome-window-properties&quot; title=&quot;Windows&quot; image=&quot;/usr/share/mulp/images/desktopinfo.png&quot;&gt;Windows&lt;/plugin&gt;
			&lt;/plugins&gt;
		&lt;/page&gt;
	&lt;/pages&gt;
&lt;/mulp&gt;
</pre></p>
<p>It is not so difficult, you will see so dont be afraid of xml file. We will give you detailed information about xml file.</p>
<p>Mulp file starts with mulp tag and ends with mulp tag.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=214&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/12/21/mulp-editing-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
		<item>
		<title>Mulp &#8211; Multi Purpose Software Panel</title>
		<link>http://softwareandme.wordpress.com/2010/12/21/mulp-multi-purpose-software-panel/</link>
		<comments>http://softwareandme.wordpress.com/2010/12/21/mulp-multi-purpose-software-panel/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 16:37:23 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mulp]]></category>
		<category><![CDATA[truva]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/2010/12/21/mulp-multi-purpose-software-panel/</guid>
		<description><![CDATA[I &#8216;ve developed an open source software, mulp &#8211; multi purpose software panel. Mulp was an effort to develop a control center for Truva Linux, but after i finished the software i realized that i always need a software panel when i develop desktop applications. I decided to make it easy-to-configure and usable in every [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=213&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I &#8216;ve developed an open source software, mulp &#8211; multi purpose software panel. Mulp was an effort to develop a control center for Truva Linux, but after i finished the software i realized that i always need a software panel when i develop desktop applications. I decided to make it easy-to-configure and usable in every platform where a software panel is needed.</p>
<p>Mulp is a multi purpose software panel developed in C++ and Wx. It is easy to configure to build your own control panels. Distribution developers will be able to use mulp in their distributions easily. Project is open source and hosted in <a href="http://sourceforge.net/projects/mulp" rel="nofollow">http://sourceforge.net/projects/mulp</a></p>
<p>In first version of mulp, there are no plugins, you are able to run the installed programs on your system by editing mulp.xml. In later releases mulp will have the ability to load dynamic plugins, inşAllah.</p>
<p>You may change the mulp into another software panel by editing its xml file, an ubuntu control center application, truva linux control center application, a redhat control center application, sabily control center application&#8230; You dont need to edit the source code, you must just edit xml and then you will have your new software panel for your distribution.</p>
<span style="text-align:center; display: block;"><a href="http://softwareandme.wordpress.com/2010/12/21/mulp-multi-purpose-software-panel/"><img src="http://img.youtube.com/vi/cT_oxtcsGJM/2.jpg" alt="" /></a></span>
<p><a href="http://softwareandme.files.wordpress.com/2010/12/screenshot-4.png"><img src="http://softwareandme.files.wordpress.com/2010/12/screenshot-4.png?w=300&#038;h=180" alt="" title="Screenshot-4" width="300" height="180" class="alignnone size-medium wp-image-212" /></a><a href="http://softwareandme.files.wordpress.com/2010/12/screenshot-3.png"><img src="http://softwareandme.files.wordpress.com/2010/12/screenshot-3.png?w=300&#038;h=180" alt="" title="Screenshot-3" width="300" height="180" class="alignnone size-medium wp-image-211" /></a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=213&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/12/21/mulp-multi-purpose-software-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>

		<media:content url="http://softwareandme.files.wordpress.com/2010/12/screenshot-4.png?w=300" medium="image">
			<media:title type="html">Screenshot-4</media:title>
		</media:content>

		<media:content url="http://softwareandme.files.wordpress.com/2010/12/screenshot-3.png?w=300" medium="image">
			<media:title type="html">Screenshot-3</media:title>
		</media:content>
	</item>
		<item>
		<title>Php object oriented programming with design patterns</title>
		<link>http://softwareandme.wordpress.com/2010/09/25/php-object-oriented-programming-with-design-patterns/</link>
		<comments>http://softwareandme.wordpress.com/2010/09/25/php-object-oriented-programming-with-design-patterns/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 11:11:40 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/?p=182</guid>
		<description><![CDATA[There are some certain designs in software development like in designing an aircraft. While designing an aircraft designers use some patterns, for example there is a pattern for landing gears. They are located under the aircraft and they have supports which are joint to the fuselage. Designer does not have to design a landing gear [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=182&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are some certain designs in software development like in designing an aircraft. While designing an aircraft designers use some patterns, for example there is a pattern for landing gears. They are located under the aircraft and they have supports which are joint to the fuselage. Designer does not have to design a landing gear from scratch, if it is not needed, because he knows what is the pattern of a landing gear. Patterns are like templates while designing and building an automobile or aircraft.</p>
<p>Software developers also need patterns for building their software projects like in other engineering disciplines. People say that Php is not suitable for object oriented programming in their blogs, it is not true! Php gives you chance to develop in procedural concept or in oop concept. Sometimes you need procedural programming though (but dont use procedural programming a lot in your oop projects it will turn your code to spaghetti code, just <strong>use where you have to use procedural programming</strong>). I used java which is known as the most suitable programming language for oop, but when you see  a Main function to run your program people who say php is not a suitable language for oop may think about this about other oop languages like java,c++. This is not true again all of these languages try to make their job, there is not a better or worse programming language. There are programming languages which are suitable for your needs and which are not suitable.</p>
<p>I use object oriented programming in my projects with design patterns they help you to solve some problems in an efficient and fast way.</p>
<p>In php.net site we see some patterns like factory and singleton design patterns, this is really cool, just look at the code dont try to understand if you do not know abything about design pattern i will explain what are design patterns and when we should use them.</p>
<p><pre class="brush: php;">
class Example
{
    // The parameterized factory method
    public static function factory($type)
    {
        if (include_once 'Drivers/' . $type . '.php') {
            $classname = 'Driver_' . $type;
            return new $classname;
        } else {
            throw new Exception('Driver not found');
        }
    }
}
</pre></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=182&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/09/25/php-object-oriented-programming-with-design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
		<item>
		<title>Php Operators (3)</title>
		<link>http://softwareandme.wordpress.com/2010/04/21/php-operators-3/</link>
		<comments>http://softwareandme.wordpress.com/2010/04/21/php-operators-3/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:00:42 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/2010/04/21/php-operators-3/</guid>
		<description><![CDATA[Php operators are grouped in some sections, we gave the common operators in our previous article; Assignment Arithmetic Comparison Logical String Bitwise Error control Execution Incrementing / decrementing Array Type What is an operator? If you want to change a variables value, multiply two numbers, compare two variables you use operators. Operators do operations on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=163&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Php operators are grouped in some sections, we gave the common operators in our previous article;</p>
<ul>
<li>Assignment</li>
<li>Arithmetic</li>
<li>Comparison</li>
<li>Logical</li>
<li>String</li>
<li>Bitwise</li>
<li>Error control</li>
<li>Execution</li>
<li>Incrementing / decrementing</li>
<li>Array</li>
<li>Type</li>
</ul>
<p><strong>What is an operator?</strong><br />
If you want to change a variables value, multiply two numbers, compare two variables you use operators. Operators do operations on variables and sometimes you use them in your functions also.</p>
<p><strong>Assignment Operators</strong><br />
They set the left operands value from its right. If you assign a value  to a varible you use = (equals) operator. $variable = 1453; It means  assign 1453 to variable.</p>
<p><strong>Arithmetic Operators</strong><br />
They are used for arithmetic operations like adding,subtracting,modulus  and multiplying.</p>
<table class="doctable table" style="height:126px;" width="716">
<tbody class="tbody">
<tr valign="middle">
<td style="float:none;" align="left"><span style="color:#ff6600;">-$a</span></td>
<td align="left"><span style="color:#ff6600;">Negation</span></td>
<td align="left"><span style="color:#ff6600;">Opposite of <var class="varname"><var class="varname">$a</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a + $b</span></td>
<td align="left"><span style="color:#ff6600;">Addition</span></td>
<td style="text-align:left;"><span style="color:#ff6600;">Sum of <var class="varname"><var class="varname">$a</var></var><br />
and <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &#8211; $b</span></td>
<td align="left"><span style="color:#ff6600;">Subtraction</span></td>
<td align="left"><span style="color:#ff6600;">Difference of <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a * $b</span></td>
<td align="left"><span style="color:#ff6600;">Multiplication</span></td>
<td align="left"><span style="color:#ff6600;">Product of <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a / $b</span></td>
<td align="left"><span style="color:#ff6600;">Division</span></td>
<td align="left"><span style="color:#ff6600;">Quotient of <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a % $b</span></td>
<td align="left"><span style="color:#ff6600;">Modulus</span></td>
<td align="left"><span style="color:#ff6600;">Remainder of <var class="varname"><var class="varname">$a</var></var> divided by <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
</tbody>
</table>
<p><pre class="brush: php;">
$variable = (((3+7)*9+9)*10)%10;
</pre><br />
$variable&#8217;s value is 0<br />
<pre class="brush: php;">
$variable = 97%7;
</pre><br />
$variable is 6</p>
<p><strong>Comparison Operators</strong><br />
Used for comparing two values, they do not assign anything just compare the values. You may use comparison operators on different types of variables, like comparing string and integer variables, since php is a loosely typed language php does not give you any error, but you should be careful about comparing two variables. If you just want to check if a variable has &#8220;FALSE&#8221; boolean value you may try to use ($c == false), but  if $c is 0 then comparison will be true but that s not what you expect! Ok, no problem php has a solution for this you may always try === for checking for variable type and value. Comparison operators are used everywhere in your code, if you are new to programming just learn them very well.</p>
<table class="doctable  table" style="height:183px;" width="737">
<tbody class="tbody">
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a == $b</span></td>
<td align="left"><span style="color:#ff6600;">Equal</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is equal to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a === $b</span></td>
<td align="left"><span style="color:#ff6600;">Identical</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is equal to <var class="varname"><var class="varname">$b</var></var>, and they are of the same        type. (introduced in PHP 4)</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a != $b</span></td>
<td align="left"><span style="color:#ff6600;">Not equal</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is not equal to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &lt;&gt; $b</span></td>
<td align="left"><span style="color:#ff6600;">Not equal</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is not equal to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a !== $b</span></td>
<td align="left"><span style="color:#ff6600;">Not identical</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is not equal to <var class="varname"><var class="varname">$b</var></var>, or they are not of the same        type. (introduced in PHP 4)</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &lt; $b</span></td>
<td align="left"><span style="color:#ff6600;">Less than</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is strictly less than <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &gt; $b</span></td>
<td align="left"><span style="color:#ff6600;">Greater than</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is strictly greater than <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &lt;= $b</span></td>
<td align="left"><span style="color:#ff6600;">Less than or equal to</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is less than or equal to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &gt;= $b</span></td>
<td align="left"><span style="color:#ff6600;">Greater than or equal to</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is greater than or equal to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
</tbody>
</table>
<p><strong>Logical Operators</strong><br />
We use them for logical operations like xor,and, not,or, they return boolean values</p>
<table class="doctable  table" style="height:124px;" width="727">
<tbody class="tbody">
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a and $b</span></td>
<td align="left"><span style="color:#ff6600;">And</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if both <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var> are <strong>TRUE</strong>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a or $b</span></td>
<td align="left"><span style="color:#ff6600;">Or</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if either <var class="varname"><var class="varname">$a</var></var> or <var class="varname"><var class="varname">$b</var></var> is <strong>TRUE</strong>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a xor $b</span></td>
<td align="left"><span style="color:#ff6600;">Xor</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if either <var class="varname"><var class="varname">$a</var></var> or <var class="varname"><var class="varname">$b</var></var> is <strong>TRUE</strong>, but not both.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">! $a</span></td>
<td align="left"><span style="color:#ff6600;">Not</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is not <strong>TRUE</strong>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &amp;&amp; $b</span></td>
<td align="left"><span style="color:#ff6600;">And</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if both <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var> are <strong>TRUE</strong>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a || $b</span></td>
<td align="left"><span style="color:#ff6600;">Or</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if either <var class="varname"><var class="varname">$a</var></var> or <var class="varname"><var class="varname">$b</var></var> is <strong>TRUE</strong>.</span></td>
</tr>
</tbody>
</table>
<p><strong>String Operators</strong><br />
Php has two string operators one of them is string concatenation operator and the other one is concatenating assignment operator.<br />
String concatenating operator is . , and used for concatenating two strings.</p>
<p><pre class="brush: php;">
$string_me    = 'Izmir';
$string          = 'Istanbul';
$string_new   = 'Eskisehir';
$string_concat = $string_me.$string.$string_new; //&lt;/strong&gt;concats,adds, strings to each other $string_concat is 'IzmirIstanbulEskisehir'
</pre></p>
<p>String concatenating assignment operator is .= , it appends argument on the right to the argument left.<br />
<pre class="brush: php;">
$string = 'C++'; //$string value is 'C++'
$string .= ' PHP'; // PHP is appended to $string , new value of the $string is 'C++ PHP'
</pre><br />
<strong>Bitwise operators</strong><br />
Bitwise operators are used to evaluate and manipulate of specific bits within an integer. Multiplying by two and dividing by two can be made by bit shifting in Php with bitwise operators.</p>
<table class="doctable table" style="height:124px;" width="739">
<tbody class="tbody">
<tr valign="middle">
<td align="left"><span style="color:#ff6600;"><strong class="userinput"><code>$a  &amp; $b</code></strong></span></td>
<td align="left"><span style="color:#ff6600;">And</span></td>
<td align="left"><span style="color:#ff6600;">Bits that are set in both <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var> are set.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;"><strong class="userinput"><code>$a | $b</code></strong></span></td>
<td align="left"><span style="color:#ff6600;">Or (inclusive or)</span></td>
<td align="left"><span style="color:#ff6600;">Bits that are set in either <var class="varname"><var class="varname">$a</var></var> or <var class="varname"><var class="varname">$b</var></var> are set.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;"><strong class="userinput"><code>$a ^ $b</code></strong></span></td>
<td align="left"><span style="color:#ff6600;">Xor (exclusive or)</span></td>
<td align="left"><span style="color:#ff6600;">Bits that are set in <var class="varname"><var class="varname">$a</var></var> or <var class="varname"><var class="varname">$b</var></var> but not  both are set.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;"><strong class="userinput"><code>~ $a</code></strong></span></td>
<td align="left"><span style="color:#ff6600;">Not</span></td>
<td align="left"><span style="color:#ff6600;">Bits that are set in <var class="varname"><var class="varname">$a</var></var> are not set, and vice versa.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;"><strong class="userinput"><code>$a &lt;&lt; $b</code></strong></span></td>
<td align="left"><span style="color:#ff6600;">Shift left</span></td>
<td align="left"><span style="color:#ff6600;">Shift the bits of <var class="varname"><var class="varname">$a</var></var> <var class="varname"><var class="varname">$b</var></var> steps to the  left (each step means        &#8220;multiply by two&#8221;)</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;"><strong class="userinput"><code>$a &gt;&gt; $b</code></strong></span></td>
<td align="left"><span style="color:#ff6600;">Shift right</span></td>
<td align="left"><span style="color:#ff6600;">Shift the bits of <var class="varname"><var class="varname">$a</var></var> <var class="varname"><var class="varname">$b</var></var> steps to the  right (each step means        &#8220;divide by two&#8221;)</span></td>
</tr>
</tbody>
</table>
<p><strong>Error Control Operators</strong></p>
<p>@ is the php error control operator which is used to ignore any error messages in expressions. If it is used in an expression (we put it inf front of expressions) error messages caused by expression will not be showed. I dont suggest this operator, dont try to use it. Dont try to hide errors or notices with @ operator. Try to solve your problems and then use error_reporting function or php.ini file to set your error reporting level.</p>
<p><pre class="brush: php;">
$variable = @$_SESSION[$key]; //will not show you a notice if the index $key does not exist
</pre></p>
<p><strong>Execution operators</strong></p>
<p>Php uses backticks &#8220; as execution operators, you may run any command by using execution operators. It is dangerous to use backticks to run commands on your system, be careful about backticks.</p>
<p><pre class="brush: php;">
$showme = `ls /var/www`;
echo $showme;
</pre></p>
<p><strong>Incrementing / decrementing operators</strong></p>
<table class="doctable table" style="height:80px;" width="728">
<tbody class="tbody">
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">++$a</span></td>
<td align="left"><span style="color:#ff6600;">Pre-increment</span></td>
<td align="left"><span style="color:#ff6600;">Increments <var class="varname"><var class="varname">$a</var></var> by one, then returns <var class="varname"><var class="varname">$a</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a++</span></td>
<td align="left"><span style="color:#ff6600;">Post-increment</span></td>
<td align="left"><span style="color:#ff6600;">Returns <var class="varname"><var class="varname">$a</var></var>, then increments <var class="varname"><var class="varname">$a</var></var> by one.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">&#8211;$a</span></td>
<td align="left"><span style="color:#ff6600;">Pre-decrement</span></td>
<td align="left"><span style="color:#ff6600;">Decrements <var class="varname"><var class="varname">$a</var></var> by one, then returns <var class="varname"><var class="varname">$a</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a&#8211;</span></td>
<td align="left"><span style="color:#ff6600;">Post-decrement</span></td>
<td align="left"><span style="color:#ff6600;">Returns <var class="varname"><var class="varname">$a</var></var>, then decrements <var class="varname"><var class="varname">$a</var></var> by one.</span></td>
</tr>
</tbody>
</table>
<p><strong>Array operators</strong></p>
<table class="doctable table" style="height:116px;" width="737">
<tbody class="tbody">
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a + $b</span></td>
<td align="left"><span style="color:#ff6600;">Union</span></td>
<td align="left"><span style="color:#ff6600;">Union of <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a == $b</span></td>
<td align="left"><span style="color:#ff6600;">Equality</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var> have the same key/value pairs.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a === $b</span></td>
<td align="left"><span style="color:#ff6600;">Identity</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> and <var class="varname"><var class="varname">$b</var></var> have the same key/value pairs in the same        order and of the same types.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a != $b</span></td>
<td align="left"><span style="color:#ff6600;">Inequality</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is not equal to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a &lt;&gt; $b</span></td>
<td align="left"><span style="color:#ff6600;">Inequality</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is not equal to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
<tr valign="middle">
<td align="left"><span style="color:#ff6600;">$a !== $b</span></td>
<td align="left"><span style="color:#ff6600;">Non-identity</span></td>
<td align="left"><span style="color:#ff6600;"><strong>TRUE</strong> if <var class="varname"><var class="varname">$a</var></var> is not identical to <var class="varname"><var class="varname">$b</var></var>.</span></td>
</tr>
</tbody>
</table>
<p><strong>Type operators</strong><br />
İnstance of is used as type operator, if we want to know if an object is instantiated from a certain class we use instanceof.</p>
<p><pre class="brush: php;">
class Aircraft
{
}
class Airbus extends Aircraft
{
}

class Boeing extends Aircraft
{
}

$airbus = new Airbus();
$boeing = new Boeing();

if($airbus instanceof Airbus)
{
        echo &quot;airbus object is instance of the Airbus class\n&quot;;
}
else
{
        echo &quot;airbus object is not instance of Airbus class&quot;;
}

if($boeing instanceof Airbus)
{
        echo &quot;boeing object is instance of Airbus class&quot;;
}
else
{
        echo &quot;boeing object is not instance of Airbus class\n&quot;;
}
</pre><br />
Output:<br />
airbus object is instance of the Airbus class<br />
boeing object is not instance of Airbus class</p>
<p>Php has three types of operators</p>
<ul>
<li>Unary operators : They operate on one value, like !,++,&#8211;</li>
<li>Binary operators : They operate on two value, like assignment, increment and assignment, comparison, multiplying</li>
<li>Tertiary operator : ?: It is used for comparison, it is used like in here ( $compare_me == $compare_me_second ) ? $we_are_same : $no_we_are_not_same; If $compare_me and $compare_me_second are same it returns $compare_me</li>
</ul><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=163&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/04/21/php-operators-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
		<item>
		<title>Php Syntax And Variables (2)</title>
		<link>http://softwareandme.wordpress.com/2010/04/21/php-syntax-and-variables-2/</link>
		<comments>http://softwareandme.wordpress.com/2010/04/21/php-syntax-and-variables-2/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:24:46 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php syntax]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/?p=154</guid>
		<description><![CDATA[Hi, We are going to learn php syntax and variables on this article. We have talked about php syntax on the first php article, the syntax looks like c,c++,java and if you know one of these languages&#8217; syntax it will be easy to learn php syntax. Php is a scripting language and we must say [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=154&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>We are going to learn php syntax and variables on this article.</p>
<p>We have talked about php syntax on the first php article, the syntax looks like c,c++,java and if you know one of these languages&#8217; syntax it will be easy to learn php syntax.</p>
<p>Php is a scripting language and we must say to its interpreter where the php code begins and where it ends. We use  to tell the php interpreter it is a php script and it should interprets the script among these tags.</p>
<p><pre class="brush: php;">
&lt;?php
// What are these slashes?
//Php script ends here
?&gt;
</pre></p>
<p>//: Double slashes means this line will not be interpreted by the interpreter, this line wont run , it is used for comment lines. Comment lines may be used to add extra information about the code, adding todo item, informing your colleagues about the code, etc.</p>
<p>Before starting php syntax again we should look at what are variables and how can we define them. Variable stores data in it, variable name is a symbolic name associated with a value. Php has different variable types but php dont use them to define variables&#8217; types. Php knows type of variable according to its value.If you assign a string to a variable then you may assign an integer and again you may assign an object to the variable.</p>
<p>If you try to do this on C++ you have to use type casting. Php is a loosely typed language because of this feature.</p>
<p><pre class="brush: php;">
&lt;?
$string = 'Hello world!'; //String variable
$string = 7; //Integer
$string = 7.3; //Floating number , Float
$string = new Object(); // Object
?&gt;
</pre></p>
<p>Php variables have $ sign in front of them. The second character of the variable i mean the character after $ sign must be a letter or underscore. Variable stores data so we should know how to assign data to a variable, we assign data to a variable by = (equals) sign. Equals assigns from right to the left, what does it mean? It means  = (equals) gets the value from its right and puts it into its left. Php uses ; sign to assign values,references to variables, run functions.</p>
<p>Php uses { } bracets for code blocks, code block is a piece of code which does something (multiply two numbers, checking if user has logged in etc), we write code inside { and } tags in code blocks. Code blocks are used in comparisons, functions, class methods, class declarations.</p>
<p>In programming languages there are operators for making some processes on variables,functions,objects, like multiplying two numbers, assigning an object as a reference, comparing two strings etc. The next article describes php operators so please try to understand the operators which are located below;</p>
<p><strong>Arithmetic Operators</strong></p>
<table class="reference" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th width="15%" align="left">Operator</th>
<th width="40%" align="left">Description</th>
<th width="25%" align="left">Example</th>
<th width="20%" align="left">Result</th>
</tr>
<tr>
<td valign="top">+</td>
<td valign="top">Addition</td>
<td valign="top">x=2<br />
x+2</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top">-</td>
<td valign="top">Subtraction</td>
<td valign="top">x=2<br />
6-x</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top">*</td>
<td valign="top">Multiplication</td>
<td valign="top">x=4<br />
x*3</td>
<td valign="top">12</td>
</tr>
<tr>
<td valign="top">/</td>
<td valign="top">Division</td>
<td valign="top">8/2<br />
16/4</td>
<td valign="top">4<br />
4</td>
</tr>
<tr>
<td valign="top">%</td>
<td valign="top">Modulus (division remainder)</td>
<td valign="top">7%2<br />
10%8<br />
10%2</td>
<td valign="top">1<br />
2<br />
0</td>
</tr>
<tr>
<td valign="top">++</td>
<td valign="top">Increment</td>
<td valign="top">x=7<br />
x++</td>
<td valign="top">x=8</td>
</tr>
<tr>
<td valign="top">&#8211;</td>
<td valign="top">Decrement</td>
<td valign="top">x=7<br />
x&#8211;</td>
<td valign="top">x=6</td>
</tr>
</tbody>
</table>
<p><strong>Assignment Operators</strong></p>
<table class="reference" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th width="15%" align="left">Operator</th>
<th width="40%" align="left">Example</th>
<th width="45%" align="left">Is The Same As</th>
</tr>
<tr>
<td valign="top">=</td>
<td valign="top">x=y</td>
<td valign="top">x=y</td>
</tr>
<tr>
<td valign="top">+=</td>
<td valign="top">x+=y</td>
<td valign="top">x=x+y</td>
</tr>
<tr>
<td valign="top">-=</td>
<td valign="top">x-=y</td>
<td valign="top">x=x-y</td>
</tr>
<tr>
<td valign="top">*=</td>
<td valign="top">x*=y</td>
<td valign="top">x=x*y</td>
</tr>
<tr>
<td valign="top">/=</td>
<td valign="top">x/=y</td>
<td valign="top">x=x/y</td>
</tr>
<tr>
<td valign="top">.=</td>
<td valign="top">x.=y</td>
<td valign="top">x=x.y</td>
</tr>
<tr>
<td valign="top">%=</td>
<td valign="top">x%=y</td>
<td valign="top">x=x%y</td>
</tr>
</tbody>
</table>
<p><strong>Comparison Operators</strong></p>
<table class="reference" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th width="15%" align="left">Operator</th>
<th width="40%" align="left">Description</th>
<th width="45%" align="left">Example</th>
</tr>
<tr>
<td valign="top">==</td>
<td valign="top">is equal to</td>
<td valign="top">4==8 returns false</td>
</tr>
<tr>
<td valign="top">!=</td>
<td valign="top">is not equal</td>
<td valign="top">4!=8 returns true</td>
</tr>
<tr>
<td valign="top">&lt;&gt;</td>
<td valign="top">is not equal</td>
<td valign="top">4&lt;&gt;8 returns true</td>
</tr>
<tr>
<td valign="top">&gt;</td>
<td valign="top">is greater than</td>
<td valign="top">4&gt;8 returns false</td>
</tr>
<tr>
<td valign="top">&lt;</td>
<td valign="top">is less than</td>
<td valign="top">4&lt;8 returns true</td>
</tr>
<tr>
<td valign="top">&gt;=</td>
<td valign="top">is greater than or equal to</td>
<td valign="top">4&gt;=8 returns false</td>
</tr>
<tr>
<td valign="top">&lt;=</td>
<td valign="top">is less than or equal to</td>
<td valign="top">4&lt;=8 returns true</td>
</tr>
</tbody>
</table>
<p><strong>Logical Operators</strong></p>
<table class="reference" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th width="15%" align="left">Operator</th>
<th width="40%" align="left">Description</th>
<th width="45%" align="left">Example</th>
</tr>
<tr>
<td valign="top">&amp;&amp;</td>
<td valign="top">and</td>
<td valign="top">x=6<br />
y=3</p>
<p>(x &lt; 10 &amp;&amp; y &gt; 1) returns true</td>
</tr>
<tr>
<td valign="top">||</td>
<td valign="top">or</td>
<td valign="top">x=6<br />
y=3</p>
<p>(x==4 || y==4) returns false</td>
</tr>
<tr>
<td valign="top">!</td>
<td valign="top">not</td>
<td valign="top">x=6<br />
y=3</p>
<p>!(x==y) returns true</td>
</tr>
</tbody>
</table>
<p>There are also different operators in php we try to explain them in our next article.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=154&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/04/21/php-syntax-and-variables-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
		<item>
		<title>Php Programming Language (1)</title>
		<link>http://softwareandme.wordpress.com/2010/04/20/php-programming-language-1/</link>
		<comments>http://softwareandme.wordpress.com/2010/04/20/php-programming-language-1/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 02:20:43 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/2010/04/20/php-programming-language-1/</guid>
		<description><![CDATA[Hi, I was so busy so i could not write any content to my blog as i promised. I will try to describe what is Php and how,when and why should you use it. I am writing the tutorial from scratch and if i have some typos or errors on my tutorials please let me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=126&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I was so busy so i could not write any content to my blog as i promised. I will try to describe what is Php and how,when and why should you use it. I am writing the tutorial from scratch and if i have some typos or errors on my tutorials please let me know.</p>
<p>First of all, Php is a programming language and it is a scripting language which means it is not compiled to machine code directly it is interpreted from source code or byte code. It is originally designed for web development to produce dynamic web pages by Rasmus Lerdorf in 1995, it was called Personal Home Page. Php is developed in C language, php extensions are developed in C also, we will try to look at developing php extensions later. Zeev Suraski and Andi Gutmans developed the parser and changed the name of the language to Php Hypertext Preprocessor. They also rewrote the core of Php and named it Zend Engine and founded Zend Technologies.</p>
<p>Php syntax looks like C syntax. Before Php 4 the language did not have any Object Oriented Programming features, with Php 4 some limited OOP features were added to the language. Php 5 brought a lot of OOP features, if you want to look at some of these features please <a href="http://php.net." rel="nofollow">http://php.net.</a></p>
<p>This is the first article and its aim is giving background information about Php, but we may look at php syntax, it is not too early to look at php syntax.</p>
<p><pre class="brush: php;">
$message = 'Hello world!';
echo $message;
?&gt;
</pre></p>
<p>Script assigns a string value to a variable<br />Then echo prints the variable&#8217;s value</p>
<p><code>Output:<br />Hello world!<br /></code><br />What is variable? What is echo? What is &lt;?php and ?&gt;? You are right we will discuss them in our next post.</p>
<p>Hope you like the article about introduction to php</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=126&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2010/04/20/php-programming-language-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Development Life Cycle</title>
		<link>http://softwareandme.wordpress.com/2009/10/20/software-development-life-cycle/</link>
		<comments>http://softwareandme.wordpress.com/2009/10/20/software-development-life-cycle/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:00:31 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/?p=70</guid>
		<description><![CDATA[I have found some good images on internet related to software development life cycle<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=70&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have found some good images on internet related to software development life cycle</p>

<a href='http://softwareandme.wordpress.com/2009/10/20/software-development-life-cycle/3260585819-project_management/' title='Project Management :)'><img data-attachment-id='71' data-orig-size='800,600' data-liked='0'width="150" height="112" src="http://softwareandme.files.wordpress.com/2009/10/3260585819-project_management.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Project Management :)" title="Project Management :)" /></a>
<a href='http://softwareandme.wordpress.com/2009/10/20/software-development-life-cycle/sdlc_v_model/' title='V Model Software Development'><img data-attachment-id='75' data-orig-size='499,298' data-liked='0'width="150" height="89" src="http://softwareandme.files.wordpress.com/2009/10/sdlc_v_model.gif?w=150&#038;h=89" class="attachment-thumbnail" alt="V Model Software Development" title="V Model Software Development" /></a>
<a href='http://softwareandme.wordpress.com/2009/10/20/software-development-life-cycle/development_life_cycle/' title='Generic development life cycle'><img data-attachment-id='76' data-orig-size='415,323' data-liked='0'width="150" height="116" src="http://softwareandme.files.wordpress.com/2009/10/development_life_cycle.gif?w=150&#038;h=116" class="attachment-thumbnail" alt="Generic development life cycle" title="Generic development life cycle" /></a>
<a href='http://softwareandme.wordpress.com/2009/10/20/software-development-life-cycle/waterfall_model/' title='Waterfall Model SD'><img data-attachment-id='79' data-orig-size='515,396' data-liked='0'width="150" height="115" src="http://softwareandme.files.wordpress.com/2009/10/waterfall_model.png?w=150&#038;h=115" class="attachment-thumbnail" alt="Waterfall Model SD" title="Waterfall Model SD" /></a><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=70&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2009/10/20/software-development-life-cycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>

		<media:content url="http://softwareandme.files.wordpress.com/2009/10/3260585819-project_management.jpg?w=150" medium="image">
			<media:title type="html">Project Management :)</media:title>
		</media:content>

		<media:content url="http://softwareandme.files.wordpress.com/2009/10/sdlc_v_model.gif?w=150" medium="image">
			<media:title type="html">V Model Software Development</media:title>
		</media:content>

		<media:content url="http://softwareandme.files.wordpress.com/2009/10/development_life_cycle.gif?w=150" medium="image">
			<media:title type="html">Generic development life cycle</media:title>
		</media:content>

		<media:content url="http://softwareandme.files.wordpress.com/2009/10/waterfall_model.png?w=150" medium="image">
			<media:title type="html">Waterfall Model SD</media:title>
		</media:content>
	</item>
		<item>
		<title>Some good bass songs</title>
		<link>http://softwareandme.wordpress.com/2009/10/20/some-good-songs-i-like-bass-guitar-in-them-2/</link>
		<comments>http://softwareandme.wordpress.com/2009/10/20/some-good-songs-i-like-bass-guitar-in-them-2/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:35:44 +0000</pubDate>
		<dc:creator>softwareandme</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[bass]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[rock]]></category>

		<guid isPermaLink="false">http://softwareandme.wordpress.com/2009/10/20/some-good-songs-i-like-bass-guitar-in-them-2/</guid>
		<description><![CDATA[I asked this question when i first bought a bass guitar, i should add some songs here. Dont try to play songs just try to learn how to play a bass guitar. Learn the theory and then practice all the time then you can play any song you want to play, I will try to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=69&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I asked this question when i first bought a bass guitar, i should add some songs here. Dont try to play songs just try to learn how to play a bass guitar. Learn the theory and then practice all the time then you can play any song you want to play, I will try to add good songs which have good bass riffs and&nbsp; lead bass guitars in them.</p>
<p>Metallica &#8211; Orion<br />
Metallica &#8211; My friend of misery<br />
Metallica &#8211; Anesthesia<br />
Doobie Brothers &#8211; Long train running<br />
Queen &#8211; Another one bites the dust<br />
Iron maiden &#8211; Powerslave<br />
Iron maiden &#8211; Wasting love<br />
Megadeth &#8211; Dawn Patrol<br />
Megadeth &#8211; This was my life<br />
Megadeth &#8211; A tout le monde<br />
Larry king &#8211; Stand by Me<br />
Baris Manco &#8211; Donence<br />
Baris Manco &#8211; Gulpembe<br />
RHCP &#8211; Snow<br />
RHCP &#8211; (All of the songs )</p>
<p> These are the songs i like lead bass in them.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color:#999;font-weight:bold;" target="_new" title="Flock Browser">Flock Browser</a></div><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwareandme.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwareandme.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwareandme.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwareandme.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwareandme.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwareandme.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwareandme.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwareandme.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwareandme.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwareandme.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwareandme.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwareandme.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwareandme.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwareandme.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwareandme.wordpress.com&amp;blog=8809274&amp;post=69&amp;subd=softwareandme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwareandme.wordpress.com/2009/10/20/some-good-songs-i-like-bass-guitar-in-them-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9cc5c0ebde23f954a21a37a04178324e?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">softwareandme</media:title>
		</media:content>
	</item>
	</channel>
</rss>
