<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;A0YCSXw7cSp7ImA9WhBbF0s.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979</id><updated>2013-05-17T11:39:28.209+06:00</updated><category term="Advanced Layout Library" /><category term="theme php" /><category term="extract" /><category term="buffering" /><category term="my_input" /><category term="dtd" /><category term="fatal error." /><category term="pass by reference" /><category term="hash" /><category term="mock" /><category term="hexadecimal" /><category term="pdo" /><category term="curl" /><category term="cookie" /><category term="validation" /><category term="Tweetsigniter" /><category term="octal" /><category term="array" /><category term="form" /><category term="string" /><category term="regression" /><category term="download" /><category term="sudoers" /><category term="input library" /><category term="css" /><category term="unit test" /><category term="function" /><category term="xpath" /><category term="autoload" /><category term="prestashop" /><category term="class" /><category term="ubbuntu" /><category term="layout" /><category term="integer" /><category term="e_strict" /><category term="cron" /><category term="embed form" /><category term="menu" /><category term="float" /><category term="hook" /><category term="database" /><category term="manual" /><category term="apache" /><category term="linux" /><category term="xml" /><category term="transaction" /><category term="page rank" /><category term="opencart" /><category term="php" /><category term="affiliate program" /><category term="header" /><category term="static" /><category term="stream" /><category term="sqlite" /><category term="object" /><category term="big number" /><category term="securtiy" /><category term="codeigniter" /><category term="boxy-tab" /><category term="robots" /><category term="modules" /><category term="streams" /><category term="command line interface" /><category term="question" /><category term="constructor" /><category term="jmeter" /><category term="builder" /><category term="themeforest" /><category term="split" /><category term="authorize.net" /><category term="paypal" /><category term="minify" /><category term="database design" /><category term="cross-site request forgery" /><category term="varriable" /><category term="VPS" /><category term="session" /><category term="HMVC" /><category term="server" /><category term="pattern" /><category term="exception" /><category term="design" /><category term="payment" /><category term="symfony" /><category term="comperison" /><category term="input filtering" /><category term="md5" /><category term="zend" /><category term="back office" /><category term="apc" /><category term="timeout" /><category term="grameentheme" /><category term="svn" /><category term="google" /><title>tahSin's gaRAge</title><subtitle type="html">This is a meeting place of all day-to-day events,news,funny experience, favourite musics , free gift, romantic love quotes and many more. janala is bangali word meaning window. Through this window every one can freely enjoy the popular blogging world.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://newdailyblog.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>370</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/TahsinsGarage" /><feedburner:info uri="tahsinsgarage" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CU8FQn8ycSp7ImA9WhBbEE0.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-8256752034075623911</id><published>2013-05-08T15:03:00.002+06:00</published><updated>2013-05-08T15:03:33.199+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-05-08T15:03:33.199+06:00</app:edited><title>Installing memcached 1.4.4 on windows</title><content type="html">Recently, I was working on memcached with windows machine. Memcached is built for linux platform. It's latest stable version is 1.4.15. But we haven't found the compatible windows binary file for the latest version. I have found binary for memcache 1.4.5, but it was providing errors while installing with the command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
memcache.exe -d install
&lt;/pre&gt;
&lt;br /&gt;
It hung up on the window. I googled and found that '-d' option is no longer supported. They are suggesting to use memcache 1.4.4. Then I download memcache 1.4.4 from &lt;a href="http://s3.amazonaws.com/downloads.northscale.com/memcached-win32-1.4.4-14.zip" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;Now, follow the below steps:
&lt;li&gt;1.Extract the downloaded files and unzip it.&lt;/li&gt;
&lt;li&gt;2.Open CMD and go to the downloaded folder.&lt;/li&gt;
&lt;li&gt;3.Run memcache.exe -d install.&lt;/li&gt;
&lt;li&gt;4.Now go to Start-&gt;Administrative Tools-&gt;Services.&lt;/li&gt;
&lt;li&gt;5.Double click on the memcache list.&lt;/li&gt;
&lt;li&gt;6.Press the Start button.&lt;/li&gt;
&lt;li&gt;7.Now we need to download the .dll file for vc9 from &lt;a href="http://downloads.php.net/pierre/php_markdown-5.3-vc9-x86.zip"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;8.We will put the .dll file under php/ext folder under xampp.&lt;/li&gt;
&lt;li&gt;9.Also we will write extension=php_memcache.dll on the php.ini file under php folder.&lt;/li&gt;
&lt;li&gt;10.Now we will restart Apache.&lt;/li&gt;
&lt;/ul&gt;


