• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This one is appropriate for a site with a lot of content on the page. When the web window is not displayed at the top, a button is displayed that allows the user to immediately return to the top of the web window.

More Repositories

1

CodeIgniter-Sitemap-for-SEO

The site map is very important. Dynamic XML file creation is required so that it is not necessary to manually add it to the Sitemap at every new link. With the help of this generated XML document, we can add structure to the Google search console.A sitemap is a file where you can list the web pages of your site to tell Google and other search engines about the organization of your site content. Search engine web crawlers like Googlebot read this file to more intelligently crawl your site.
PHP
4
star
2

Mysql-data-with-monitoring-in-real-time-graph

Monitoring and control over the database, data flow, open connections and processes. Suitable for optimizing the database, searching for maximum load and slow queries. Graphs in real time and responsive visual display. Basic settings and other parameters, easy to set up, without additional programming skills.
JavaScript
4
star
3

Create-CodeIgniter-blog-with-posts

A blog that covers everything you need to write the posts. Navigation with all the posts and details of each single post with optional settings. SEO (Search engine optimization) is also provided as we all want the posts to be shared across all types of networks.
PHP
3
star
4

How-to-check-with-PHP-if-image-exists

Before displaying an image on the screen with a simple function, check that the image actually exists.
PHP
2
star
5

JQuery-Ajax-POST-in-Codeigniter

How to send ajax post request with data to codeigniter controller without refreshing the page and return data to view.
Hack
2
star
6

Login-with-cURL-PHP-on-remote-website

The curl extension of php can be used to open remote webpages by both GET and POST methods. There are many situations when you need a php script to login into a website and open a certain page. All that is required is a valid URL, username, and password for the successful authorization.
PHP
2
star
7

On-login-create-a-new-password-hash

Whenever a user logs in when verifying the correct password, we still check if password needs rehash. With the correct password entered, php checks for any rehash and also updates it in the database.
PHP
1
star
8

Connect-to-database-and-execute-a-query

The class to try to connect to database, execute query and close the connection.
1
star
9

Sorting-array-with-multiple-data-in-PHP-by-a-specific-key

When you have a array with multiple data types and would like to sort the field by a specific key within the field.
PHP
1
star
10

MySql-structure-for-a-blog-with-posts-and-comments

Creating tables in a database to work with blog posts and comments for posts. Nested post categories and a link to the user table are also edited.
TSQL
1
star
11

Simple-bar-with-Cookie-message-and-settings

With Cookie Policy explains what cookies are and how we use them, the types of cookies we use i.e, the information we collect using cookies and how that information is used and how to control the cookie preferences.
JavaScript
1
star
12

Build-a-nested-HTML-list-with-an-infinite-depth

Each item can have a tag, a link to a specific URL, and a possible submenu with its own set of items. The function creates HTML to display the menu as a nested list of items. Suitable for displaying menus, lists and categories.
PHP
1
star
13

Create-pagination-in-CodeIgniter

For pages with many hits, it is recommended to use pagination as the page is more transparent and loads much faster. We can determine the number of hits per page.
PHP
1
star