<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>مه‌كۆكانی وێبچن : پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla : ده‌نگدان نایه‌ته‌ لای ڕاست!!</title>
<link>http://www.webchin.org/Meko</link>
<description> مه‌كۆكانی وێبچن</description>
<language>en</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>ده‌نگدان نایه‌ته‌ لای ڕاست!! in پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla</title>
<link>http://www.webchin.org/Meko/peyami-jimare/35095.html#p35095</link>
<guid isPermaLink="false">35095@http://www.webchin.org/Meko</guid>
<description>بابه‌ت: ده‌نگدان نایه‌ته‌ لای ڕاست!!

په‌یام: تكایه‌ Source Code ی په‌ڕه‌كه‌ت به‌ HTML ی دابنێ نه‌ك PHP، واته‌ له‌ وێبگه‌ڕ ماڵپه‌ڕه‌كه‌ت بكه‌وه‌ و دواتر له‌وێوه‌ كۆده‌كانی بنێره‌.
</description>
<pubDate>Sun, 06 Jul 2008 13:34:22 +0200</pubDate>
</item>
<item>
<title>ده‌نگدان نایه‌ته‌ لای ڕاست!! in پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla</title>
<link>http://www.webchin.org/Meko/peyami-jimare/35014.html#p35014</link>
<guid isPermaLink="false">35014@http://www.webchin.org/Meko</guid>
<description>بابه‌ت: ده‌نگدان نایه‌ته‌ لای ڕاست!!

په‌یام: داوای لێبوردن ده‌که‌م به‌و شێوه‌ی ئێوه‌ کۆده‌کان داده‌نێن نه‌متوانی دابنێم.هه‌روه‌ها کاک ئاسۆ من ده‌ستکاری زۆری کۆده‌کانم کردووه‌ ئه‌گه‌ر ببینی.
</description>
<pubDate>Sat, 05 Jul 2008 12:41:47 +0200</pubDate>
</item>
<item>
<title>ده‌نگدان نایه‌ته‌ لای ڕاست!! in پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla</title>
<link>http://www.webchin.org/Meko/peyami-jimare/35013.html#p35013</link>
<guid isPermaLink="false">35013@http://www.webchin.org/Meko</guid>
<description>بابه‌ت: ده‌نگدان نایه‌ته‌ لای ڕاست!!

په‌یام: ئه‌مه‌کۆدی HTML
:&#60;?php
defined( '_JEXEC' ) or die( 'Restricted access' );
JPlugin::loadLanguage( 'tpl_SG1' );
?&#62;
&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62;
&#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;&#60;?php echo $this-&#62;language; ?&#62;&#34; lang=&#34;&#60;?php echo $this-&#62;language; ?&#62;&#34; &#62;
&#60;head&#62;
&#60;jdoc:include type=&#34;head&#34; /&#62;

&#60;link rel=&#34;stylesheet&#34; href=&#34;templates/system/css/system.css&#34; type=&#34;text/css&#34; /&#62;
&#60;link rel=&#34;stylesheet&#34; href=&#34;templates/&#60;?php echo $this-&#62;template ?&#62;/css/template.css&#34; type=&#34;text/css&#34; /&#62;