&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/Zl1QdWUKtTc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/8256752034075623911/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=8256752034075623911" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/8256752034075623911?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/8256752034075623911?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/Zl1QdWUKtTc/installing-memcached-144-on-windows.html" title="Installing memcached 1.4.4 on windows" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/05/installing-memcached-144-on-windows.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMMQ3cyfCp7ImA9WhBUFUo.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-1828110672524207593</id><published>2013-05-03T15:14:00.001+06:00</published><updated>2013-05-03T15:14:42.994+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-05-03T15:14:42.994+06:00</app:edited><title>How to remove provisioning profiles</title><content type="html">Some times you want to delete some old unused provisioning profiles from your mac osx. We can remove those files in several different ways. One way is delete manually using finder. The provisioning profiles are stored under the below file location&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
~/Library/MobileDevice/Provisioning Profiles
&lt;/pre&gt;
&lt;br /&gt;
Remove the file from this folder.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/VC7viO0AA1I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/1828110672524207593/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=1828110672524207593" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/1828110672524207593?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/1828110672524207593?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/VC7viO0AA1I/how-to-remove-provisioning-profiles.html" title="How to remove provisioning profiles" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/05/how-to-remove-provisioning-profiles.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QNSXg9eSp7ImA9WhBVF0Q.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-3570428025744530472</id><published>2013-04-24T16:29:00.002+06:00</published><updated>2013-04-24T16:29:58.661+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-04-24T16:29:58.661+06:00</app:edited><title>How to migrate from SVN to GIT</title><content type="html">Currently, Git is getting popularity as a distributed version control system. Many Subversion repository is moving from SVN to Git. I have recently moved a SVN repository under GIT version control system. &lt;br /&gt;
&lt;br /&gt;
Git has come up with built in support for svn switching. We will us the git svn command in this regard. First we will get the codebase from SVN with the below command
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
git svn clone http://path_to_repository folder_name
&lt;/pre&gt;
&lt;br /&gt;

With the below command you will see all the log history are also carried to the Git repository &lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
git log
&lt;/pre&gt;
&lt;br /&gt;

To remove svn tags to be more proper tags on git:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
git for-each-ref refs/remotes/tags | cut -d / -f 4- | grep -v @ | while read tagname; do git tag "$tagname" "tags/$tagname"; git branch -r -d "tags/$tagname"; done
&lt;/pre&gt;
&lt;br /&gt;

Next, we will move the remaining references to /remote/references 
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
git for-each-ref refs/remotes | cut -d / -f 3- | grep -v @ | while read branchname; do git branch "$branchname" "refs/remotes/$branchname"; git branch -r -d "$branchname"; done
&lt;/pre&gt;
&lt;br /&gt;

Now, we will add the origin to the Git URL
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
git remote add origin https://path_to_git_repo
&lt;/pre&gt;
&lt;br /&gt;

Finally, you need to push your changes to the remote repository:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
git push origin --all
&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;
&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/ddBPnOs_r5g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/3570428025744530472/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=3570428025744530472" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/3570428025744530472?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/3570428025744530472?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/ddBPnOs_r5g/how-to-migrate-from-svn-to-git.html" title="How to migrate from SVN to GIT" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/04/how-to-migrate-from-svn-to-git.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0AGQnw-fyp7ImA9WhBVFEg.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-3512341937869878566</id><published>2013-04-20T18:08:00.002+06:00</published><updated>2013-04-20T18:08:43.257+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-04-20T18:08:43.257+06:00</app:edited><title>How to install nginx</title><content type="html">Nginx is a very lightweight and highly scalable server. If we don't want to use all of the modules of Apache, then we can go for nginx. &lt;br /&gt;
&lt;br /&gt;
To install nginx, we will follow the below ways:
&lt;ul&gt;
&lt;li&gt;From apptitude: We can get nginx from the ubuntu package distribution. At the moment, we will get nginx 1.3.12. we need to add the ppa. you will find the ppa information &lt;a href="https://launchpad.net/~nginx/+archive/development" target="-blank"&gt;here&lt;/a&gt;. To add the ppa, type this command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
sudo add-apt-repository ppa:nginx/development[stable]
&lt;/pre&gt;
&lt;br /&gt;
Now, we add the sources to the source list file: /etc/apt/sources.list.
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
deb http://ppa.launchpad.net/nginx/development/ubuntu quantal main 
deb-src http://ppa.launchpad.net/nginx/development/ubuntu quantal main 
&lt;/pre&gt;
&lt;br /&gt;
Here, we will update the apptitude and install nginx:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
apt-get update 
apt-get install nginx
&lt;/pre&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;From source: we can also get it from source.&lt;/li&gt;
&lt;/ul&gt;


