Sending SMS from MS Access using google voice
Couple weeks ago I got call from my client who asked me to add function into his call managment application to send SMS with one click. His call agents used to add call into application then copy and...
View ArticlePHP snippet to get city and state using Yahoo API
One of my clients asked me to store City and State into database if user just enter zip code. I found free Yahoo web service to accomplish this task. you don’t have to obtain api keys and service is...
View ArticleAnother cool API City and State look up by IP Address done in PHP
I been asked to implement city and state lookup based on client browser IP. I searched the web and found cool free web service provided by ipinfodb.com so I downloaded ipinfodb.class.php file from...
View Articlevb.net unzip files made easy
Couple weeks ago I started new project data feed processing. I should download several files unzipped the files. I have found easy way to do it utilizing ICSharpCode.SharpZipLib.dll then I add...
View Articleasp .net create excel file with couple lines of code
I got very simple asp.net project. The task was to display gridview with data below button to download data in excel file than file upload so user can upload updated data and store it in sql database....
View ArticleAutocomplete text box with C# and Jquery
Me and my partner working on business directory project http://www.placenearme.com . One of the project requirements was implement auto complete to populate keywords like google search. So if user type...
View Articleupload excel file with php
Just couple days ago one of my clients ordered php script which would upload excel file for processing so I was breaking my head how can process the file using php. I did it many times in .NET using...
View Articlehow to create ftp function with vb.net
I just finished another vb.net project where I need to downloaded dozens of files with ftp. I used Dos for ftp files before now I decided instead of creating bat script to do ftp use FtpWebRequest...
View Articlevba merging excel files
Offen I got calls from customers asking me to mail merge excel files with calculated data on one excel file and data feed on another sometimes with printed area on other workbook of template excel...
View Articleextract data from outlook with vba
Couple month ago I got call from my client asking to extract some data from his emails. He got leads posted from his web forms into his email. So now he wants to extract and use data for marketing...
View ArticleFilling PDF Forms with iTextSharp
Real estate broker call me and asked if I can create application where he can enter Tenant and Owner information click on submit button and filled PDF ligal lease form will popup. So first I edited...
View ArticleLoad atom feed into dataset with c sharp
I am trying to get some nice content into http://placenearme.com This site I am building with my partner. For SEO purposes I would need to place nice content in home page so we decided to process and...
View ArticleLDAP Authentication with asp.net
Often I use LDAP Authentication against active directory to aunthiticate for ASP.NET applications. The benefit of using active directory that user don’t remember multiple passwords and have different...
View ArticleEmail address validation with php
Most of the times developers validate email address with javascript or Jquery using regular expresion but it doesn’t prevent from getting invalid email for example someone enter email with none...
View ArticleHow to restrict user to upload excel file in php
Many of us using file upload when we develop sites ether in php or asp.net or regular HTML forms. I will demonstrate simple JavaScript validation function to restrict upload files with xls extension...
View ArticleHow to add jquery datepicker
I had an issue last week using Ajax tool kit for ASP.NET application on godaddy shared windows hosting. The application was working on my local iis server. So I spend a lot of time trying to identify...
View ArticleTraditional Mortgage Calculator script with PHP
Recently I was working on reverse mortgage and traditional mortgage culculaters. So I deside to publish script for traditional calculator. Insite the script I have html form with 4 fields validated by...
View ArticleHow masking input fields with JQuery
In ASP.NET applications I used masking extender from Ajax Tool kid but I found it complicated so I start using JQuery to replace it. Masking need to format US Phone Fax numbers Social Security Number...
View ArticleHow to create autotab with JavaScript
Often we brake phone number into several fields. Now I will demonstrate how to implement autotab function to jump from one feiled to other. Below is a Javascript function code you need to add into head...
View Articleemail function for asp.net
Email function is most useful function in today web development most of the sites have contact form request forms and etc .. In this post I will post email function which will accept 1 or more email...
View Article