Posts
Mehmet Seckin
Cancel

Show TFS branch name in Visual Studio Window Title

If you’ve been working with Visual Studio, TFS and have multiple branches in your project, you probably felt lost at times. Visual Studio doesn’t hint us about the active branch we’re working on u...

Using dynamic methods in your PHP Classes

Hello all! I was just trying to design an object oriented PHP interface to handle basic CRUD operations in a PostgreSQL Database, and I came up with the idea of using dynamic methods to call the s...

Creating nice JSON strings on PHP

Hello everyone! I spent some valuable time last night, trying to create a reliable algorithm to merge two arrays, so I can use PHP’s json_encode() for a simple logging class I’m writing, Loggy. T...

A Simple CGI Phone Book Application

w00t! Hello all, This is my first blogging experience, ever. So this post will also mean “Hello, blogging world!”. This will be about a homework given by our Perl lecturer Asst. Prof. Dr. S. Yild...