&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/QWIIGOlEdmE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/3512341937869878566/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=3512341937869878566" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/3512341937869878566?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/3512341937869878566?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/QWIIGOlEdmE/how-to-install-nginx.html" title="How to install nginx" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/04/how-to-install-nginx.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0IBRng-eip7ImA9WhBVEE8.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-4842145955299779689</id><published>2013-04-15T17:32:00.003+06:00</published><updated>2013-04-15T17:32:37.652+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-04-15T17:32:37.652+06:00</app:edited><title>How to compress a website with gzip</title><content type="html">Gzip compression is one of the way to optimize site performance. A client browser sends a header request of Accept-encoding: gzip, deflate. Then server knows that his client is gzip enabled. It compresses it's contents and sends back Content-encoding: gzip, deflate. &lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;There are several ways to gzip compress a website.
&lt;li&gt;&lt;b&gt;Using .htaccess:&lt;/b&gt; We can enable gzip compression with .htaccess file. For that we need to enable mod_deflate or mod_gzip. It's pretty simple to work with mod_deflate. To enable it, please uncomment the load module line in httpd.conf file. 
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
LoadModule deflate_module modules/mod_deflate.so
&lt;/pre&gt;
&lt;br /&gt;
Now restart apache. You are all set to go with deflate module.
&lt;br /&gt;
Please open your .htaccess file and add the below code block:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
&lt;IfModule mod_deflate.c&gt;
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

# remove browser bugs
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent 
&lt;/IfModule&gt;
&lt;/pre&gt;
&lt;br /&gt;
First of we set the file content types which will be process with deflate module to compress. we compress text, html, javascript, css, xml and css files. &lt;br /&gt;

Then, we add some exceptions. like for Mozila version 4, we only compress text files. And also for IE, we will not gzip our contents. Because there is some bug with compression in those user agents.
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
If we don't have mod_deflate enabled or we don't have proper permission to write .htaccess files, then we can compress files using php ob_gzhandler function.&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
&lt;?php ob_start("ob_gzhandler"); ?&gt;
&lt;/pre&gt;
&lt;br /&gt;
We check the "Accept-encoding" header and return a gzipped version of the file; otherwise the regular version.
&lt;/li&gt;
&lt;/ul&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/wBVCyMbxduM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/4842145955299779689/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=4842145955299779689" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4842145955299779689?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4842145955299779689?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/wBVCyMbxduM/how-to-compress-website-with-gzip.html" title="How to compress a website with gzip" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/04/how-to-compress-website-with-gzip.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMHSH87fCp7ImA9WhBVEEw.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-6163995777976472865</id><published>2013-04-15T15:00:00.002+06:00</published><updated>2013-04-15T15:00:39.104+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-04-15T15:00:39.104+06:00</app:edited><title>HTML classes are removed in CKeditor 4.1</title><content type="html">Recently, I was working with ckeditor 4.1. It has some security updates. I was posting some HTML contents using the editor. When I go to Design mode from Source mode, and then again come back to Source mode, I found the class attached to the HTML elements were missing.&lt;br /&gt;
&lt;br /&gt;
Ckeditor 4.1 introduces Advanced Content Filter. This filter outs suspicious HTML elements with CSS class, JS attributes. To disable ACF, we need to add the allowedContent property to true on the configuration file. &lt;br /&gt;
&lt;br /&gt;
There are two configuration file in Drupal module. One is the config.js under ckeditor/ckeditor folder and another one is ckeditor.config.js under ckeditor folder. In my case, the later one worked. I have added the below line into the config file &lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
config.allowedContent = true;
&lt;/pre&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/tGXo8qKMHPQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/6163995777976472865/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=6163995777976472865" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6163995777976472865?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6163995777976472865?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/tGXo8qKMHPQ/html-classes-are-removed-in-ckeditor-41.html" title="HTML classes are removed in CKeditor 4.1" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/04/html-classes-are-removed-in-ckeditor-41.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYMR3g9fCp7ImA9WhBRF08.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-921534121892535834</id><published>2013-03-08T11:56:00.000+06:00</published><updated>2013-03-08T11:56:26.664+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-03-08T11:56:26.664+06:00</app:edited><title>How to manipulate JSON in Javascript?</title><content type="html">We needed to manipulate JSON values on Client side. We searched the web. There are some very good options available for JSON manipulation. 

&lt;br /&gt;

We can use the stringify and parse function for this purpose. &lt;br /&gt;

&lt;pre class="brush:php"&gt;
json_flat = {"page":"1","total":"2","ids":[{"id":"3085"},{"id":"3086"}]}; // your flat json
json_object = JSON.parse(json_flat); //convert to an object

//Manipulation
json_object.page = 6; //change values
delete json_object.total; //delete a value

