Ahmad Zahedi Freelance Web Developer- PHP MySQL JavaScript CSS HTML JQuery

Archives

  • May 2012
  • February 2012
  • January 2012

Meta

  • Register
  • Log in


Visit my LinkedIn profileBack to Main site

Recursively count the number of lines in a PHP application

Posted on May 25, 2012 by azahedi
Reply

I recently ran across the need to count the number of lines in a PHP application. So I quickly wrote the script below to do that.

It counts both the number of PHP lines(counted by the semi-colon “;”) and the total number of lines. If you want to count ALL lines, not just php files, remove …

Read the Rest→

Posted in Uncategorized | Leave a reply

Simple Countdown Timer – C#

Posted on February 2, 2012 by azahedi
27

A friend was looking for a simple countdown clock and for some reason did not like the ones that are already available…

Either way, here is a very simple countdown app that I built, feel free to play with it if you like. I commented the heck out of the code, as usual, which should be …

Read the Rest→

Posted in Software | Tagged c#, simple countdown timer | 27 Replies

1stchoicect.com – New website

Posted on January 24, 2012 by azahedi
Reply
The customer was looking for a simple site to showcase his business in Connecticut

1ST CHOICE ELECTRICAL SERVICES

Scott Lagace, Owner
(860)933-2700

The site utilizes my custom made Content Management System, making adding content and changing the site a breeze.
Additionally the site utilizes …

Read the Rest→

Posted in Websites | Leave a reply

CKEditor Image browser & uploader

Posted on January 24, 2012 by azahedi
1

Recently while developing the backend of a CMS system for a client, I needed a way to easily add and upload images to the ckeditor page.

While doing some research I noticed that aside from the costly image uploader available from CKEditor itself, there were not many good alternatives, so I wrote my own.

I should have a …

Read the Rest→

Posted in Uncategorized | 1 Reply