Skip to content

Logic Bytes

Spread Your Knowledge

  • Home
  • How To
  • PHP
    • Cakephp
    • WordPress
    • CodeIgniter
    • Laravel
  • Python
    • Django
    • Flask
  • Contact

Month: August 2016

Ajax / CodeIgniter / JavaScript / JQuery / PAGINATION / PHP

pagination with scroll using ajax

August 19, 2016 Chandan SharmaComment on pagination with scroll using ajax

HTML PAGE IS HERE: IN CODEIGNITER:: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″> <title>Show More Testing</title> <style type=”text/css”> ::selection{ background-color: #E13300; color: white; } ::moz-selection{ …

Read More
CodeIgniter / PHP

count duplicate values in array in php

August 12, 2016 Chandan SharmaComment on count duplicate values in array in php

<?php $name= array(“raj”,”dinesh”,”mota”,”kunal”,”sam”,”kunal”,”raj”,”raj”); $res = array_count_values($name); print_r($res); It shows no. of duplicates found against. like: raj => 3 kunal => 2 dinesh => 1 etc …

Read More
CodeIgniter / PHP

Codeigniter – no input file specified

August 10, 2016 Chandan SharmaComment on Codeigniter – no input file specified

Change in .htaccess file: RewriteRule ^(.*)$ index.php/$1 [L] to RewriteRule ^(.*)$ index.php?/$1 [QSA,L]

Read More
HTML / JavaScript / JQuery

Disable ctrl+c,ctrl+u and right click

August 3, 2016 Chandan SharmaComment on Disable ctrl+c,ctrl+u and right click

Disable in the whole document from copy,ctrl+u and right click. <!– Disable ctrl+u & ctrl+c and prevent Right Click –> <script  type=”text/javascript” src=”http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js”></script> <script type=”text/javascript”> …

Read More

Recent Posts

  • Python Automation Framework-PyUnit (Unittest) Framework
  • Python Automation Framework-TestProject Framework
  • Python Automation Framework-Pytest Framework
  • Python Automation Framework-Lettuce Framework
  • Python Automation Framework-Behave Framework:
  • Top Python Testing Automation Frameworks in 2024
  • Visual Studio Code Keyboard Shortcut Editor
  • Visual Studio Code Keyboard Shortcuts
  • How to Remove Sidebar from Category Pages in WordPress?
  • Best Practices for API Responses

Automation Frameworks Automation Testing Behave Framework Blogger Blogspot Cakephp Cheat Sheets Code Editor CodeIgniter Code Navigation Collaborative Coding Debugging Tools Disable Mouse Right Click Domain Extension Editor Extension Full form Facebook Facebook Video Download IDE JavaScript JQuery Lettuce Framework Microsoft Code Editor Open-Source Code Editor PHP Pytest Framework Python Python-3.x Python Automation Python Automation Frameworks Python Automation Testing Python Pytest Framework Python Testing Frameworks Python TestProject Framework Python Unittest Framework Syntax Highlighting Testing Frameworks Text Editor for Developers Visual Code Visual Code Editor Visual Studio Code Visual Studio Code Cheat Sheet VSCode VSCodeEditor WordPress

Copyright © 2025 Logic Bytes.
Powered by WordPress and PridMag.