Github da okunası yazılar & faydalı linkler

https://webrazzi.com/2017/07/17/uygulama-programlama-arayuzu-api/Big Data ya nereden başlamalı https://github.com/onurakpolat/awesome-bigdataSistem altyapıları hakkında bilgiler https://cliexperiences.wordpress.com/http://highscalability.com/VPS karşılaştırması https://github.com/joedicastro/vps-comparisonReact ve javascript geliştiriciler için Airbnb nin hazırladığı javascript de kod yazma stili https://github.com/airbnb/javascriptArayüz geliştiriciler için  HTML, CSS and JS için en iyi…

Magento log_visitor_info hatası

Eğer aşağıdaki gibi hata alırsanız  SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine, query was: DESCRIBE `log_visitor_info` veritabanı hata logları yüzünden  şişmiştir diskiniz de yazacak yer yoktur ,bu…

Magento admin 404 hatası

Eğer magento da siteyi taşımışsanız panele girerken  Error 404 Not Found” in Magento Admin Login Page hatası alırsanız aşağıdaki sql sorgusunu çalıştırınız.SET FOREIGN_KEY_CHECKS=0; UPDATE `core_store` SET store_id = 0 WHERE code='admin';…

zend framework 1 crud tutorial

This article will explain you about the CRUD operations of Zend framework 1 in details include topics such as Create a layout, Html 5 and bootsrap css and Database configuration.Let’s take an example of “Ticket”, where user…

Paris Notlarım

Kasım’da Parisİlk Önce eşim Cansu’nun Notları Budapeşte, Bratislava ve Prag seyahatimiz henüz bitmiş İstanbul’a döneli 1 hafta olmuştu ki Pegasus 24 saat içerisinde alınan bütün biletlerde %50 indirim kampanyasını yaptı. Bu…

woocommerce 3 new support

add_theme_support( 'wc-product-gallery-zoom' );add_theme_support( 'wc-product-gallery-lightbox' );add_theme_support( 'wc-product-gallery-slider' );info https://woocommerce.wordpress.com/2016/10/19/new-product-gallery-merged-in-to-core-for-2-7/Video 

Woocomemrce 3 Flex Slider Filter

/* ---------------------------------------------------------------------------* Woocommerce Flex Slider Config * --------------------------------------------------------------------------- */function my_woocommerce_single_product_carousel_options_callback( ) {   return array(         'rtl'            => is_rtl(), //rtl    …

WooCommerce 3  Depreceted and new function

Woocommerce Place Holder woocommerce_placeholder_img_src == wc_placeholder_img_src  Related list $product->wc_get_related_products( $posts_per_page ) === wc_get_related_products($product-;>;get_id(), $posts_per_page ) Upsell list  $product-;>get_upsells() == $product-;>get_upsell_ids()Content Product.php  list  $product->id    =>           $product->get_id()get_gallery_attachment_ids   =>   get_gallery_image_idsfile include…