บทความ

กำลังแสดงโพสต์จาก ธันวาคม, 2014

บทความน่าสนใจเกี่ยวกับการทำ theme

ชวนคุณซื้องานออกแบบ THEME,TEMPLATE,CODE และงาน GRAPHIC ใช้กันดีกว่า ข้อมูลดีๆสำหรับคนที่อยากทำธีม WordPress ขายใน Free course - Photoshop Webdesign การออกแบบเว็บไซต์ด้วย Photoshop @font-face คืออะไร + วิธีทำให้ใช้ได้ Cross-Browser Themeforest: Buying and Item Support

Spring Framework Add Connect Database

รูปภาพ

คำสั่ง random post จาก categories ของ post ปัจจุบัน

<?php  /* assign the variable as current category */  ?> <?php $categoryvariable  =  $cat ; ?> <?php  /* concatenate the query */  ?> <?php $args  =  'cat='  .  $categoryvariable  .  '&rand&showposts=8' ;  ?> <?php  /* run the query */  ?> <?php $posts  =  query_posts ( $args ); foreach( $posts  as  $post ) {  ?> <a href=" <?php the_permalink ();  ?> " title=" <?php the_title ();  ?> "> <?php the_title ();  ?> </a> <?php  }  ?> credit: http://www.thaiseoboard.com/index.php?topic=259184.0

รวม Plugin

Gallery Light Gallery photobox http://www.tn3gallery.com/ https://mixitup.kunkalabs.com/ responsive table

Hibernate subquery

final Criteria rootCriteria = session. createCriteria ( Company. class , "c" ) . setMaxResults ( maxResult ) . setFirstResult ( firstResult ) ; final DetachedCriteria subQuery = DetachedCriteria. forClass ( Target. class , "t" ) // . add ( Restrictions. eq ( "t.id" , targetId ) ) . add ( Restrictions. eq ( "t.owner.id" , ownerId ) ) // . createAlias ( "t.companies" , "cp" ) // . setProjection ( Projections. property ( "cp.id" ) ) ; final List < Company > companies = rootCriteria. add ( Subqueries. propertyIn ( "c.id" , subQuery ) ) . list ( ) ; OR DetachedCriteria subQuery = DetachedCriteria.forClass(WorkgroupD.class, "wgd")                 .add(Restrictions.eq("wgd.empId.empId", empId))                 .setProjection(Projections.property("workgroupId"));         Criteria criteria = sf.getCurrentSession().createCriteria(Mas...

รวมเกี่ยวกับ Google

ใช้ Google Drive ทำ Host Upload File to Google Drive   รู้จักกับ Google Apps Script   Google Apps Business  

รวม Direct Admin Web Hosting (Control Panel)

รวม Direct Admin Web Hosting (Control Panel)

รวมรวมเกี่ยวกับ Oracle

วิธีการเพิ่ม ORACLE ODBC Client Instant