Skip to content

Random notes..

  • Sample Page
  • service
Random notes..
  • JS, Understanding Weird parts-1 (sec 2 & 3)

    BySajib March 13, 2016January 15, 2017

    Section/Dir: 2 Syntax parsers: A program that reads your code and determines what it does and if its grammar is valid.

    Read More JS, Understanding Weird parts-1 (sec 2 & 3)Continue

  • JS beginner to expert, study notes-5 (sec-10 DOM)

    BySajib March 13, 2016March 13, 2016

    Document Object Model is a very powerful tool and also very important topic for javascript programmers.

    Read More JS beginner to expert, study notes-5 (sec-10 DOM)Continue

  • wordpress shortcodes

    BySajib March 12, 2016March 13, 2016

    Create a new php file and include it in the main functions.php file. We will write shortcode detail in that file. function headingStyle(){ return ‘<h1>hello</h1>’; } add_shortcode(“heading”, “headingStyle”);

    Read More wordpress shortcodesContinue

  • JS beginner to expert, study notes-4 (sec-9 loops)

    BySajib March 12, 2016March 13, 2016

    For-in loop is like foreach loop of php. It iterates through any object or array….

    Read More JS beginner to expert, study notes-4 (sec-9 loops)Continue

  • JS beginner to expert, study notes-3 (sec-8 arrays)

    BySajib March 12, 2016January 15, 2017

    Arrays are essential structure and field of study for any programming languages…

    Read More JS beginner to expert, study notes-3 (sec-8 arrays)Continue

  • JS beginner to expert, study notes-2 (sec-7: objects)

    BySajib March 12, 2016January 15, 2017

    In javascript everything is object. A very clear idea of object structure is needed to understand the subject well…

    Read More JS beginner to expert, study notes-2 (sec-7: objects)Continue

  • JS beginner to expert, study notes-1 (sec-1~5: basics & function)

    BySajib March 11, 2016January 15, 2017

    This part is a summary of what i see some trivial basics of JS and its functions

    Read More JS beginner to expert, study notes-1 (sec-1~5: basics & function)Continue

  • How to add section-wise settings in Redux

    BySajib March 8, 2016March 13, 2016

    To format the setting section: We have to start an array with type=>section and indent=>true. To end a section we have to declare an

    Read More How to add section-wise settings in ReduxContinue

  • How to build a custom widget in wordpress

    BySajib March 7, 2016March 16, 2016

    For our specific purpose, we need to create a php class file which will extend the wordpress’s core WP_Widget class.

    Read More How to build a custom widget in wordpressContinue

  • register and place menu, sidebar, custom post etc

    BySajib March 6, 2016January 19, 2017

    Menu First register the navigation menu in functions.php file. To do this we have to write the following code inside functions.php file:

    Read More register and place menu, sidebar, custom post etcContinue

Page navigation

Previous PagePrevious 1 2 3 4 Next PageNext

© 2026 Random notes.. - WordPress Theme by Kadence WP

  • Sample Page
  • service