json_flat = JSON.stringify(json); //convert back to flat
&lt;/pre&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/Y6_490Xp3O4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/921534121892535834/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=921534121892535834" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/921534121892535834?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/921534121892535834?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/Y6_490Xp3O4/how-to-manipulate-json-in-javascript.html" title="How to manipulate JSON in Javascript?" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/03/how-to-manipulate-json-in-javascript.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEAHR3YzeCp7ImA9WhBSEkg.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-520692609117195914</id><published>2013-02-19T11:45:00.003+06:00</published><updated>2013-02-19T11:45:36.880+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-19T11:45:36.880+06:00</app:edited><title>How to convert .app file to .ipa file</title><content type="html">I was working with Corona SDK. It generates .app files of applications for iOS devices. We might need the .ipa files for iOS application. To convert .app files into .ipa files, we need to follow the below simple steps:
&lt;ul&gt;
&lt;li&gt;1. Extract the .app zip file&lt;/li&gt;
&lt;li&gt;2. Place the .app file under a Payload (case-sensitive) folder.&lt;/li&gt;
&lt;li&gt;3. Now zip compress the Payload folder and then rename it with .ipa extension.&lt;/li&gt;
&lt;li&gt;4. We are done. We get the equivalent .ipa files.&lt;/li&gt;
&lt;/ul&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/jFuKr1jDg0M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/520692609117195914/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=520692609117195914" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/520692609117195914?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/520692609117195914?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/jFuKr1jDg0M/how-to-convert-app-file-to-ipa-file.html" title="How to convert .app file to .ipa file" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/02/how-to-convert-app-file-to-ipa-file.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUMQHwzcSp7ImA9WhNaFk8.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-2099689316677543175</id><published>2013-01-31T15:08:00.000+06:00</published><updated>2013-01-31T15:08:01.289+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-31T15:08:01.289+06:00</app:edited><title>!important is not working in outlook email</title><content type="html">I was working with email templates and found that !important CSS property is not working in Outlook email template. It works correctly in Gmail and Yahoo!. So, it's better to remove !important property from the email template when we create one. 
&lt;br /&gt;

Again, Background-color CSS property is not working in Gmail. It works in Yahoo. We need to use Background property in this regard. Like below:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
background:#fff;
&lt;/pre&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/YrSRhXajuBY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/2099689316677543175/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=2099689316677543175" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/2099689316677543175?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/2099689316677543175?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/YrSRhXajuBY/important-is-not-working-in-outlook.html" title="!important is not working in outlook email" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/01/important-is-not-working-in-outlook.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkINQ307fip7ImA9WhNaFEk.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-4588444003329102371</id><published>2013-01-29T12:23:00.000+06:00</published><updated>2013-01-29T12:23:12.306+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-29T12:23:12.306+06:00</app:edited><title>How to remove missing files from svn?</title><content type="html">I accidentally removed files from my local machine. But they are listed on SVN repository. Hence, those images are showing as '!' in svn status. 
&lt;br /&gt;

To remove those missing files, just run the below command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
svn status | grep '^\!' | cut -c8- | while read f; do svn rm "$f"; done
&lt;/pre&gt;
&lt;br /&gt;
Then just commit your changes. Fixed.
&lt;br /&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/MufPcBWMWmc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/4588444003329102371/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=4588444003329102371" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4588444003329102371?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4588444003329102371?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/MufPcBWMWmc/how-to-remove-missing-files-from-svn.html" title="How to remove missing files from svn?" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/01/how-to-remove-missing-files-from-svn.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcDQn87eCp7ImA9WhNaEko.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-170216539512607322</id><published>2013-01-27T14:41:00.001+06:00</published><updated>2013-01-27T14:41:13.100+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-27T14:41:13.100+06:00</app:edited><title>how to remove ajax cart from opencart</title><content type="html">I was working with opencart. And I was facing problem with removing ajax enabled shopping cart feature from opencart. Prior to 1.5, Opencart provides an option on the admin panel to turn off the ajax cart feature. But this option is no longer exists.
&lt;br /&gt;

