<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8370582627394000993</id><updated>2011-12-09T01:33:14.860-08:00</updated><category term='layout'/><category term='upload image'/><category term='extensions'/><category term='sms php'/><category term='Charity'/><category term='Free Joomla Template'/><category term='install joomla'/><category term='Free HTML Templates'/><category term='free'/><title type='text'>Free Joomla templates and How to</title><subtitle type='html'>This site is meant to provide free html website templates and conversion to free Joomla templates and Basic How to.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-5204181808343698392</id><published>2008-12-09T08:16:00.001-08:00</published><updated>2008-12-09T09:02:47.869-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sms php'/><title type='text'>SMS Functionality</title><content type='html'>We did manage to use PHP to send sms using WAMP Joomla Server. For those who are interested, we use a facileform to create the joomla interface, I define phpSerial class in the facileform.process.php which can be called by the created form. You can create your own extension if you feel like it :). and you can get the phpSerial class that I use here =&gt; &lt;a href="http://joomlabasicfiles.googlepages.com/php_serial.class.php"&gt;phpSerial&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;On form submission we run this chunk of code :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;&lt;span style="font-family:arial;"&gt;//Define String to send, use chr(13) for line feed&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;sms = "title".chr(13)."description";&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;//Require php Serial Class&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;$serial = new phpSerial;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;//Open up connection to the GSM Modem&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;$serial-&gt;deviceSet("COM5");&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;$serial-&gt;deviceOpen();&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;//send command to GSM Modem, chr(26) is carriage return where the message ends.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;$serial-&gt;sendMessage("at+cmgs=\"+6598776625\"\r\n",1);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;$serial-&gt;sendMessage($sms.chr(26));&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;//release and close the device&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;$serial-&gt;deviceClose();&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;That's all for sending sms in Windows, you can retrieve data from database and put it into the string to send as sms too.&lt;br /&gt;As for receiving sms, we fail to execute it in Windows using phpSerial. Instead we use Java to retrieve the sms and store to the joomla content database.  Take a look here =&gt; &lt;a href="http://smslib.org"&gt;http://smslib.org&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-5204181808343698392?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/5204181808343698392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=5204181808343698392' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/5204181808343698392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/5204181808343698392'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/12/sms-functionality.html' title='SMS Functionality'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-1766841928738404177</id><published>2008-09-06T23:59:00.001-07:00</published><updated>2008-09-07T02:14:44.001-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Charity'/><category scheme='http://www.blogger.com/atom/ns#' term='free'/><category scheme='http://www.blogger.com/atom/ns#' term='Free Joomla Template'/><title type='text'>Free Joomla Template 3 - Joomlabasic Charity</title><content type='html'>&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;Finally an update!! Recently, my schedule is packed with schools and work stuffs. Enough with the unnecessary issues :)... At last, I can find some time to make a quick conversion from the previous charity HTML template.&lt;br /&gt;&lt;br /&gt;Joomlabasic Charity modules consist of:&lt;br /&gt;user1 module&lt;br /&gt;top module&lt;br /&gt;right module&lt;br /&gt;&lt;br /&gt;Remember to place the mainmenu at "top" position with "flat list" styling.&lt;br /&gt;&lt;br /&gt;As usual free free to post suggestions. Thanks and enjoy.&lt;br /&gt;You can get the template --&gt; &lt;a href="http://joomlabasicfiles.googlepages.com/jb_charity.zip"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_P3PNwwzLg3k/SMN77XqMX0I/AAAAAAAAAO8/SH7x4aMGuPY/s1600-h/charity.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_P3PNwwzLg3k/SMN77XqMX0I/AAAAAAAAAO8/SH7x4aMGuPY/s320/charity.jpg" alt="" id="BLOGGER_PHOTO_ID_5243170651082874690" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-1766841928738404177?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/1766841928738404177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=1766841928738404177' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/1766841928738404177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/1766841928738404177'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/09/free-joomla-template-3-joomlabasic.html' title='Free Joomla Template 3 - Joomlabasic Charity'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_P3PNwwzLg3k/SMN77XqMX0I/AAAAAAAAAO8/SH7x4aMGuPY/s72-c/charity.jpg' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-396415367046888164</id><published>2008-08-09T20:10:00.000-07:00</published><updated>2008-09-07T02:14:44.002-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Free HTML Templates'/><category scheme='http://www.blogger.com/atom/ns#' term='Charity'/><category scheme='http://www.blogger.com/atom/ns#' term='free'/><title type='text'>HTML Charity Template</title><content type='html'>This month we are building a site for charity and here is the html web template. This template will be converted to Joomla 1.0 template, check back for updates.&lt;br /&gt;&lt;br /&gt;You can get the html template &lt;a href="http://joomlabasicfiles.googlepages.com/charity.zip"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_P3PNwwzLg3k/SJ5dIwmSIKI/AAAAAAAAAOM/k5kr45Zhgs8/s1600-h/charity.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_P3PNwwzLg3k/SJ5dIwmSIKI/AAAAAAAAAOM/k5kr45Zhgs8/s320/charity.jpg" alt="" id="BLOGGER_PHOTO_ID_5232722222116905122" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-396415367046888164?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/396415367046888164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=396415367046888164' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/396415367046888164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/396415367046888164'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/08/html-charity-template.html' title='HTML Charity Template'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_P3PNwwzLg3k/SJ5dIwmSIKI/AAAAAAAAAOM/k5kr45Zhgs8/s72-c/charity.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-3993096466243109538</id><published>2008-08-07T08:20:00.000-07:00</published><updated>2008-09-07T02:13:45.498-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='extensions'/><title type='text'>Joomla useful Extension</title><content type='html'>After playing around with a number of freely available Joomla extensions, I find some pretty useful ones when developing joomla sites.&lt;br /&gt;&lt;br /&gt;1. &lt;span style="font-weight: bold;"&gt;JCE &lt;/span&gt;~ pretty much an upgrade from tinymce wysiswyg editor, recommended.&lt;br /&gt;&lt;br /&gt;2. &lt;span style="font-weight: bold;"&gt;Simple image Gallery&lt;/span&gt; ~ display pictures in thumbnail formats (viewable in original size slideshow) from a folder, as the name says it's simple and it works well :). I suggest using this for a gallery page.&lt;br /&gt;&lt;br /&gt;3. &lt;span style="font-weight: bold;"&gt;mosModule &lt;/span&gt;~ show a module in a content, useful.&lt;br /&gt;&lt;br /&gt;4. &lt;span style="font-weight: bold;"&gt;denVideo &lt;/span&gt;~ play flashs, videos, musics in your content or modules, another useful one.&lt;br /&gt;&lt;br /&gt;5. &lt;span style="font-weight: bold;"&gt;Fireboard &lt;/span&gt;~ install this component if you want to have a forum in your site.&lt;br /&gt;&lt;br /&gt;6. &lt;span style="font-weight: bold;"&gt;Virtuemart &lt;/span&gt;~ Good shopping cart systems, but pretty complex if code modification is required. Use it as it is.&lt;br /&gt;&lt;br /&gt;7. &lt;span style="font-weight: bold;"&gt;Community Builder&lt;/span&gt; ~ let the user members feel to be part of your web community! Uploading profiles and stuffs are nice features.&lt;br /&gt;&lt;br /&gt;8. &lt;span style="font-weight: bold;"&gt;Facile Form&lt;/span&gt; ~ I love this addon, it is able to create simple to advanced web forms. Sometimes virtuemart order flow will be much of a hassle for a simple customer order and hacking the code will be too much of a work. This form builder will be able to sort it out :).&lt;br /&gt;&lt;span style="font-style: italic;"&gt;this is not install and go addon, but learning how to use it will be very useful.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;All these extensions are great, one problem I find is that there is rarely any support in their forums anymore.&lt;br /&gt;If there's anymore Joomla extensions that you find useful and simple, do add on :).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-3993096466243109538?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/3993096466243109538/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=3993096466243109538' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/3993096466243109538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/3993096466243109538'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/08/joomla-useful-extension.html' title='Joomla useful Extension'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-7634911400617212347</id><published>2008-06-12T13:26:00.000-07:00</published><updated>2008-09-07T02:14:05.984-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sms php'/><title type='text'>Sending command to GSM Modem using php Settings</title><content type='html'>the php_serial class sets the com port line by line. Windows seems to not be able to get the correct settings this way. Whenever I set the data bit to 8 the parity bits goes back to even. All these have to be done in one command line. So we have to modify the php_serial class to run the command in a single line and it solves the problem, for now.. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-7634911400617212347?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/7634911400617212347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=7634911400617212347' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/7634911400617212347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/7634911400617212347'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/06/sending-command-to-gsm-modem-using-php_12.html' title='Sending command to GSM Modem using php Settings'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-4083770980308556851</id><published>2008-06-02T18:54:00.000-07:00</published><updated>2008-09-07T02:14:05.985-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sms php'/><title type='text'>Sending command to GSM Modem using php</title><content type='html'>I have a project on integrating sms module into Joomla interface. I found a php_serial class that enables sending command through serial port by using php. I have tested it through hyperterminal and it works perfectly well, but when I tested it with GSM Modem, the AT command seems to be not working. Anyone has an idea of how to use the php_serial to send AT command to GSM Modem? If you have any clue on how to send AT command using php_serial, please inform me :) Thanks&lt;br /&gt;Here's my code&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;include "php_serial.class.php";&lt;br /&gt;&lt;br /&gt;// Let's start the class&lt;br /&gt;$serial = new phpSerial;&lt;br /&gt;&lt;br /&gt;$serial-&gt;deviceSet("COM1");&lt;br /&gt;$serial-&gt;confBaudRate(115200);&lt;br /&gt;$serial-&gt;confCharacterLength(8);&lt;br /&gt;$serial-&gt;confParity("none");&lt;br /&gt;$serial-&gt;confStopBits(1);&lt;br /&gt;$serial-&gt;confFlowControl("xonxoff");&lt;br /&gt;&lt;br /&gt;$serial-&gt;deviceOpen();&lt;br /&gt;&lt;br /&gt;$serial-&gt;sendMessage("at+cmgs=\"+6583569765\"\r");&lt;br /&gt;$serial-&gt;sendMessage("hello".chr(26));&lt;br /&gt;&lt;br /&gt;$serial-&gt;deviceClose();&lt;br /&gt;&lt;br /&gt;?&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-4083770980308556851?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/4083770980308556851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=4083770980308556851' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/4083770980308556851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/4083770980308556851'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/06/sending-command-to-gsm-modem-using-php.html' title='Sending command to GSM Modem using php'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-6820288108035934938</id><published>2008-05-31T19:42:00.000-07:00</published><updated>2008-09-07T02:14:44.002-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='free'/><category scheme='http://www.blogger.com/atom/ns#' term='Free Joomla Template'/><title type='text'>Free Template 2 - Joomlabasic Biz</title><content type='html'>I have finally completed 2nd template. I think there's still a lot to be tweaked to get this template look more professional. Any suggestions would be appreciated.&lt;br /&gt;You can get the template --&gt; &lt;a href="http://joomlabasicfiles.googlepages.com/jb_biz.zip"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_P3PNwwzLg3k/SEINUAUqAHI/AAAAAAAAANk/ACJareWx3-g/s1600-h/biz.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 274px; height: 149px;" src="http://bp2.blogger.com/_P3PNwwzLg3k/SEINUAUqAHI/AAAAAAAAANk/ACJareWx3-g/s320/biz.png" alt="" id="BLOGGER_PHOTO_ID_5206738756528898162" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-6820288108035934938?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/6820288108035934938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=6820288108035934938' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/6820288108035934938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/6820288108035934938'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/05/free-template-2-joomlabasic-biz.html' title='Free Template 2 - Joomlabasic Biz'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_P3PNwwzLg3k/SEINUAUqAHI/AAAAAAAAANk/ACJareWx3-g/s72-c/biz.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-632984708470932604</id><published>2008-05-30T21:36:00.000-07:00</published><updated>2008-09-07T02:15:05.919-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='layout'/><title type='text'>Free Template 2 Layout</title><content type='html'>I am working on the 2nd template, expected to be finished by this weekends. This template will have 4 modules, here's the outline.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_P3PNwwzLg3k/SEIOCwUqAII/AAAAAAAAANs/622lq4n5ZIY/s1600-h/layout.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 279px; height: 209px;" src="http://bp1.blogger.com/_P3PNwwzLg3k/SEIOCwUqAII/AAAAAAAAANs/622lq4n5ZIY/s320/layout.png" alt="" id="BLOGGER_PHOTO_ID_5206739559687782530" border="0" /&gt;&lt;/a&gt;Got to get started :_)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-632984708470932604?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/632984708470932604/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=632984708470932604' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/632984708470932604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/632984708470932604'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/05/free-template-2-layout.html' title='Free Template 2 Layout'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_P3PNwwzLg3k/SEIOCwUqAII/AAAAAAAAANs/622lq4n5ZIY/s72-c/layout.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-6337088347800273451</id><published>2008-05-29T05:41:00.000-07:00</published><updated>2008-05-29T05:57:31.411-07:00</updated><title type='text'>Template conversion from html to Joomla</title><content type='html'>Life in school has been pretty busy this week, loaded with class test and lab test, putting my best effort and struggling to pass every single test... But nightmare is just over (for a while), 3 weeks holiday is around the corner, hehe.&lt;br /&gt;&lt;br /&gt;I am interested in converting an existing html template to Joomla template, hoping to complete it during holiday. I will pick a suitable html template and put it up here. As usual, I will share with everyone once it's completed :)&lt;br /&gt;will update on the progress as soon as possible.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-6337088347800273451?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/6337088347800273451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=6337088347800273451' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/6337088347800273451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/6337088347800273451'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/05/template-conversion-from-html-to-joomla.html' title='Template conversion from html to Joomla'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-2452233977295304853</id><published>2008-05-27T06:59:00.000-07:00</published><updated>2008-09-07T02:14:44.002-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='free'/><category scheme='http://www.blogger.com/atom/ns#' term='Free Joomla Template'/><title type='text'>Free Joomla Template - 1module Template</title><content type='html'>I just completed my first 1module Joomla 1.0x template&lt;br /&gt;There seems to be a lot of improvements that can be made, need some comments on it :)&lt;br /&gt;Here's the template pic&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_P3PNwwzLg3k/SDwWnQUqAFI/AAAAAAAAANU/bmUzma3K-ws/s1600-h/1module.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_P3PNwwzLg3k/SDwWnQUqAFI/AAAAAAAAANU/bmUzma3K-ws/s320/1module.jpg" alt="" id="BLOGGER_PHOTO_ID_5205060132985765970" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;You can get the template file here --&gt; &lt;a href="http://joomlabasicfiles.googlepages.com/jb_1module.zip"&gt;1module&lt;/a&gt;&lt;br /&gt;This is a free template, you can modify it in any way including the footer link, author and stuffs&lt;br /&gt;If you like the template let me know, I will create and upload Joomla template regularly&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-2452233977295304853?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/2452233977295304853/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=2452233977295304853' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/2452233977295304853'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/2452233977295304853'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/05/i-just-completed-my-first-1module.html' title='Free Joomla Template - 1module Template'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_P3PNwwzLg3k/SDwWnQUqAFI/AAAAAAAAANU/bmUzma3K-ws/s72-c/1module.jpg' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-6545969091669137541</id><published>2008-05-25T08:55:00.000-07:00</published><updated>2008-09-07T02:15:05.920-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='layout'/><title type='text'>Joomlabasic One Module Cloud Template</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_P3PNwwzLg3k/SDwJcgUqADI/AAAAAAAAANE/N-rmEIWCBvk/s1600-h/sample.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 278px; height: 209px;" src="http://bp2.blogger.com/_P3PNwwzLg3k/SDwJcgUqADI/AAAAAAAAANE/N-rmEIWCBvk/s320/sample.png" alt="" id="BLOGGER_PHOTO_ID_5205045654651011122" border="0" /&gt;&lt;/a&gt;I have decided to design this simple and neat template. It has only one module, and that is the top module for menu. Simple enough for a site. This will be my first original template coding from scratch :), getting really excited haha..&lt;br /&gt;I will attach a download link here once it's completed, any comment on how to improve on it is always welcome.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-6545969091669137541?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/6545969091669137541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=6545969091669137541' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/6545969091669137541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/6545969091669137541'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/05/i-have-decided-to-design-this-simple.html' title='Joomlabasic One Module Cloud Template'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_P3PNwwzLg3k/SDwJcgUqADI/AAAAAAAAANE/N-rmEIWCBvk/s72-c/sample.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-7199410671959524831</id><published>2008-05-24T10:16:00.000-07:00</published><updated>2009-02-13T10:58:19.893-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='upload image'/><title type='text'>How to upload image from Joomla frontend</title><content type='html'>I was trying to upload a image to show in the content as a publisher but couldn't. I did not realize that front-end users are not able to upload picture to the media manager by default. So here's the simple solution that I found out.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Files you need:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;JCE Admin Component - &lt;a href="http://www.joomlacontenteditor.net/downloads/admin-component"&gt;grab it here&lt;/a&gt;&lt;/li&gt;&lt;li&gt;JCE Editor Mambot - &lt;a href="http://www.joomlacontenteditor.net/downloads/editor"&gt;grab it here&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;Steps :&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Install JCE Admin Component&lt;/li&gt;&lt;li&gt;Install JCE Editor Mambot&lt;/li&gt;&lt;li&gt;Choose JCE WYSIWYG as default editor&lt;/li&gt;&lt;/ol&gt;There you go, now you can upload images from front-end.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-7199410671959524831?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/7199410671959524831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=7199410671959524831' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/7199410671959524831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/7199410671959524831'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/05/how-to-upload-picture-from-joomla.html' title='How to upload image from Joomla frontend'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370582627394000993.post-7835035818699132320</id><published>2008-05-24T07:07:00.001-07:00</published><updated>2008-09-07T02:15:38.884-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='install joomla'/><title type='text'>How to install Joomla on your computer</title><content type='html'>Joomla is a free, open source content management system. This powerful tool allows web developer to install a professional look and feature rich website in a fraction of the time needed if you have to code the web from scratch.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Things you need&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Joomla 1.0.15 - &lt;a href="http://joomlacode.org/gf/project/joomla/frs/"&gt;grab it here&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Wamp server - &lt;a href="http://www.wampserver.com/en/download.php" class="postlink"&gt;grab it here&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Steps&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Install Wamp server (just accept the default configuration)&lt;/li&gt;&lt;li&gt;Unzip Joomla to C:\wamp\www\joomla&lt;/li&gt;&lt;li&gt;Start Wamp server (there will be an icon at the system tray)&lt;/li&gt;&lt;li&gt;Open up your browser and type in http://localhost/joomla and this will start the installation process&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Installing process&lt;br /&gt;&lt;/span&gt;Use the following values when prompted&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;Host Name = localhost&lt;/li&gt;&lt;li&gt;MySQL User Name = root&lt;/li&gt;&lt;li&gt;MySQL Password = leave it blank (if you never put any password during wamp installation)&lt;/li&gt;&lt;li&gt;MySQL Database Name = anything you like (eg Joomla)&lt;/li&gt;&lt;li&gt;Tick install sample data&lt;/li&gt;&lt;li&gt;Site name = whatever you want to call your site (eg my first Joomla).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Important!! --&gt; &lt;/span&gt;Change the password for administrator, you need this!!&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Delete the installation folder when prompted&lt;/li&gt;&lt;li&gt;Click view site and there you go!! your first Joomla site is up and running locally&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Hope this help, if there's anything unclear please inform me :)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370582627394000993-7835035818699132320?l=joomlabasic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://joomlabasic.blogspot.com/feeds/7835035818699132320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8370582627394000993&amp;postID=7835035818699132320' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/7835035818699132320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370582627394000993/posts/default/7835035818699132320'/><link rel='alternate' type='text/html' href='http://joomlabasic.blogspot.com/2008/05/how-to-install-joomla-on-your-computer.html' title='How to install Joomla on your computer'/><author><name>BP</name><uri>http://www.blogger.com/profile/02811250261840968401</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
