Skip to Content

Besleme toplayıcı

Key Web App Standard Approaches Consensus

Slashdot - 1 saat 3 dak önce
suraj.sun tips a report up at CNet which begins: "Browser makers, grappling with outmoded technology and a vision to rebuild the Web as a foundation for applications, have begun converging on a seemingly basic but very important element of cloud computing. That ability is called local storage, and the new mechanism is called Indexed DB. Indexed DB, proposed by Oracle and initially called WebSimpleDB, is largely just a prototype at this stage, not something Web programmers can use yet. But already it's won endorsements from Microsoft, Mozilla, and Google, and together, Internet Explorer, Firefox, and Chrome account for more than 90 percent of the usage on the Net today. 'Indexed DB is interesting to both Firefox and Microsoft, so if we get to the point where we prototype it and want to ship it, it will have very wide availability,' said Chris Blizzard, director of evangelism for Mozilla. ... Microsoft publicly endorsed Indexed DB on its IE blog: 'Together with Mozilla, we're excited about a new design for local storage called Indexed DB. We think this is a great solution for the Web,' said program manager Adrian Bateman."

Read more of this story at Slashdot.


Kategoriler: Bilişim Haber

DateTime ile yerel zamanı almak ???

Ceviz.Net Forum - 1 saat 28 dak önce
DateTime MyDate = DateTime.Now;
String time = MyDate.ToString("dd.MM.yyyy dddd HH:mm tt");

bu kod ile localhostta çalışırken sorun yok, ama server a atınca server saati neyse onu gösteriyor,

Türkiyede : 13.03.2010 Cumartesi 19:54
Serverda : 13.03.2010 Saturday 11:55 AM

Server Amerikada ( IX Web Hostting )

Bunu nasıl çözerim,
Kategoriler: Ceviz, Forumlar

Kategori Adını Title Yapma

Ceviz.Net Forum - 2 saat 1 dak önce
Kategorinin açıklamasını title olarak vurgulamak istiyorum yalnız kategori açıklamasını title verdiğim zaman tüm kategorilerin açıklamlarını topluca title basıyor.
sadece mevcut kategorinin açıklamasını title basmak istiyorum nasıl yapabilirim.


PHP Kodu:  <?
 include $_SERVER['DOCUMENT_ROOT']."/admin/leogen/ayar.inc.php";
 include $_SERVER['DOCUMENT_ROOT']."/config/sef.php";
 
 $leogenSQL = mysql_query("SELECT * FROM ayarlar");
 while($leogen = mysql_fetch_array($leogenSQL))
    {
    $leogen_id = $leogen['id'];
    $leogen_idx = $leogen['id'];
    $leogen_url = $leogen['url'];
    $leogen_title = $leogen['title'];
    $leogen_description = $leogen['description'];
    $leogen_keywords = $leogen['keywords'];
    $leogen_sahip = $leogen['sahip'];
    $leogen_tema = $leogen['tema'];
    $leogen_logo = $leogen['logo'];
    $leogen_giris_title = $leogen['giris_title'];
    $leogen_giris_txt = $leogen['giris_txt'];
    $leogen_giris_txt_ozet = substr($leogen[giris_txt], 0,300);
    $leogen_giris_img = $leogen['giris_img'];
    $leogen_analytics = $leogen['analytics'];
    $leogen_reklam = $leogen['reklam'];
    $leogen_adres = $leogen['adres'];
    $leogen_telefon = $leogen['telefon'];
    $leogen_mail = $leogen['mail'];
    $leogen_maps = $leogen['maps'];
    $leogen_banka = $leogen['banka'];
    $leogen_tarih = $leogen['tarih'];
    $leogen_kategoriaciklama = $leogen['kategoriaciklama'];


    ?>    
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" /> 
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1254" /> 
        <title><? echo $leogen_kategoriaciklama; ?> </title> 
        <meta http-equiv="content-language" content="tr" />  
        <meta name="description" content="<? echo "$leogen_url"; ?> <? echo "$konum"; ?>| <? echo "$leogen_description"; ?>"/> 
        <meta name="keywords" content="<? echo "$leogen_keywords"; ?>" /> 
        <meta name="programmmer" content="<? echo "$leogen_sahip"; ?>" /> 
        <meta name="robots" content="index,follow" /> 
        <meta name="distribution" content="global" /> 
        <meta name="resource-type" content="document" /> 
        <meta name="siteinfo" content="robots.txt" /> 
        <link rel="shortcut icon" href="/favicon.ico" />
        <? echo "$leogen_analytics"; ?>
        <? } ?>
        <link rel="stylesheet" type="text/css" href="reset.css" />
        <link rel="stylesheet" type="text/css" href="common.css" />
        <script type="text/javascript" src="/admin/leogen/form-kontrol.js"></script>
        <link type="text/css" media="screen" rel="stylesheet" href="/config/colorbox/colorbox.css" />
         <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
        <script type="text/javascript" src="/config/colorbox/colorbox/jquery.colorbox.js"></script>
        <script type="text/javascript">
            $(document).ready(function(){
                //Veri Bilgileri
                $("a[rel='resim']").colorbox();
                $("a[rel='foto']").colorbox();
                $(".iframe").colorbox({width:"70%", height:"80%", iframe:true});
                $(".giris").colorbox({width:"90%", height:"90%", iframe:true});
                $(".video").colorbox({width:"45%", height:"90%", iframe:true});
                });
        </script>