To remove this feature, we need to add some code on the common.js file. There is a function addToCart(). We have added a custom function RedirectToCart().
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
function RedirectToCart(){
   window.location='index.php?route=checkout/cart';
}
&lt;/pre&gt;
&lt;br /&gt;
Hence, our addToCart() function becomes like this:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
function addToCart(product_id, quantity) {
 quantity = typeof(quantity) != 'undefined' ? quantity : 1;

 $.ajax({
  url: 'index.php?route=checkout/cart/add',
  type: 'post',
  data: 'product_id=' + product_id + '&amp;quantity=' + quantity,
  dataType: 'json',
  success: function(json) {
   $('.success, .warning, .attention, .information, .error').remove();
   
   if (json['redirect']) {
    location = json['redirect'];
   }
   
   if (json['success']) {
    $('#notification').html('&lt;div class="success" style="display: none;"&gt;' + json['success'] + '&lt;img src="catalog/view/theme/default/image/close.png" alt="" class="close" /&gt;&lt;/div&gt;');
    
    $('.success').fadeIn('slow');
    
    $('#cart-total').html(json['total']);
    
    $('html, body').animate({ scrollTop: 0 }, 'slow'); 
   }
                        RedirectToCart();
  }
 });
}
&lt;/pre&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/y4SQFn2-XAE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/170216539512607322/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=170216539512607322" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/170216539512607322?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/170216539512607322?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/y4SQFn2-XAE/how-to-remove-ajax-cart-from-opencart.html" title="how to remove ajax cart from opencart" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/01/how-to-remove-ajax-cart-from-opencart.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMBQH46cCp7ImA9WhNbFEU.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-9012668549825836573</id><published>2013-01-18T10:47:00.003+06:00</published><updated>2013-01-18T10:47:31.018+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-18T10:47:31.018+06:00</app:edited><title>How to test on multiple versions of Firefox</title><content type="html">&lt;a href="http://utilu.com/UtiluMFC/" target="_blank"&gt;Utilu MFC&lt;/a&gt; provides us way to test our website on multiple versions of Firefox web browser. It ranges from versions 2 to 21. 

&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/--z653LfyjNw/UPjThvnOkiI/AAAAAAAAAFs/tHUeH-vaFJI/s1600/utilumfc_specify_which_versions.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="248" width="320" src="http://3.bp.blogspot.com/--z653LfyjNw/UPjThvnOkiI/AAAAAAAAAFs/tHUeH-vaFJI/s320/utilumfc_specify_which_versions.png" /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;br /&gt;

You can set the URL to open in to multiple versions or you can manually chose which browser to open. Again, we can open up multiple URLs also into multiple versions. We need to use spaces when we will define multiple URLs on the text box.
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-KNksJXz_crU/UPjTp-CfhtI/AAAAAAAAAF4/NjjLaujVLOY/s1600/utilumfc_specify_what_to_open.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="248" width="320" src="http://1.bp.blogspot.com/-KNksJXz_crU/UPjTp-CfhtI/AAAAAAAAAF4/NjjLaujVLOY/s320/utilumfc_specify_what_to_open.png" /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;br /&gt;

Utilu MFC includes Firefox Web developer addons into each browser versions. You can also run the tool from command line.

&lt;br /&gt;

This software is mainly targeted for developers. But others can use &lt;a href="http://utilu.com/UtiluMF/" target="_blank"&gt;Utilu Slient Setup&lt;/a&gt;.

&lt;br /&gt;