&#60;/head&#62;
&#60;body id=&#34;page_bg&#34;&#62;
        &#60;div class=&#34;pill_m&#34;&#62;
            &#60;div id=&#34;pillmenu&#34;&#62;
                &#60;jdoc:include type=&#34;modules&#34; name=&#34;user3&#34; /&#62;
            &#60;/div&#62;
        &#60;/div&#62;    
        &#60;div class=&#34;clr&#34;&#62;&#60;/div&#62;
        &#60;div id=&#34;undermenu&#34;&#62;&#60;/div&#62;
        &#60;div id=&#34;header&#34;&#62;
            &#60;div id=&#34;logo&#34;&#62;
                &#60;a href=&#34;index.php&#34;&#62;&#60;?php echo $mainframe-&#62;getCfg('sitename') ;?&#62;&#60;/a&#62;
            &#60;/div&#62;    
        &#60;/div&#62;
        
    
    
    &#60;div class=&#34;center&#34;&#62;        
        &#60;div id=&#34;wrapper&#34;&#62;
            &#60;div id=&#34;content&#34;&#62;
                &#60;?php if($this-&#62;countModules('left') and JRequest::getCmd('layout') != 'form') : ?&#62;
                &#60;div id=&#34;leftcolumn&#34;&#62;    
                    &#60;jdoc:include type=&#34;modules&#34; name=&#34;left&#34; style=&#34;rounded&#34; /&#62;
                    &#60;?php $sg = 'banner'; include &#34;templates.php&#34;; ?&#62;
                &#60;/div&#62;
                &#60;?php endif; ?&#62;
                
                &#60;?php if($this-&#62;countModules('right') and JRequest::getCmd('layout') != 'form') : ?&#62;
                &#60;div id=&#34;maincolumn&#34;&#62;
                &#60;?php else: ?&#62;
                &#60;div id=&#34;maincolumn_full&#34;&#62;
                &#60;?php endif; ?&#62;
                    &#60;div class=&#34;nopad&#34;&#62;    
                        &#60;jdoc:include type=&#34;message&#34; /&#62;
                        &#60;?php if($this-&#62;params-&#62;get('showComponent')) : ?&#62;
                            &#60;jdoc:include type=&#34;component&#34; /&#62;
                        &#60;?php endif; ?&#62;
                    &#60;/div&#62;
                &#60;/div&#62;
                &#60;?php if($this-&#62;countModules('right') and JRequest::getCmd('layout') != 'form') : ?&#62;
                &#60;div id=&#34;rightcolumn&#34; style=&#34;float:right;&#34;&#62;
                    &#60;jdoc:include type=&#34;modules&#34; name=&#34;right&#34; style=&#34;rounded&#34; /&#62;                                
                &#60;/div&#62;
                &#60;?php endif; ?&#62;
                &#60;div class=&#34;clr&#34;&#62;&#60;/div&#62;
            &#60;/div&#62;
        &#60;/div&#62;
        &#60;div id=&#34;content_bottom&#34;&#62;&#60;/div&#62;                
    &#60;jdoc:include type=&#34;modules&#34; name=&#34;debug&#34; /&#62;
    &#60;/div&#62;
    
    &#60;div id=&#34;footer&#34;&#62;
        &#60;p&#62;
            Designed By: &#60;a href=&#34;http://www.hellomedia.com&#34;&#62;HelloMedia!&#60;/a&#62; &#38; &#60;a href=&#34;http://www.multimedia.com&#34;&#62;Multimedia&#60;/a&#62;.
        &#60;/p&#62;
        &#60;div id=&#34;sgf&#34;&#62;
            &#60;?php $sg = ''; include &#34;templates.php&#34;; ?&#62;
        &#60;/div&#62;
    &#60;/div&#62;    
&#60;/body&#62;
&#60;/html&#62;
ئه‌مه‌ کۆدی CSS
:html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
    border: none;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
}

body.contentpane {
    background: #FEFEFE;
}

a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #333;
    outline: none;
}

a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

input.button, .validate  {
    color: #333;
    font-size: 12px;
    border: 1px solid #555;
}

.search input.button {
    text-align: right;
}

input.button:hover, .validate:hover  {
    
}

p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: justify;
}

.inputbox {
    border: 1px solid #555;
    color: #333;
    padding: 2px;
}
.inputbox:hover {

}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
    padding: 0;
    background: #FEFEFE url(../images/bg.jpg) top left repeat-x;
}

div.center {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 906px;
}

div#wrapper {
    margin: 0 auto;
    width: 906px;
    text-align: right;
    background: url(../images/content.jpg) top center repeat-y;
}

#header {
    height: 226px;
    background: url(../images/header.jpg) top center no-repeat;
    margin: 0 auto;
    width: 906px;
}

#content {
    width: 886px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}

#content_bottom {
    background: url(../images/content_bottom.jpg) top center no-repeat;
    height: 14px;
}

.pill_m {
    text-align: right;
    margin: 22px auto 0 auto;
    padding: 0;
    background: url(../images/menu.jpg) top center no-repeat;
    width: 906px;
    height: 47px;
}

#pillmenu {
    float: right;
    margin: 0;
}

#pillmenu ul {
    margin: 0;
    padding: 0 14px;
    list-style: none;
}

