Web Design Scribbles

PHP- Adding And Subtracting Dates
PHP- Adding And Subtracting Dates

PHP- Adding And Subtracting Dates

Here’s how you add and subtract dates from one another. For example, this simple code can calculate what the date will be 2 weeks before or after 1998-08-14 (yyyy-mm-dd).
Subtracting days from a date
The following example will subtract 3 days from 1998-08-14. The result will be 1998-08-11.

View Code PHP1
2
3
4
5
$date = "1998-08-14";
$newdate = strtotime ( ‘-3 day’ [...]



Maruf scribbled this post.
0
Jan 6th, 2009
Ajax Jquery Contact Form With Validation
Ajax Jquery Contact Form With Validation

Ajax Jquery Contact Form With Validation

I’ve put together a simple AJAX contact form, using the Jquery library (my personal favourite).
What does this all mean? Well, it’s basically a contact form which validates and submits an email without the page refreshing. You can see an example on our contact page.
The example i’m providing for download is extremely simple. If you [...]



Maruf scribbled this post.
0
Dec 11th, 2008
HTML Form Effect- Remove Default Value On Focus
HTML Form Effect- Remove Default Value On Focus

HTML Form Effect- Remove Default Value On Focus

This Javascript form effect basically removes the default value (e.g Your Name) when the input field is on focus. If nothing is entered, and focus is taken away from the input field, the value is displayed again.
It’s a pretty cool effect, which I’m always using on a lot of projects. Here’s an example (click [...]



Maruf scribbled this post.
0
Dec 4th, 2008
We Only Provide Wordpress Support With A Condition
We Only Provide Wordpress Support With A Condition

We Only Provide Wordpress Support With A Condition

BrightCherry have glady released multiple Free Wordpress Themes, and happily provided support to anyone who has required it. We like building the themes; we enjoy watching people use them, and we enjoy helping people get to grips with Wordpress.
However, we’ve noticed that a lot of our theme users have been discrediting our work by removing [...]



Maruf scribbled this post.
0
Dec 1st, 2008
PHP- Check If File Exists On Different Domain
PHP- Check If File Exists On Different Domain

PHP- Check If File Exists On Different Domain

Earlier today I needed to find out if a file exists on a different domain. Initially I used the file_exists function, but then when that threw back an error I remembered that file_exists only checks whether a file or directory exists on the same server as the script.
After I played around with various functions, I [...]



Maruf scribbled this post.
0
Nov 20th, 2008
want a website, do ya?

latest projects

Image frame
Taylor El-Hage Photography
view site- Taylor El-Hage Photography
Image frame
Property Investment Project
view site- Property Investment Project

latest scribbles

latest comments

Kalinda Gravatar frame
Kalinda said
Doesn’t look like it. I’ve looked at the site in...
Maruf Gravatar frame
Maruf said
Hey Kalinda, Hmm..I looked at your site in I.E7 and everything...
chiwan Gravatar frame
chiwan said
thanks maruf! hmmm… i guess i used the wrong term. i...

blog categories

Get a free quote