Pop-up a Message Dialog to Confirm an Action





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

9
Date Submitted Sun. Apr. 29th, 2007 4:42 PM
Revision 1
Helper Nico
Tags API | Class | message | PHP | Send | SMS
Comments 5 comments
This PHP class allows you to send SMS to almost every country directly from your website. All you need is an account on www.tm4b.com and PHP 5.

Also required is either cURL or allow_url_fopen enabled in php.ini
6
Date Submitted Thu. Oct. 26th, 2006 6:59 PM
Revision 1
Helper brendo
Tags forms | JavaScript | message | textarea
Comments 3 comments
This snippet also you to limit the input in a form field to a specified number of characters. It displays a counter so users can see how many characters they have left, and once they reach the limit the field just trims the length to your limit.

The following is a snippet from what I used when I implemented a tagboard to my site. Further revisions could/should read the LIMIT from the maxlength attribute
5
Date Submitted Fri. Oct. 27th, 2006 9:33 AM
Revision 1
Helper bright
Tags Date | Delphi | Julian
Comments 0 comments
This function will convert a Date (passed as type TDateTime) to a long-format Julian calendar date (result as type String).
4
Date Submitted Tue. Oct. 24th, 2006 12:12 PM
Revision 1
Helper bright
Tags Delphi | http | Hyperlink | Internet | Link
Comments 2 comments
This bit of code will open up the http link in a new browser window. The link should be passed to the variable "HTML_File" as a string (as shown below).
4
Date Submitted Tue. Oct. 10th, 2006 12:39 PM
Revision 1
Beginner robert
Tags blurb | Email | Gmail | message | regex
Comments 1 comments
This perl subroutine uses the CPAN module Mail::Webmail::Gmail to iterate through a Gmail account searching for a particular string. If a match is found, the sender's name along with his/her email address, the subject, and the "blurb" is printed to standard out. Also, all messages found will be archived automatically within Gmail to clear the message from the inbox folder. The subroutine returns the number of messages found back to the calling environment.

Sample invocation: check_email(username, password);

By default, the subroutine will use encryption to connect to Gmail however, by setting encrypt_session to '0' will disable encryption.
2
Date Submitted Tue. Sep. 19th, 2006 7:05 PM
Revision 1
Helper RaX
Tags Delphi
Comments 0 comments
Simple, but fast implementation of the Naive Sub-String Search Algorithm with my own enhancements written in Delphi.
2
Date Submitted Tue. Oct. 24th, 2006 7:51 AM
Revision 1
Helper bright
Tags Delphi
Comments 1 comments
This code will get the application title and version information from the project options and display it in the titlebar automatically when the main form is created. The project options are accessed from the Delphi IDE by selecting Project -> Options from the main menu.
2
Date Submitted Tue. Mar. 6th, 2007 12:31 PM
Revision 1
Beginner ido
Tags Delphi | Folder
Comments 0 comments
This code return program directory.