#pillmenu li {
    float: right;
    margin: 0;
    padding: 0;
    height: 47px;
    background: url(../images/menu_li.jpg) bottom right no-repeat;
}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
    background: url(../images/menu_li_a_hover.jpg) bottom right no-repeat;
}

#pillmenu li a {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    float: left;
    display: block;
    line-height: 47px;
    padding: 0 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: lowercase;
    height: 47px;
}

#pillmenu li a:hover {
    background: url(../images/menu_li_a_hover.jpg) bottom right no-repeat;
}

#undermenu {
    background: url(../images/undermenu.jpg) top center no-repeat;
    width: 906px;
    height: 8px;
    margin: 0 auto;
    font-size: 0;
}

#leftcolumn ,#rightcolumn {
    margin: 0;
    width: 180px;
    float: left;
    text-align: center;
    padding: 0;
}

div#maincolumn {
    float: left;
    width: 514px;
    padding: 0 6px;
}

div#maincolumn_full {
    float: left;
    width: 674px;
    padding: 0 0 0 10px;
}

div.nopad {
    overflow: hidden;
    padding: 0;
}

div.nopad ul {
    clear: both;
}

td.middle_pad {
    width: 20px;
}

#banner_l {
    text-align: left;
    padding: 0 0 0 24px;
}

#footer {
    margin: 0 auto;
    width: 906px;
    height: 50px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 10px;
}

#footer p {
    height: 20px;
    text-align: left;
    padding: 10px 30px 0 0;
    color: #666;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
    background: #fffebb;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    padding: 5px;
}

/* headers */
div.componentheading {
    height: 22px;
    padding: 8px 0 0 10px;
}
table.blog {
    
}
h1 {
    padding: 0;
    font-family: Tahoma;
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: bottom;
    color: #333;
    text-align: right;
    width: 100%;
}