&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/qUwRQEJzYAU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/9012668549825836573/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=9012668549825836573" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/9012668549825836573?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/9012668549825836573?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/qUwRQEJzYAU/how-to-test-on-multiple-versions-of.html" title="How to test on multiple versions of Firefox" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/--z653LfyjNw/UPjThvnOkiI/AAAAAAAAAFs/tHUeH-vaFJI/s72-c/utilumfc_specify_which_versions.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/01/how-to-test-on-multiple-versions-of.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMNQ307eip7ImA9WhNbE08.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-796620487330222342</id><published>2013-01-16T14:54:00.002+06:00</published><updated>2013-01-16T14:54:52.302+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-16T14:54:52.302+06:00</app:edited><title>How to add multiple user to git repository</title><content type="html">Git is an excellent system for version controlling. We create one user to set up git repository for ubuntu or unix. But we always need multiple users to access git.
&lt;br /&gt;
&lt;ul&gt;To create multiple users, we have two ways:
&lt;li&gt;1. Create each user manually on the system.&lt;/li&gt;
&lt;li&gt;2. Use gitosis to share access on the private/public key.&lt;/li&gt;
&lt;/ul&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/8HCrHsgTFgs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/796620487330222342/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=796620487330222342" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/796620487330222342?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/796620487330222342?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/8HCrHsgTFgs/how-to-add-multiple-user-to-git.html" title="How to add multiple user to git repository" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/01/how-to-add-multiple-user-to-git.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08BQHk6fCp7ImA9WhNbE08.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-4634528615257857121</id><published>2013-01-16T14:44:00.001+06:00</published><updated>2013-01-16T14:44:11.714+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-16T14:44:11.714+06:00</app:edited><title>How to add Icon@2x.png to svn</title><content type="html">I was getting below error message while adding a Icon@2x.png to svn:
&lt;br /&gt;
&lt;blockquote&gt;svn: warning: 'Icon' not found&lt;/blockquote&gt;
&lt;br /&gt;
You can solve the problem with the below command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
svn add Icon@2x.png@
&lt;/pre&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/VDB8HrKNFlY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/4634528615257857121/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=4634528615257857121" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4634528615257857121?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4634528615257857121?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/VDB8HrKNFlY/how-to-add-icon2xpng-to-svn.html" title="How to add Icon@2x.png to svn" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/01/how-to-add-icon2xpng-to-svn.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkcMRH4-eSp7ImA9WhNUGUU.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-2038595647768736226</id><published>2013-01-12T16:54:00.000+06:00</published><updated>2013-01-12T16:54:45.051+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-12T16:54:45.051+06:00</app:edited><title>mhash error for commenting in PHP</title><content type="html">I have faced an error while running a php file on command line. I was getting the below error:
&lt;br /&gt;
&lt;blockquote&gt;PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mhash.ini on line 1 in Unknown on line 0&lt;/blockquote&gt;
&lt;br /&gt;
I googled it and found a solution for this error. Now mhash has been removed, so, it is no longer a required feature.
&lt;br /&gt;
I run the below command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
sudo dpkg -P php5-mhash
&lt;/pre&gt;
&lt;br /&gt;
It solved the error.
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/HUydsyi3B5w" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/2038595647768736226/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=2038595647768736226" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/2038595647768736226?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/2038595647768736226?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/HUydsyi3B5w/mhash-error-for-commenting-in-php.html" title="mhash error for commenting in PHP" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2013/01/mhash-error-for-commenting-in-php.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08AQ305cSp7ImA9WhNVGEo.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-6106757608495445578</id><published>2012-12-30T18:50:00.001+06:00</published><updated>2012-12-30T18:50:42.329+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T18:50:42.329+06:00</app:edited><title>Copy to multiple destination</title><content type="html">We can't copy a single file to multiple destination with just a single cp command. But we have a workaround.
&lt;br /&gt;
If we want to copy a single file to multiple destination folders, then just follow the below command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
echo dir1 dir2 dir3 | xargs -n 1 cp file1
&lt;/pre&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/WwF6G8nXiEA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/6106757608495445578/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=6106757608495445578" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6106757608495445578?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6106757608495445578?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/WwF6G8nXiEA/copy-to-multiple-destination.html" title="Copy to multiple destination" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/copy-to-multiple-destination.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EGR388fSp7ImA9WhNVGEo.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-4729372261753964471</id><published>2012-12-30T18:47:00.000+06:00</published><updated>2012-12-30T18:47:06.175+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T18:47:06.175+06:00</app:edited><title>How to fix WARNING: You are not using an encrypted connection</title><content type="html">There was an warning message on drupal. 
&lt;br /&gt;
&lt;blockquote&gt;WARNING: You are not using an encrypted connection, so your password will be sent in plain text. Learn more.&lt;/blockquote&gt;
&lt;br /&gt;

&lt;b&gt;How to fix&lt;/b&gt;
&lt;br /&gt;
To fix the above warning message, we need to change the permission and ownership of the file.
&lt;br /&gt;

type this command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
chown www-data:www-data -R /var/www/drupal(or your drupal web root name)/sites
&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/a1DIxeD_5-k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/4729372261753964471/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=4729372261753964471" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4729372261753964471?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4729372261753964471?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/a1DIxeD_5-k/how-to-fix-warning-you-are-not-using.html" title="How to fix WARNING: You are not using an encrypted connection" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/how-to-fix-warning-you-are-not-using.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4AQHg7eip7ImA9WhNVGEo.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-4343704542387193819</id><published>2012-12-30T18:35:00.000+06:00</published><updated>2012-12-30T18:35:41.602+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T18:35:41.602+06:00</app:edited><title>Git remote repo address</title><content type="html">We can get the remote repository address with the below git command:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
git remote show origin
&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/Ydk_KeBmagc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/4343704542387193819/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=4343704542387193819" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4343704542387193819?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4343704542387193819?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/Ydk_KeBmagc/git-remote-repo-address.html" title="Git remote repo address" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/git-remote-repo-address.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUDRXw8eip7ImA9WhNVGEo.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-940607852632123187</id><published>2012-12-30T18:24:00.001+06:00</published><updated>2012-12-30T18:24:34.272+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T18:24:34.272+06:00</app:edited><title>How to fix “The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.”</title><content type="html">We are getting error with ckfinder in drupal. It was showing the below error message:
&lt;br /&gt;
&lt;blockquote&gt;The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.&lt;/blockquote&gt;
&lt;br /&gt;

