Related Articles
Ical Recurring Appointment with RRULE EXDATE Examples
To create a recur ical in outlook just use RRULE and EXDATE for exclude date.With Recur RRULE you need to use below values few are optional ://recur = “FREQ”=freq *( freq = “SECONDLY” / “MINUTELY” / “HOURLY” / “DAILY”/ “WEEKLY” / “MONTHLY” / “YEARLY”enddate = dateenddate =/ date-time ;An UTC valuebyseclist = seconds / ( […]
Top 10 Websites Built Using These Languages
Check below the list of Top 10 Websites Built Using which programming language. 1. Google – Java (Web), C++ (indexing), Python for Appspot 2. Facebook – PHP, Backend – Mysql Top 10 Websites Built Using 3. YouTube- Flash, Python, Java 4. Yahoo– PHP and Java, Backend – Mysql 5. Microsoft Live.com – .NET 6. Baidu […]
Provisional headers are shown in Google Chrome Browser Debugger
Recently I worked on a PHP webservice project and I saw this Provisional headers are shown in Google chrome browser and Opera browser.I digged some research on Google and find out mixed responses and at last I got it fixed by removing window.print() in script. Check out all the fixed Provisional headers are shown answers […]