h2, .contentheading {
    padding: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 17px;
    vertical-align: center;
    color: #333;
    text-align: right;
    font-weight: bold;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

h4 {
    font-family: Tahoma, Arial, sans-serif;
    color: #333;
    text-align: right;
}

h3, .componentheading, table.moduletable th, legend {
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 22px;
    text-align: right;
    color: #555;
    padding: 0;
}
/* small text */
.small {
    font-size: 12px;
    color: #555;
    font-weight: normal;
    text-align: right;
}

.modifydate {
    height: 22px;
    vertical-align: bottom;
    font-size: 10px;
    color: #555;
    font-weight: normal;
    text-align: right;
}

.createdate {
    height: 20px;
    vertical-align: top;
    font-size: 10px;
    color: #555;
    font-weight: normal;
    vertical-align: top;
    padding-top: 0px;
}

a.readon {
    display: block;
    float: right;
    line-height: 14px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 2px 1px 2px;
}

a.readon:hover {
    color: #333;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/** overlib **/

.ol-foreground {
    background-color: #f1f1f1;
    color: #333;
}

.ol-background {
    background-color: #f1f1f1;
    color: #333;
}

.ol-textfont {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.ol-captionfont {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #f6f6f6;
    font-weight: bold;
}
.ol-captionfont a {
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
    padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
    display: block;
    height: 20px;
}

.article_column {

}

.column_separator {
    
}

td.buttonheading {
    text-align: right;
    width: 0;
}

.clr {
    clear: both;
}

table.blog span.article_separator {
    display: block;
    height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #e3e7ff;
  font-size: 12px;
  float: right;

}

/* content styles */
.contentpaneopen, table.contentpane {
    margin: 0;
    padding: 0;
}

table.contentpane td{
    text-align: center;
}

table.contentpane td.contentdescription {
    width: 100%;
}

table.contentpane  {
    text-align: center;
    float: left;
    width: 100%;
    margin: 8px;
}

table.contentpane ul li a .category {
    color: #FF8800;
}

table.contentpane ul li {
    color: #333;
}

table.contentpaneopen {
    margin: 2px 8px;
}

table.contentpaneopen li {
    margin-bottom: 5px;
}

table.contentpaneopen fieldset {
    border: 0;
    border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

table.contentpaneopen h4, table.contentpaneopen h5, table.contentpaneopen h6 {
    font-family: Tahoma, Arial, sans-serif;
    color: #333;
    font-size: 12px;
}

.highlight {
    background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
    margin-bottom: 0px;
}

div.moduletable, div.module {
    margin-bottom: 25px;
}

div.module_menu, div.module, div.module_text {
    margin: 0 0 14px 0;
    padding: 0;
}

div.module_menu div, div.module, div.module_text div {
    
}

div.module_menu div div, div.module div div, div.module_text div div {
    padding: 0;
    background: url(../images/column_bottom.jpg) bottom center no-repeat;
}

div.module_menu div div div, div.module div div div{
    padding: 0 0 4px 0;
    background: url(../images/column_top.jpg) top center no-repeat;
}

div.module div div div {
    text-align: center;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
    background: transparent;
    padding: 4px 8px;
    margin: 0 auto;
}

div.bannergroup_text {
    display: block;
    width: 164px;
    color: #FFF;
}

div.module div div div form {
    padding: 0;
    width: 164px;
    margin: 0 auto;
    text-align: right;
}

div.module div div div form ul {
    margin: 0;
    padding: 0 0 10px 40px;
}

div.module_menu ul {
    list-style: none;
}

div.module_menu ul li{
    margin: 0;
    padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
    font-weight: bold;
    background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
    padding: 2px 0 2px 25px;
    line-height: 24px;
    text-align: center;

}

#leftcolumn div.module table ,#rightcolumn div.module table {
    
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
    text-align: right;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 {     
    color: #FFF;
    font-family: Tahoma, Verdana,  Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    height: 32px;
    width: 160px;
    text-decoration: none;
    padding: 0 0 0 20px;
    background: url(../images/h3.jpg) top center no-repeat;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 164px;
        text-align: center;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
    margin: 0;
    padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
    line-height: 18px;
    padding: 0 0 0 14px;
    text-decoration: none;
    color: #e3e7ff;
    font-weight: normal;
    font-size: 12px;
    background: url(../images/menu_row.jpg) center left no-repeat;
    margin: 0;
    height: 10px;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
    color: #FFF;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
    line-height: 18px;
    padding: 0 0 0 14px;
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    background: url(../images/menu_row.jpg) center left no-repeat;
    margin: 0;
    height: 10px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
    
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
    text-decoration: none;
    color: #e3e7ff;
    margin: 0 0 0 6px;
    font-size: 11px;
    background: url(../images/submenu_row.jpg) center left no-repeat;
    font-weight: normal;
    display: block;
    line-height: 18px;
    padding: 0 0 0 28px;
    border: none;
    height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
    font-size: 11px;
    margin: 0 0 0 6px;
    padding: 0 0 0 28px;
    text-decoration: none;
    border: none;
    color: #FFF;
    background: url(../images/submenu_row.jpg) center left no-repeat;
    height: 18px;
    line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
    margin: 0;
    padding: 0;
}

#leftcolumn ul.menu li#current ul li {
    margin: 0;
    padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
    margin: 0;
    padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
    color: #FFF;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
    list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
    margin: 6px 0;
    padding: 0;
    list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
    margin: 0;
    padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
    border: 0 none; 
    margin: 0; 
    padding: 4px 7px 9px 7px;
}
form#form-login ul li{ 
    padding: 0; 
}

form#form-login ul li a {
    text-align: right;
    padding: 0;
    font-size: 12px;
    color: #e3e7ff;
}

/* thumbnails */

div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
    margin-top: 5px;
}

table.paramlist td.paramlist_key {
    width: 128px;
    text-align: center;
    height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size : 14px;
    color : #c30;
    text-align: center;
    width: auto;
    background-color: #f9f9f9;
    border: solid 1px #d5d5d5;
    margin: 3px 0px 10px;
    padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
    padding: 4px;
    font-size: 14px;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
    text-align: right;
}

/* Frontend Editing*/
fieldset {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px;
    text-align: right;
}

legend {
    margin: 0;
    padding: 0 10px;
}

td.key {
    border-bottom:1px solid #eee;
    color: #333;
}

/* Tooltips */
.tool-tip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
}

.tool-title {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
    font-size: 100%;
    margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
    color: #c00; 
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
    color: #c00; 
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#system-message dd {
    text-indent: 0;
}

