Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "jquery"

Creating URL slugs in Javascript

Creating URL slugs in Javascript

25 September 20224 min readWeb Programming

You can prepare your url for SEO by using javascript in making slug url. I am saving the url I created to my database with `<input type = "text">` Add two inputs. set the id value to 'one' and 'two' ... Don't forget to add jquery.min.js library

#JavaScript#URL Slugs#SEO+3 more
How to Create a Slider in JavaScript

How to Create a Slider in JavaScript

16 March 20223 min readWeb Programming

Slider is the showcase of a website. So it is necessary to understand the logic well. There are many sliders we use on websites. We can use jquery, but we need to understand its logic with javascript. I have been developing projects with javascript recently. Here is a slider application...

#JavaScript#Slider#Web Development+3 more
How to Create Pagination With Php and Mysql

How to Create Pagination With Php and Mysql

16 February 20223 min readWeb Programming

Pagination breaks down large lists. So the page view is good and loads faster. Pagination is used in almost all web projects. Here is a simple example for you. We will make our application using Php, Mysql, Jquery and Bootstrap technologies. First, we need to create database...

#PHP#MySQL#Pagination+3 more