&lt;ul&gt;Follow the below steps to solve this problem.
&lt;li&gt;
1. Open settings.php file: drupal_site_name/sites/default/settings.
&lt;/li&gt;
&lt;li&gt;2. Uncomment “$cookie_domain = ‘example.com’;”  and give your domain name. eg: $cookie_domain = ‘localhost’;
&lt;/li&gt;
&lt;/ul&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/Zh1cdeZWjqc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/940607852632123187/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=940607852632123187" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/940607852632123187?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/940607852632123187?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/Zh1cdeZWjqc/how-to-fix-file-browser-is-disabled-for.html" title="How to fix “The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.”" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/how-to-fix-file-browser-is-disabled-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MGRXo-eCp7ImA9WhNVGEs.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-6668995116839779632</id><published>2012-12-30T18:10:00.000+06:00</published><updated>2012-12-30T18:10:24.450+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T18:10:24.450+06:00</app:edited><title>failed to load java vm library in OpenProj</title><content type="html">We have set java jre. But still it was showing the message:
&lt;br /&gt;
&lt;blockquote&gt;failed to load java vm library in OpenProj&lt;/blockquote&gt;
&lt;br /&gt;

Later we found that we have install jre for 64bit on a windows7. So, OpenProj couldn't find the java jre path. We have found that OpenProj runs on 32bit machine. So, we need to install java jre for 32 bit machine.
&lt;br /&gt;

To edit the path, we need to go to the below path to edit OpenProj configuration file.
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;go to this path: C:\Users\tahsin.hasan\AppData\Roaming\OpenProj\{13702021-43FB-480C-912F-D9B74A538288}&lt;/li&gt;

&lt;li&gt;Set the java jre to 32bit(x86) path.&lt;/li&gt;
&lt;/ul&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/rJYShVcESiA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/6668995116839779632/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=6668995116839779632" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6668995116839779632?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6668995116839779632?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/rJYShVcESiA/failed-to-load-java-vm-library-in.html" title="failed to load java vm library in OpenProj" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/failed-to-load-java-vm-library-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkENQXo9eyp7ImA9WhNVGEs.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-6915212292174173518</id><published>2012-12-30T17:52:00.001+06:00</published><updated>2012-12-30T17:58:10.463+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T17:58:10.463+06:00</app:edited><title>unwanted &lt;p&gt; tag in drupal content</title><content type="html">I found there was some unwanted &lt;p&gt; tags coming into the drupal contents. To solve this issue, I followed the steps below:
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;go to configure.&lt;/li&gt;
 &lt;li&gt; &gt; content authoring&lt;/li&gt;
&lt;li&gt; &gt; text formats&lt;/li&gt;
&lt;li&gt; &gt; configure&lt;/li&gt;
&lt;li&gt; &gt; uncheck convert line breaks to &amp;lt;br&amp;gt;, &amp;lt;p&amp;gt; tags&lt;/li&gt;
&lt;/ul&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/ZcaETdDkIi0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/6915212292174173518/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=6915212292174173518" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6915212292174173518?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/6915212292174173518?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/ZcaETdDkIi0/unwanted-tag-in-drupal-content.html" title="unwanted &amp;lt;p&amp;gt; tag in drupal content" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/unwanted-tag-in-drupal-content.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAMQns7eip7ImA9WhNVGEs.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-4586517125377749967</id><published>2012-12-30T15:46:00.000+06:00</published><updated>2012-12-30T15:46:23.502+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T15:46:23.502+06:00</app:edited><title>Same cookie deletion problem</title><content type="html">Two cookies will be identical if they have same cookie name, domain &amp; path. For example, 
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
setcookie('a','value','/','www.example.com'); 
setcookie('a','value','/','example.com'); 
&lt;/pre&gt;
&lt;br /&gt;
The above two cookie variable are not same. Their domain name is different. 

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/kI9wbXR3D7E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/4586517125377749967/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=4586517125377749967" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4586517125377749967?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4586517125377749967?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/kI9wbXR3D7E/same-cookie-deletion-problem.html" title="Same cookie deletion problem" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/same-cookie-deletion-problem.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkAMQ3k9fyp7ImA9WhNVGEg.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-1921116009273318367</id><published>2012-12-30T15:10:00.001+06:00</published><updated>2012-12-30T15:13:02.767+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T15:13:02.767+06:00</app:edited><title>how to update svn in mac?</title><content type="html">We will follow the below steps to upgrade our svn version on mac machine.
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-Ck-MPLCRkV8/UOAFmExKTpI/AAAAAAAAAFE/V7cCL7Ry4f8/s1600/logo.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="320" width="320" src="http://1.bp.blogspot.com/-Ck-MPLCRkV8/UOAFmExKTpI/AAAAAAAAAFE/V7cCL7Ry4f8/s320/logo.png" /&gt;&lt;/a&gt;&lt;/div&gt;



