TDD – What is Test Driven Development?

Whether you develop a small project or a large project, testing the code is a must these days. If you publish your code without testing, you might not get a problem straight away, but the worst problems are the ones you overlooked. With TDD (Test-driven Development) the probability of a potential/future problem is prevented. What …

Continue reading

CORS Policy – No Access-Control-Allow-Origin Solution

I have been working with WordPress and i decided to seperate Cookieless Domain and Content Domain. But i had a big problem, which costed me couple hours: Access to font at ‘https://static.fizyoterapi.st/plugins/ woocommerce/assets/fonts/WooCommerce.woff’ from origin ‘https://fizyoterapi.st’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource no access-control-allow-origin header is present …

Continue reading

How to install OsTicket – Linux Ubuntu 12.04 – 16.04

OsTicket is a PHP Script, that helps the Companies to contact easily with their customers. If a Customer has a Problem with something, he can just create a Ticket on OsTicket Platform to contact with Support Team of Company. In this Article we are gonna see how to install OsTicket on Ubuntu 12.04 to 16.04. …

Continue reading

PHP cURL Submit Form Post (Session Hijacking)

In this Article we are gonna see, how to get content of target Website with submitting the Form post using Php cURL. Normally it’s easy to get content of the Website, but if the target has a CSRF (Cross site request forgery) Defender or something to equals the active Session ID with Visitors session, then you can not …

Continue reading

Php Ajax Contact Form with PHPmailer

First of all download the Files (mail.zip) In this Article we are gonna see how to create a contact form with using Ajax and Php. In most case people create Contact Form, but it either doesn’t work or goes in Spam Box. That’s why i would like to share the Contact Form, which i use …

Continue reading