Here is a small Twitter app that runs from the command line to update your Twitter status. Download
The following is a quick little weather widget that pulls an RSS feed from Weather.com
This is one of the most requested functions in querying. Many times we want to get results from the beginning of the week so some end point later in the week.
today = new Date(); year = today.getFullYear(); month = today.getMonth(); day = today.getDate(); my_date = new Date(year, month, day – 23); This will create a
There are times when for whatever reason a unique value cannot be created on row creation or we need to create arbitrary numbers because we
View More