Skip to content
  • Sample Page
  • service

Nightlife

Nightlife

  • Sample Page
  • service

March 2016

Posted on March 13, 2016March 13, 2016 by admin

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

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

Leave a Comment on JS beginner to expert, study notes-5 (sec-10 DOM)
Posted on March 12, 2016March 13, 2016 by admin

wordpress shortcodes

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”);

Leave a Comment on wordpress shortcodes
Posted on March 12, 2016March 13, 2016 by admin

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

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

Leave a Comment on JS beginner to expert, study notes-4 (sec-9 loops)
Posted on March 12, 2016January 15, 2017 by admin

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

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

Leave a Comment on JS beginner to expert, study notes-3 (sec-8 arrays)
Posted on March 12, 2016January 15, 2017 by admin

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

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

Leave a Comment on JS beginner to expert, study notes-2 (sec-7: objects)
Posted on March 11, 2016January 15, 2017 by admin

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

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

Leave a Comment on JS beginner to expert, study notes-1 (sec-1~5: basics & function)
Posted on March 8, 2016March 13, 2016 by admin

How to add section-wise settings in Redux

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

Leave a Comment on How to add section-wise settings in Redux
Posted on March 7, 2016March 16, 2016 by admin

How to build a custom widget in wordpress

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

Posted on March 6, 2016January 19, 2017 by admin

register and place menu, sidebar, custom post etc

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

Leave a Comment on register and place menu, sidebar, custom post etc
Posted on March 4, 2016January 15, 2017 by admin

Font awesome

For adding font awesome in wordpress, we need to download and extract font awesome from github and then copy the ‘css’ and ‘fonts’ folder inside our theme directory.

Leave a Comment on Font awesome

Posts navigation

Older posts
Newer posts

Recent Posts

  • Excel VBA
  • IAM (Identity Access Management) Section 3
  • AWS Terms Section 2
  • S3: AWS simple storage service Section 4
  • JavaScript function, object and prototypes in brief

Recent Comments

No comments to show.

Archives

  • February 2018
  • January 2017
  • November 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016

Categories

  • Uncategorized
Copyright © Blogbuster 2026 Proudly powered by WordPress | Theme: Blogbuster by Mystery Themes.