Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

More sneezing, educating cell-mediated situation, door, illnesses.

http://flagyl-online-buy.net/ - Buy Flagyl Online Dapoxetine 60 http://lasix-buy-online.net/

Calculate the number of days between two dates

If you want to calculate the number of days between two dates, you need to make a function,pass the dates and use getTime() function. Below is the example code : function GetNoDays(date1, date2) { var daysIndates = date1.getTime() - date2.get

PHP: How to cache images in browser using php?

When there are multiple images loaded on the page, this may cause page to load slower. In order to increase the speed of the page we need to cache the images via .htaccess or php code. Now I am writing down the php code that will store images in cach

UI + UX design and Development

I need a web portal designed and built to interact with a Lightning node.  Design must be responsive and suited for a 7 touch screen.    

How to use transform-rotate property in CSS3?

<!DOCTYPE html> <html> <head><title>css3</title> <style> div { width:200px; height:200px; margin:80px; background-color:#000000; /* Rotate div */ transform:rotate(60deg); -ms-transform:rotate(60deg); -webkit-transf

Testing001

 22312123223   Software Testinghttp://www.Amazon.comSoftware Testing is a method to check whether the actual software product matches expected requirements and to ensure that software product is Defect free. It involves execution

Give Positive Boost to Your Business with Effectual Search Engine Optimization

Link building is a part and parcel of very online business. Having a visually attractive website is not just enough to give your online business the desired exposure. For that, you need to invest on link building or online marketing. What is link bui

Find Number of days between two given dates

Here, I am writing simple method to find out the number of days between two dates. In many situations, we need to calculate it. So just pass two dates as parameters of the method and get the number of days in long data type. public long getDa

How to check a particular date is within past 24 hours or not?

Sometimes we need to check whether a date is within past 24 hours or not. Generally we implement this kind of functionality when we create an AuthToken or a code that we want to to be valid for some time duration. Example: In the below example I'm c

Set up cookies in PHP

We can set the cookies with function called setcookie() . This function requires six arguments to be pass. Syntax: setcookie(name, value, expire, path, domain, security); Creating cookies: <?php setcookie("name", "John Watkin", time()+3600

1 2 4 71
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: