Insan

“insan çok sevdiği halde neden her defasında terkedilir? ve beklenenler, neden hep vazgeçildikten sonra gelir?”

Posted: October 18th, 2010
Categories: Hayat
Tags:
Comments: 1 Comment.

New Notes and Snippets for Jquery Ajax and Zend Framework

2 days ago Jquery 1.4.3 is announced. You can check the release notes here.

Also i was using an older version of chm manual for Jquery, finally i found a newer one (i wasn’t searching for it, i was too lazy to search for a long time for manuals). Here you can find the latest Jquery Api CHM Manual.

When you are using Jquery ajax requests with Zend Framework, you can check the request object and act different if it’s an ajax request or not. What i need is, if the request is not an XmlHttpRequest i should forward client to main page.

Here is the snippet that you can use in your controller:
[code]
public function popupAction(){
if($this->_request->isXmlHttpRequest()): //is Ajax Request?
//Do the rest, assign variables to view, do more controls etc.
else:
//Just forward users to main page.
$this->_forward('index','index');
endif;
}
[/code]

Posted: October 18th, 2010
Categories: Development
Tags: , , ,
Comments: No Comments.

Beni hiç böyle görmediniz!

Yeni saç kesimim. Goa Style :) Üstlerde biraz daha olsaydı daha da iyi olabilirdi sanki :P
En uygun çigiyi bulana kadar deneylerim devam edecek.

Posted: October 17th, 2010
Categories: Hayat
Tags: ,
Comments: 1 Comment.

Iste ‘o’ndan sonra

Keske birileri su yazilara baslik felan koysa. Yada uyumuycam gibi baslik verse de yazsam…

Gecenlerde soylemistim düştüm evet ama en azindan sevmeyi ogretmeye calisirken düştüm. Kotu birsey degil yani…

Elini uzatip da tutup kaldiran olur mu? Yoksa durup da basimda kalkacak mi kendisi acaba diye beklerler mi?

Elfcan olsa buralarda keske. Biraz daha az keskem olsa keske…

Posted: October 16th, 2010
Categories: Personal
Tags: ,
Comments: No Comments.

I code

Bugün t-shirt’ümü ilk defa giydim. (Ancak kollarını yaptırıp, yıkayıp, kurutup fırsat bulabildim).
Pek güzel oldu. Onur saolsun, çekti fotomu da Ohhh dublex.
Bu da fotoğrafım (beni özleyenler daha çok fotoğraf istiyorlar).

Posted: October 14th, 2010
Categories: Hayat
Tags: , ,
Comments: No Comments.
«« »»
Mustafa ARTUC
Web application developer, Istanbul, Turkey.