&lt;ul&gt;
   &lt;li&gt; In Terminal, type "svn --version" to find out what version you currently have.&lt;/li&gt;
    &lt;li&gt;Install macports and using macports install svn. this will install the latest svn into your system.&lt;/li&gt;

    &lt;li&gt;Got to your terminal and check your $PATH by typing "echo $PATH". If you don't see /opt/subversion/bin in there, make sure you add it by typing export PATH=/opt/subversion/bin:$PATH. If it DOES exist and appears AFTER /usr/bin, then you may need to remove an older copy of svn that came installed on OS X. To do so, go to /usr/bin and remove all files starting with svn. This isn't an exact science but it should do the trick.&lt;/li&gt;
    &lt;li&gt;Make sure you reload your .profile first by typing
    . ./.profile* or you can close the terminal and reopen again. also you can type source .profile. this will also reload profile.&lt;/li&gt;
    &lt;li&gt;Type "svn --version". You should see that you have the newest version installed!&lt;/li&gt;
&lt;/ul&gt;

&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/OkRHPzmu9YM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/1921116009273318367/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=1921116009273318367" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/1921116009273318367?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/1921116009273318367?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/OkRHPzmu9YM/how-to-update-svn-in-mac.html" title="how to update svn in mac?" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-Ck-MPLCRkV8/UOAFmExKTpI/AAAAAAAAAFE/V7cCL7Ry4f8/s72-c/logo.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/how-to-update-svn-in-mac.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4DRns-eyp7ImA9WhNVGEg.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-5976465891557412680</id><published>2012-12-30T14:59:00.001+06:00</published><updated>2012-12-30T14:59:37.553+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-30T14:59:37.553+06:00</app:edited><title>Missing table borders in FF</title><content type="html">I was working on displaying a report on a website. I was applying a border to the table cells. some of the cells are not displaying border on firefox. But they are ok with other browsers. 
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-4u1mtL1uGGA/UOACB-kDo_I/AAAAAAAAAEk/MzEEvom9MiA/s1600/borderissue.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="304" width="320" src="http://1.bp.blogspot.com/-4u1mtL1uGGA/UOACB-kDo_I/AAAAAAAAAEk/MzEEvom9MiA/s320/borderissue.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Then I apply the below code block for table property:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
table{
border-collapse: separate;
border-spacing: 0;
}
&lt;/pre&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/EQHDFpZ988A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/5976465891557412680/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=5976465891557412680" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/5976465891557412680?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/5976465891557412680?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/EQHDFpZ988A/missing-table-borders-in-ff.html" title="Missing table borders in FF" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-4u1mtL1uGGA/UOACB-kDo_I/AAAAAAAAAEk/MzEEvom9MiA/s72-c/borderissue.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/missing-table-borders-in-ff.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkIAQHk4fip7ImA9WhNVF0U.&quot;"><id>tag:blogger.com,1999:blog-5088205242501291979.post-4178289562780047701</id><published>2012-12-29T17:29:00.000+06:00</published><updated>2012-12-29T17:29:01.736+06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-29T17:29:01.736+06:00</app:edited><title>how to install apache mpm worker</title><content type="html">Apache mpm worker is a multi-preprocessing module of apache. By default Apache runs with mpm prefork. If you install worker type of multiprocessor, then it will uninstall the prefork module from the system. 

&lt;br /&gt;

By installing mpm worker process, it will uninstall the php5 process for apache. you need to use fastcgi for working with worker thread.
&lt;br /&gt;

To install worker thread, type the following commands:
&lt;br /&gt;
&lt;pre class="brush:php"&gt;
sudo apt-get install apache2-mpm-worker
&lt;/pre&gt;
&lt;br /&gt;

&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/opencart-14-template-design-cookbook/book"&gt;OpenCart 1.4 Template Design Cookbook&lt;/a&gt;.
&lt;br /&gt;
See the book &lt;a href="http://www.packtpub.com/joomla-mobile-development-beginners-guide/book"&gt;Joomla Mobile Development Beginners Guide&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/TahsinsGarage/~4/lfzO_SZGUIU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://newdailyblog.blogspot.com/feeds/4178289562780047701/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=5088205242501291979&amp;postID=4178289562780047701" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4178289562780047701?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5088205242501291979/posts/default/4178289562780047701?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TahsinsGarage/~3/lfzO_SZGUIU/how-to-install-apache-mpm-worker.html" title="how to install apache mpm worker" /><author><name>tahsin hasan</name><uri>https://plus.google.com/107080892566758433543</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh6.googleusercontent.com/-S71Rio_olAU/AAAAAAAAAAI/AAAAAAAAAFU/31BQ0DkftZ0/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://newdailyblog.blogspot.com/2012/12/how-to-install-apache-mpm-worker.html</feedburner:origLink></entry></feed>
