bora yalçın

Javascript event.preventDefault for Internet Explorer

Posted on by Bora Yalçın

If you try to do event.preventDefault() in Internet Explorer(IE), for a ajax form etc, and it failed try this instead: event.preventDefault ? event.preventDefault() : event.returnValue = false;

Posted in javascript, Yazılım |
Leave a comment

A nice and easy to use jquery circular carousel

Posted on by Bora Yalçın Circular Content Carousel with jQuery

Recently while i was looking for a circular content carousel for one of our projects (www.sifirnoktaiki.com) in Dion Adworks  i found an interesting and easy to use circular content carousel. Its developed by Mary Lou(Manoela Ilic) of Codrops. From this and other … Continue reading

Posted in Html/Css, javascript, Yazılım |
Leave a comment

Prestashop: Manufacturer Logo

Posted on by Bora Yalçın

If you want to get the manufacturer logo of the product on prestashop. Well thats quite easy All you have to do is find the id_manufacturer For example on a product page <img src=”{$img_manu_dir}{$product->id_manufacturer}-small.jpg”> will get you the image. the … Continue reading

Posted in Prestashop, Yazılım |
Leave a comment

Bubble Point Tooltip – CSS3 & jQuery

Posted on by Bora Yalçın Screenshot at 2011-12-01 17:06:53

Recently I stumbled a nice bubble point tooltip made with css3 and jQuery by Chris Coyier. I liked it immediately! Its easy to implement and customize, looks very nice and corecode is good commented. It uses the title element for … Continue reading

Posted in Html/Css, Yazılım |
2 Comments

Get auto updates working on localhost – WordPress

Posted on by Bora Yalçın

While you are working on wordpress on localhost (I use ubuntu) did you get an error like this when you try to update a plugin or core Could not create directory. wp-content/upgrade/xxx.tmp Well the solution is actually pretty easy (at … Continue reading

Posted in Wordpress, Yazılım |
Leave a comment

Namespace Occupation on WordPress Plugins

Posted on by Bora Yalçın occupy-783644

So you want to write a plugin for WordPress. You have an interesting idea which is not supported in core, or simply you need a basic stuff for your all of your projects and instead of using functions.php you decided … Continue reading

Posted in Wordpress, Yazılım |
Leave a comment

SQL JOIN Örnekleri

Posted on by Bora Yalçın 6a0120a85dcdae970b012877702708970c

SQL’in Join işlevleri konusunda basit ve açıklayıcı türkçe örnek ararsanız buyrunuz. Arayüzün eskiliğine ve yazının tarihine aldanmayınız, sql dünyasında büyük değişimler olmadı 2005ten beri :)

Posted in Links, Yazılım |
Leave a comment

Prestashop Php Debug Mode

Posted on by Bora Yalçın

If you’re developing a prestashop site and noticed the php errors does not appear. But as a developer you probably want to see them right. Well just look at the   prestashopfoler/config/config.inc.php file. After comments at the top there’s these … Continue reading

Posted in Prestashop, Yazılım |
Leave a comment

List.js – Surfing in HTML lists

Posted on by Bora Yalçın

“Do you want a 7 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable?” This sentence basically explains what list.js does. You can play with out lovely “ul” and “li” elements. Search, sort and filter … Continue reading

Posted in Html/Css, Links, Yazılım |
Leave a comment