<script type="text/javascript">

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
    window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
    var elem = document.createElement('a');
    elem.setAttribute('href',url);
    elem.setAttribute('title',title);
    elem.setAttribute('rel','sidebar');
    elem.click();

else if(document.all)// ie
    window.external.AddFavorite(url, title);
}
</script>


<link href="/style.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" charset="utf-8">
// <![CDATA[
$(document).ready(function(){    
    $("#slider").easySlider({
        controlsBefore:    '<p id="controls">',
        controlsAfter:    '</p>',
        auto: true, 
        continuous: true
    });    
});
// ]]>
</script>
<style type="text/css">
.gallery { float:right; width:356px; height:218px; margin:57px 106px 0 0 !important; margin:57px 53px 0 0; }
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:356px; height:218px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:59px; height:59px; position:absolute; left: -67px; top:-120px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:59px; height:59px; position:absolute; left:380px; top:-120px; }
#prevBtn a { display:block; width:59px; height:59px; background:url(images/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:59px; height:59px; background:url(images/r_arrow.gif) no-repeat 0 0; }
</style>
</head>
<body>




<div class="main">
  <div class="blok_header">
    <div class="header">
      <div class="clr"></div>
      <div class="logo"><a href="/index.php"><img src="/images/logo.gif" height="90" border="0" alt="logo" /></a>



<div id="search_box">
    <form id="search_form" action="/arama/" method="get">
    <input type="text" id="s" name="kelime" value="Site içi arama" onFocus="javascript:if(this.value == 'Site içi arama') this.value = '';" onBlur="javascript:if(this.value == '') this.value = 'Site içi arama';" />
    <input type="image" src="/img/btn_search_box.gif" width="27" height="24" id="go" alt="Arama" title="Arama" />
    </form>
    </div></div>


   
      <div class="clr"></div>

<div class="menu">
        <ul>
          <li><a href="/" class="active">Anasayfa</a></li>
          <li><a href="/hakkimizda/">Kurumsal</a></li>
          <li><a href="/foto-galeri/">Ürünlerimiz</a></li>
          <li><a href="/haberler/">Haberler / Duyurular</a></li>
          <li><a href="/hizmetlerimiz/">Hizmetlerimiz</a></li>
          <li><a href="/icerik-okutma.php?id=1">Basında Akabe</a></li>
          <li><a href="/iletisim/">İletişim</a></li>
        </ul>
      </div>
     
      <div class="clr"></div>
    </div>
    <div class="clr"></div>
  </div> </div>
<?php
$Cid=strip_tags($_GET['cat']);
?>
 <div class="clr"></div>
  <div class="bloga_resize">
  <div class="bloga_resize_use2">
 <h2>
 Modern Mobilya Modelleri

</h2>
    <div class="clr"></div>
  </div>
    </div>
  <div class="body">
  <div class="body_resize">
 <div class="body_big">





 <style type="text/css">
 