#system-message dd ul {
    list-style-type: none;
    color: #c00; 
    background: none;
    border: none;
}

#system-message {
    margin-top: 5px;
}

/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type=&#34;checkbox&#34;], input[type=&#34;radio&#34;]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
    color: #555;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}
a.sgfooter:hover {
    color: #555;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}

#sgf {
    font-size: 1px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-family: Tahoma, Arial, sans-serif;
}
.sgf {
    text-align: right;
    font-size: 1px;
    font-family: Tahoma, Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}
.sgf1 {
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
    color: #555;
    text-align: center;
}

a.sglink:link, a.sglink:visited {
    color: #555;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: bold;
}
a.sglink:hover {
    color: #555;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
    }
</description>
<pubDate>Sat, 05 Jul 2008 12:40:14 +0200</pubDate>
</item>
<item>
<title>ده‌نگدان نایه‌ته‌ لای ڕاست!! in پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla</title>
<link>http://www.webchin.org/Meko/peyami-jimare/35004.html#p35004</link>
<guid isPermaLink="false">35004@http://www.webchin.org/Meko</guid>
<description>بابه‌ت: ده‌نگدان نایه‌ته‌ لای ڕاست!!

په‌یام: باشتر وایه‌ Source Code ی هه‌ردوو HTML و CSS ببینین بۆ ئه‌وه‌ی هاوكاریت بكه‌ین.
</description>
<pubDate>Sat, 05 Jul 2008 12:29:02 +0200</pubDate>
</item>
<item>
<title>ده‌نگدان نایه‌ته‌ لای ڕاست!! in پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla</title>
<link>http://www.webchin.org/Meko/peyami-jimare/35002.html#p35002</link>
<guid isPermaLink="false">35002@http://www.webchin.org/Meko</guid>
<description>بابه‌ت: ده‌نگدان نایه‌ته‌ لای ڕاست!!

په‌یام: سڵاو کاک ئاسۆ،سوپاس بۆ وه‌ڵامه‌که‌ت...من ماڵپه‌ڕه‌که‌مم هه‌ر له‌ناو کۆمپیوته‌ر دروست کردووه‌ و هێشتا بڵاوم نه‌کردووه‌ته‌وه‌. ئه‌گه‌ر زانیاریم له‌م باره‌یه‌وه‌ پێ بده‌ی سوپاست ده‌که‌م
</description>
<pubDate>Sat, 05 Jul 2008 12:22:29 +0200</pubDate>
</item>
<item>
<title>ده‌نگدان نایه‌ته‌ لای ڕاست!! in پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla</title>
<link>http://www.webchin.org/Meko/peyami-jimare/34877.html#p34877</link>
<guid isPermaLink="false">34877@http://www.webchin.org/Meko</guid>
<description>بابه‌ت: ده‌نگدان نایه‌ته‌ لای ڕاست!!

په‌یام: به‌سته‌ری ماڵپه‌ڕه‌كه‌ت؟
</description>
<pubDate>Fri, 04 Jul 2008 14:41:51 +0200</pubDate>
</item>
<item>
<title>ده‌نگدان نایه‌ته‌ لای ڕاست!! in پرۆگرامۆكه‌ی به‌ كوردی كراو : Joomla</title>
<link>http://www.webchin.org/Meko/peyami-jimare/34876.html#p34876</link>
<guid isPermaLink="false">34876@http://www.webchin.org/Meko</guid>
<description>بابه‌ت: ده‌نگدان نایه‌ته‌ لای ڕاست!!

په‌یام: سڵاو به‌ڕێزان...من سایتێکی جومله‌م دروست کردووه‌ شوێنی ده‌نگدان له‌لای چه‌په‌ و وه‌ڵامه‌کانی ناویشی که‌ هه‌ڵیان ده‌بژێری له‌لای چه‌په‌، جا ده‌مه‌وێ ته‌نیا وه‌ڵامه‌کانی ناوی بێنمه‌ لای ڕاست. ئه‌مه‌ چۆن ده‌کرێت؟؟ تکایه‌ یارمه‌تیم بده‌نسوپاسی هه‌موو لایه‌ک ده‌که‌م...
</description>
<pubDate>Fri, 04 Jul 2008 14:40:52 +0200</pubDate>
</item>
</channel>
</rss>
