Category Archives: Javascript

KnockoutJs Basic Idea with Simple Example

Hi Friends, KnockoutJS is another javascript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model.Any time you have sections of User Interface(UI) that update dynamically (e.g:changing depending on the user’s actions), KO can help you implement it more simply and maintainably. Automatically updates the right… Read More »

Add JavaScript onto a web page

Good Morning Guys, In this article, I share some idea related to javascript. The javascript is a client side programming language. There are serveral methods are available for adding javascript on a web page but there are two way with is commonly used by developers.If your script code is very short and only for single… Read More »

Popup Image Gallery

Hi friends, Today I share one latest technique in CSS,jquery,javascript, html or php. These technique are very useful for developing the site. In this article focus how to Popup the image gallery using CSS,jquery and javascript in php/html page. This is simple, can edit style, change the image etc.To use it in a real life… Read More »

Create a WordPress Post

WordPress display different types of content with different title. Each item of such content is generally called as post. Adding post into your blog, first login admin panel and go to Posts then click ‘add new’. Post are displays reverse order in your home page. On this page you will see the wordpress post editior.The… Read More »