div.tag {border-bottom: 1px solid #ccc; margin-bottom: 5px; padding: 5px}
ul.tagList {float: left; list-style: none; padding: 0 0 0 30px; margin: 0; background: url(../images/tag-bg.png) no-repeat top left}
ul.tagList li {display: inline; padding: 0; margin: 0}
ul.tagList li.subscription-tags a, ul.tagList li.release-tags a {background: #D2D9E1}
ul.tagList li.project-licenses a {background: #e4e4cf}
ul.tagList li a {margin: 0; padding: 5px 5px 3px 5px; color: #000; font-size: 12px; text-decoration: none; border-left: 1px dotted #cacaca; background: #e9e9e9}
ul.tagList li a:hover {background: #cacaca; color: #000}
.tagcloud {}
.tagcloud.narrow {width: 550px; margin: 20px 0}
.tagcloud a, .project-detail #tabs .ui-tabs-panel a {text-decoration: none; padding: 3px 5px}
.tagcloud .current, .tagcloud a:hover, .project-detail #tabs .ui-tabs-panel a:hover {color: #fff; background: #6090C0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px}
.tagcss {}
        </style>



<div id="page">

    
 <?php
$sayfa=$_GET['p']; 

if (!is_numeric($sayfa) || $sayfa=="") { $sayfa=1; } 

$kacar=20; 
$kayit_sayisi=mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM foto where kategori='$Cid'"));
$sayfa_sayisi=$kayit_sayisi['0']/$kacar;  

if ($sayfa_sayisi%$kacar!=0) { $sayfa_sayisi++; } 

$nerden=($sayfa*$kacar)-$kacar;  

$leogenSQL=mysql_query("SELECT * FROM foto  where kategori='$Cid'  ORDER BY tarih DESC LIMIT  $nerden, $kacar"); 
while ($fleogen=mysql_fetch_array($leogenSQL)) 

echo "<div class=\"galeri-cek\"><a href=\"resim.php?id=$fleogen[id]\"  title=\"$fleogen[baslik] | $fleogen[kategori]\" >
<div class=\"yazi\"$fleogen[kategori]></div><center>
<img src=\"/img/b_$fleogen[resim].jpg\" width=\"85\" height=\"72\" border=\"0\"></a><br /></center></div>";
}

for ($i=1; $i<=$sayfa_sayisi; $i++) { 
echo "<font class=\"sayfalama\"><a href='?p=$i'>Sayfa $i </a> </font>";
}

?>

    </div>







<div class="bg"></div>

    <div class="tagcloud">  <?php
    $leogenSQL = mysql_query("SELECT * FROM kategori ORDER by id ");
    while($f = mysql_fetch_array($leogenSQL))
    {
        $f_id = $f['id'];
        $f_kategori = $f['name'];
        $f_kategoriaciklama = $f['kategoriaciklama'];
 
       ?>
    <a href="kategori.php?cat=<?php echo $f_id;?>" class="tagcss"><?php echo "$f_kategori"; ?></a>
    <? } ?>
     </div>

<?php echo "$f_kategoriaciklama"; ?>


</div>






<div class="body_small">
 <?php include $_SERVER['DOCUMENT_ROOT']."/config/sag-blok.php"; ?>
 </div>
 <div class="clr"></div>
  </div>
  </div>
  <div class="clr"></div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT']."/config/alt-blok.php"; ?>
Kategoriler: Ceviz, Forumlar

Toyota Acceleration and Embedded System Bugs

Slashdot - 2 saat 5 dak önce
An anonymous reader writes "David Cummings, a programmer who worked on the Mars Pathfinder project, has written an interesting editorial in the L.A. Times encouraging Toyota to drop claims of software infallibility in their recent acceleration problems. He argues that embedded systems developers must program more defensively, and that companies should stop relying on software for safety. Quoting: 'If Toyota has indeed tested its software as thoroughly as it says without finding any bugs, my response is simple: Keep trying. Find new ways to instrument the software, and come up with more creative tests. The odds are that there are still bugs in the code, which may or may not be related to unintended acceleration. Until these bugs are identified, how can you be certain they are not related to sudden acceleration?'"

Read more of this story at Slashdot.


Kategoriler: Bilişim Haber

AMARSi Project Aims To Have Robots Learn Jobs From Co-workers

Slashdot - 3 saat 9 dak önce
Lanxon writes "Robots of the future will be capable of learning more complex behaviors than ever before if a new, pan-European research project succeeds in its goal of developing the world's first architecture for advanced robotic motor skills, reports Wired. If successful, the four-year AMARSi (Adaptive Modular Architecture for Rich Motor Skills) project could see a manufacturing world filled with autonomous, intelligent humanoid worker bots that can learn new skills by interacting with their co-workers."

Read more of this story at Slashdot.


Kategoriler: Bilişim Haber

Bulunan Aynı Verileri Silmek

Ceviz.Net Forum - 3 saat 33 dak önce
Aşağıdaki örnekte sadece en son veri siliniyor. preg_match ile bulunan tüm verileri silmek için nasıl bir ekleme yapmam gerekiyor ?

PHP Kodu: <? 

$text = "test1 ab ss ac test2 ab bb ac test3"; 

preg_match_all("#ab(.*?)ac#si",$text,$cikti); 

$say = count($cikti[0]); 

echo $say . "\n"; 

for($x=0;$x<$say;$x++) { 

$sil = $cikti[0][$x]; 

$a = Array($sil); 
$a1 = Array(""); 
$a2 = str_replace($a,$a1,$text); 



echo $a2; 

?>
Kategoriler: Ceviz, Forumlar

Sözcük Sayım Programı

Ceviz.Net Forum - 3 saat 43 dak önce
Arkadaşlar Vb de sayfa sözcüğü paragraf karakter satır sayılarını bulan programı. Yani kısaca word dosyasındaki sözcük sayım programının aynısını vb de ki şekli.:garip:
Uğraşan arkadaşlara şimdiden teşekkür ederim.:super:
Kategoriler: Ceviz, Forumlar

Fastest (and Most Compact) Stellar Spinner Confirmed

Slashdot - 3 saat 44 dak önce
gregg writes "HM Cancri has been confirmed as a binary system of two white dwarfs orbiting each other so closely that they complete one orbit every 5.4 minutes; they are separated by a mere 8 Earth diameters. 'These are the burnt-out cinders of stars such as our Sun, and contain a highly condensed form of helium, carbon and oxygen. The two white dwarfs in HM Cancri are so close together that mass is flowing from one star to the other. HM Cancri was first noticed as an X-ray source in 1999, showing a 5.4 minutes periodicity, but for a long time it has remained unclear whether this period also indicated the actual orbital period of the system. It was so short that astronomers were reluctant to accept the possibility without solid proof. '"

Read more of this story at Slashdot.


Kategoriler: Bilişim Haber

Final Decision Deferred On ".xxx" Domains

Slashdot - 4 saat 10 dak önce
Hugh Pickens writes "The Associated Press reports that the board of the Internet Corporation for Assigned Names and Numbers has deferred a decision until June on whether to create a '.xxx' Internet suffix as an online red-light district, beginning a 70-day process of consultations on a domain that could help parents block access to adult sites. ICM Registry LLC first proposed the '.xxx' domain in 2000, and ICANN has rejected it three times already since then, but an outside panel last month questioned the board's latest rejection in 2007, prompting the board to reopen the bid. Backers of '.xxx' have billed the proposal as a way for the adult-entertainment industry to clean up its act, though some adult sites worry that governments would wind up mandating the use of '.xxx' and that sites with the '.xxx' suffix could easily be blocked by government web filters in the future. 'I am very concerned and fearful of censoring adult material that should be made available for adults. It scares the hell out of me,' says Malcolm Day, head of AdultShop.com, adding that if adult websites weren't allowed to have '.com' domains and could only register under the '.xxx' address, then 'many governments (across the world) would try to block them.'"

Read more of this story at Slashdot.


Kategoriler: Bilişim Haber

resim üzerinde yazı ?

Ceviz.Net Forum - 4 saat 13 dak önce
Ek Dosya 8537Ek Dosya 8538

yanyana gordugunuz bu iki resmi üst üste bindirip kalan bosluga yazı yazmak istiyorum.
bunu en basit şekilde nasıl yaparım?

alttaki linkte örnek kullanım şekli var nasıl yapacagımı bulamadım.
yardımcı olursanız sevinirim. tşkler
http://www.turkcell.com.tr/GizlilikGuvenlik Eklenmiş Grafikler
Kategoriler: Ceviz, Forumlar

Access alternatifi veri tabanı

Ceviz.Net Forum - 4 saat 28 dak önce
Arkadaşlar merhaba

benim veri tabanları ile ilgili merak ettiğim bir konu var, mdb dosyaları taşınabilir bir uygulama için küçük ve kullanışlı bir veri tabanı ancak oldukça yetersiz (yavaş,sql konusunda vasat) ms sql ise çok hızlı ancak taşınabilir bir uygulama için uygun değil, böyle bir uygulama kullanabileceğim veri tabanı var mıdır mdb gibi kurulum ya da ayar gerektirmeyen ve ms sql kadar olmasada sql konusunda verimli ve hızlı bir veri tabanı ?
Kategoriler: Ceviz, Forumlar

Linq ile bir list'e göre sorgu hazırlamak

Ceviz.Net Forum - 4 saat 33 dak önce
db'den bir liste alıcam elimde birkaç id var bunun için bir sorgu hazırlamam lazım ama nasıl olacağını bulamadım.
aşağıda bilerek yanlış bir kod yazdım tabiki çalışmıyor. Doğrusu nasıl olacak?
Kod: List<int> ids = newList<int> { 1, 3, 6, 14,32, 51, 52, 53, 91 };
var list = dc.products.Where(p=>p.ID == ids).Select(s=>s);
Kategoriler: Ceviz, Forumlar

While ile dönen bir javascript kod bloğundaki resme window.open yaptıramıyorum.

Ceviz.Net Forum - 4 saat 34 dak önce
PHP Kodu: <div id="container\">    
      <div id=\"example\">
        <div id=\"slideshowContainer\" class=\"slideshowContainer\"></div>
            <div id=\"thumbnails\">";
            
            
            
            $sor = mysql_query("SELECT * FROM urun_resimleri where urun_id='$urun_id' ");
            
            while($yaz=mysql_fetch_array($sor)){
            $buyuk_resim         = $yaz['buyuk_resim'];
            $kucuk_resim         = $yaz['kucuk_resim'];
    
            
                echo "
                <a href=\"view.php?image=Upload/BuyukResim/$buyuk_resim&mode=resize&size=178x300\" class=\"slideshowThumbnail\"><img src=\"view.php?image=Upload/KucukResim/$kucuk_resim&mode=resize&size=79x79\" border=\"0\" /></a>
                ";    
            }
         

        echo "<script type=\"text/javascript\">
              window.addEvent('domready',function(){
                var obj = {
                    wait: 4000, 
                    effect: 'fade',
                    duration: 500, 
                    loop: true, 
                    thumbnails: true,
                    backgroundSlider: true,
                    onClick: function(i){window.open(this.imageLoaded);}
                }
                show = new SlideShow('slideshowContainer','slideshowThumbnail',obj);
                show.play();
            });
          </script>
        </div> 

onClick: function(i){window.open(this.imageLoaded);} buradaki yüklenen resmi nasıl window open yaptırabilirim arkadaşlar lütfen yardım ?
Kategoriler: Ceviz, Forumlar

Bu giriş sisteminde bi yanlışlık var mı?

Ceviz.Net Forum - 4 saat 45 dak önce
Üye giriş sistemi yaptım. Bu sistem kendi bilgisayarımda sorunsuzca çalışıyor. Sonra bunu internetten kiraladığım alana yükledim ancak sessionlar çalışmadı. hem session numarası elde edemedim. hemde login sayfasında atadığım sessionlar diğer sayfalarda gözükmedi. Yardımcı olmak isteyeleri yormamak için gereksiz şeyleri eklemedim. oturum.php sayfası, tarih.php sayfası gibi. Sizce bu kodlamada yanlışlık var mı yoksa yüklediğim alan ile mi alakalı. Düşüncesi olan tüm arkadaşların yorumlarını bekliyorum.
not: Sistem jquary ile entegre çalışıyor.

kullanıcı giriş paneli kodları:

PHP Kodu: <form method="post" name="form_1" action="javascript:islemYap();">
<p>
        Kullanıcı Adı: <br />
       <input type="text" id="isim" name='isim' 
</p>
<p>
        Şifre: <br />
       <input type="password" id="sifre" name='sifre'>
<p>
<p>  <input type="submit" name="gonder" value="Giriş yap" onclick="return islemYap();"/>
</form> 
login olma sayfasının kodları:

PHP Kodu: <?php
$a = @$_POST['isim'];        //kullanıcı kutusu değişkene atanıyor
$b = @$_POST['sifre'];            //şifre kutusu değişkene atanıyor

if ($a == ""  && $b == ""){ echo "SİSTEME GİRİŞ BÖLÜMÜ"; die;}
include ("include/oturum.php");
$ara = @mysql_query ("select Id, kul_adi, sifre, isim, soyisim, yetki from kullanicilar where kul_adi = BINARY '$a' && sifre = BINARY '$b';",$oturum);
$kullanici = @mysql_fetch_row($ara);
$sonuc_ad = mysql_affected_rows();

if ($sonuc_ad == 1){  
session_start();
$_SESSION["session_id"] = $_COOKIE['PHPSESSID']; // session id oluşturulup session a atanıyor
$_SESSION["kul_adi"] = $kullanici[1]; // kullanıcı adı session a atanıyor
$_SESSION["isimm"] = $kullanici[3];    // kullanıcı adı session a atanıyor
$_SESSION["soyisim"] = $kullanici[4];  // kullanıcı soyadı session a atanıyor
include ("include/tarih.php"); 
$tarih = tarih(8);   // istenilen tarih formatına göre function çağrılıyor
$durum_guncelle = mysql_query("update kullanicilar set online = 'sistemde', giris_saati = '$tarih' where Id = '$id';", $oturum);
?>
Giriş Başarılı. Lütfen Bekleyiniz. Yönlendiriliyorsunuz.
<SCRIPT>
function getgoing(){
    top.location='gir_cik_islemler/giris.php';
    }
    if(top.frames.length==0){
        setTimeout('getgoing()',2000);
        }
</SCRIPT>
<?php
} else {echo "Kullanıcı Adı veya Şifre <u>YANLIŞ</u>";} // kutu sorgusu yanlış ise uyarı döndürülüyor

 } ?>
Kategoriler: Ceviz, Forumlar

Haber: Özgürlükİçin Podcast: Bölüm 5

Pardus - 4 saat 57 dak önce

Seda AKAY ve Gizem BELEN bildiriyor.Ve şimdi haberler...

Pardus topluluk yöneticilerimiz Seda AKAY ve Gizem BELEN'in hazırlayıp sunduğu Özgürlükİçin Podcast, beşinci bölümüyle karşınızda.

Bu haftaki podcastimizin ana teması, önümüzdeki günlerde duyurulacak olan Pardus Yaz Stajı.

Her yıl yüzlerce üniversite öğrencisinin başvurduğu Pardus Yaz Stajı, Türkiye'deki üniversitelerin bilgisayar ve yazılım mühendisliği bölümlerinde okuyan öğrencilerin staj yeri tercih sıralamasında ilk sırayı alıyor. TÜBİTAK UEKAE'de ve Türkiye'nin en büyük özgür yazılım projesinde staj yapmak için her yıl başvuran yüzlerce öğrenciden her yıl sadece 20 ila 30 kadarı, Pardus geliştiricileriyle birlikte çalışma fırsatını yakalıyorlar.

Peki, Pardus Projesi'ne yapılan bir staj başvurusunun kabul edilme şansını nasıl artırabilirsiniz? Kızlarımız Gizem ve Seda geliştiricilerle görüşüp, staj başvurularında nelere dikkat edildiğinin listesini hazırladılar. Pardus Projesi'ne staj başvurusunda bulunmadan önce bu ipuçlarını dinlemeyi, kesinlikle ihmal etmeyin!

Özgür Yazılımda Kadınlar

Bu haftaki podcastimizin bir diğer konusuysa Dünya Kadınlar Günü ve özgür yazılım dünyasında kadınların yeri. Bu bölümde, son yapılan araştırmalara göre özgür yazılım geliştiricilerinin sadece yüzde 2'sinin kadın olmasının nedenlerini de tartışıyoruz.

Bu güzel gelişmelerden bahsederken, Türkiye'nin dört bir yanındaki Pardus etkinliklerini de es geçmedik elbet... Eskişehir'de Anadolu Üniversitesi'ndeki etkinliğimiz ile İstanbul Harbiye'deki Bilgi Güvenliği etkinliğindeki Pardus sunumuna dair izlenimleri de yayınımızda bulabilirsiniz.

Bu haftaki sohbetimiz için sizi Özgürlükİçin Podcast'e bekliyoruz!

Kategoriler: Bilişim Haber

Mysql Replication işlemi

Ceviz.Net Forum - 5 saat 8 dak önce
Mysql Replication işlemi hakkında elinde döküman kaynak olan var mı arkadaşlar?Ve ya kısaca nasıl yapılacağına dair bir örnek var mı?
Kategoriler: Ceviz, Forumlar

CodeIgniter <? { Aşık Oldum } ?>

Ceviz.Net Forum - 5 saat 9 dak önce
arkadaşlar CodeIgniter web sitesinde tutorials videolarını izledim ve resmen aşık oldum şu zamana kadar yazdığım kodların ameleliğini gördüm ufacık iş çok uzun zaman alıyormuş :sus: artık CodeIgniter ile çalışmaya devam etmeyi düşünüyorum CodeIgniter ile ilgili Türkçe kaynak varmıdır acaba CodeIgniter nedir nasıl kodlanır ne ghibi avantajları vardır ?
Kategoriler: Ceviz, Forumlar

Oluşturulan word dosyasını dizine kaydetme

Ceviz.Net Forum - 5 saat 12 dak önce
Mrb arkadaşlar.. Ben ms word te şablonumu oluşturup bunu web sayfası olarak kaydediyorum daha sonra bu sayfanın uzantısını php olarak değiştiriyorum Sayfanın en başına

Header("Content-type: application/msword");

Kodunu eklediğimde o sayfa ziyaret edildiğinde o word belgesini verdiğim değişkenlere göre düzenleyip bilgisayara indiriyor . Ben bunu hostta belli bir dizine kaydetmek istiyorum bunu nasıl yapabilirim ? Umarım derdimi anlatabilmişimdir ..
Kategoriler: Ceviz, Forumlar

SCO Asked O'Gara To Smear Groklaw

Slashdot - 5 saat 14 dak önce
I Don't Believe in Imaginary Property writes "PJ of Groklaw has found some really interesting documents coming out of the never-ending SCO trial. Specifically, in SCO v. Novell, SCO doesn't want the jury to find out about the email Blake Stowell (then a PR guy for SCO) sent to Maureen O'Gara that asked her to 'send a jab PJ's way.' For those who don't remember that far back in the SCO saga, the 'jab' was when O'Gara wrote an inaccurate, rambling and irrelevant 'exposé' on PJ which got O'Gara fired for violating journalistic ethics after angry readers complained to the publisher — an act which caused Ms. O'Gara to tell SCO, 'I want war pay.' For those wondering how they can keep going after that final judgment against SCO over a year ago, it's hard to do the saga justice without glossing over everything, but the short version is that SCO ran to bankruptcy after they were mostly dead, but before becoming completely dead. That automatically stopped all the cases against SCO due to standard bankruptcy court rules, then SCO effectively re-litigated a bunch of issues via bankruptcy court rules. Currently, they're accusing Novell of 'slander of title' over copyrights that two different courts have ruled SCO does not own, and we're waiting to see if a jury will reach the same conclusion. They're also trying to use the company's lawsuits as assets and to sell them to various SCO insiders so that the legal wranglings can continue even if nothing is left of SCO. From the very start, SCO has always been the type to fight dirty."

Read more of this story at Slashdot.


Kategoriler: Bilişim Haber

SCO Asked O'Gara To Smear Groklaw

Slashdot - 5 saat 14 dak önce
I Don't Believe in Imaginary Property writes "PJ of Groklaw has found some really interesting documents coming out of the never-ending SCO trial. Specifically, in SCO v. Novell, SCO doesn't want the jury to find out about the email Blake Stowell (then a PR guy for SCO) sent to Maureen O'Gara that asked her to 'send a jab PJ's way.' For those who don't remember that far back in the SCO saga, the 'jab' was when O'Gara wrote an inaccurate, rambling and irrelevant 'exposé' on PJ which got O'Gara fired for violating journalistic ethics after angry readers complained to the publisher—an act which caused Ms. O'Gara to tell SCO, 'I want war pay.' For those wondering how they can keep going after that final judgment against SCO over a year ago, it's hard to do the saga justice without glossing over everything, but the short version is that SCO ran to bankruptcy after they were mostly dead, but before becoming completely dead. That automatically stopped all the cases against SCO due to standard bankruptcy court rules, then SCO effectively re-litigated a bunch of issues via bankruptcy court rules. Currently, they're accusing Novell of 'slander of title' over copyrights that two different courts have ruled SCO does not own, and we're waiting to see if a jury will reach the same conclusion. They're also trying to use the company's lawsuits as assets and to sell them to various SCO insiders so that the legal wranglings can continue even if nothing is left of SCO. From the very start, SCO has always been the type to fight dirty."

Read more of this story at Slashdot.


Kategoriler: Bilişim Haber
İçerik yayınları