Skip to content

MadWix

Mad About Information

  • Home
  • Contact Us

Basic fundamental concepts for beginners

Functions


It is simply a collection of codes that can be used again and again rather than writing it multiple times. You can call it whenever needed. ... more

Looping or Iteration


It is set of instructions that are executed repeatedly. Example: Suppose, if a person can eat 4 pizzas. First, he will eat 1st, then, second... more

Conditional Statements


Expression used to check if condition is true or not. So, definitely, there can be 2 output and based on the output we can perform the requi... more

Variables


A variable is a symbolic name that you give reference to store any kind of information or value. It’s value can also be changed. Example: ... more

Basic fundamental concepts for beginners

View All ..

Hidden Tricks

Google Voice typing


Google Voice Typing allows you to write the words just by your voice. It’s so easy. You have to just speak what you want to write. Req... more

DATA TRANSFER Using FTP Server..


How to Establish FTP connection for fast data transfer between Mobile to PC : Turn on your wi-fi in laptop download and install any ftp ... more

Hidden Tricks

View All ..

JQuery - Problems and Solutions

Export div content to PDF using javascript


jquery code to generate pdf from div with automatic height and width – Its can be easily done with html2canvas and jspdf. So, to gener... more

How to encode base64 in jQuery ?


Encode base64 in jQuery – btoa() function is used for it.For Example – var str = ‘Hello’;var encrypted_str = btoa (s... more

Append or insert an element(div) after another element(div)


JQuery .after() and .insertAfter() functions can be used to append or insert an after other element. Let us take an example we have to inse... more

Read contents from input type file


Read input type file contents – File content can be read using FileReader function of javascript. Here is an example for explanation &... more

JQuery - Problems and Solutions

View All ..

PHP Interview Questions

Puzzles Interview Questions


Puzzles Interview Questions : Ques: There are 3 persons in a room(say you and 2 others). From other 2 persons one speaks truth and another l... more

Laravel Interview Questions 2020


Ques: What is artisan ? Ans: Artisan is command-line interface that is used in laravel to develop an application. It provides some commands... more

HTML Interview Questions 2020


Ques: What is root element ? Ans:<html> is the root element. Ques: What is difference between div and span tag ? Ans: div is block le... more

JQuery / Javascript Interview Questions


Ques: What is difference between setInterval () and setTimeout () ? Ans: setInterval(expression, time) – It will run the code or funct... more

MySQL Interview Questions


Ques: What is difference between VARCHAR and TEXT ? Ans: Indexing can not be done on TEXT column. So if you have to index, you have to use V... more

PHP(Basic and OOPS) Interview Questions


Are you preparing for PHP Interview ? Whether you are a fresher or experienced, confidence is checked. Here are some questions for you ..... more

PHP Interview Questions

View All ..

PHP Problems and Solutions

Get WordPress Author ID by Post ID


WordPress Code to get Author ID by Post ID – WordPress  provides get_post_field($field, WP_Post $post=null, $context = ‘display... more

How to redirect http site to https using htaccess


Code to redirect http site to https using htaccess – <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteR... more

How to change controller and model directory path in codeigniter ?


Change controller and model directory path(in Codeigniter) – You can changed it by using HMVC extension. First of all download the ext... more

How to check that current page is a blog page in wordpress ?


Code to confirm that current page is a blog page in wordpress – Make a function in functions.php – if(is_archive || is_author() ... more

Copy files to other server(ftp)


How to copy all files of a directory to a directory on other server ?Suppose, we have to copy all files in a directory(dir/subdir) to other ... more

Copy files from other ftp or server to current ftp or server


Steps to copy all files of a particular folder from other ftp to current ftp – First of all make connection with Remote(other) FTP (fr... more

PHP Problems and Solutions

View All ..

Recent Posts

  • Functions
  • Looping or Iteration
  • Conditional Statements
  • Variables
  • Google Voice typing

Categories

  • Basic fundamental concepts for beginners (4)
  • Hidden Tricks (2)
  • JQuery (5)
  • JQuery – Problems and Solutions (4)
  • PHP (15)
  • PHP Interview Questions (7)
  • PHP Problems and Solutions (8)
  • Programming Language (21)
Copyright © MadWix All Rights Reserved. Privacy Policy
Tweet

Privacy Policy | Terms and conditions

Top