
Search In
Have you ever heard of the travelling salesman problem? It’s a popular mathematical conundrum that stumps even some of the most advanced supercomputers. Turns out, the humble bumblebee is smart enough to solve it with ease. They’re the fi
CSS image sprite is a single image like a image-sheet with all
the images needed for your website.
Image sprites is having all the
images needed at one place in a
single image to it makes the browser
work easy while the browser try to
find the im
Android Support Library 23.2, Google has given support for Bottom Sheets. AS per Material Design, Bottom Sheets are elements displayed only as a result of a user-initiated action, used to reveal more content from the bottom upwards. Th
In Laravel 5.0 we have "paginate" in Eloquent by which we can create pagination very easily by just following some simple steps.However there is a drawback with it as it only works if you know all the conditions prior. But what if you want to create
Hello Readers,
This blog shows the basic custom module creation in Joomla.
In Joomla basically, we use the four basic files that used to develop the basic custom module in Joomla:
Step 1 : mod_mymodule.php - mod_mymodule is the first or entry file
The most popular general-purpose programming language is PHP, which is used for web development. Also, thousands of websites run PHP on their servers. Several Content Management Systems such as WordPress, Joomla, and Drupal, are entirely based
Dear programmers,
There may many chances when you try to add external dependencies in your Maven project. Let's learn this how we can add our own jars or external jars in a project with an example.
There are many Maven plugins available, And one o
Jquery Form Validation in Asp.Net:
For form validation first we have to design a form in HTML.
Example:
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
Hello Friends, My first blog on Yii Framework Yii : A Futurisitic Framework was about an introduction of Yii 2.0 framework and its features. To explore those marvellous features and to test them practically, Let's give a try to Yii 2.0 Framework.
History of artificial intelligence ArticleTalkReadView sourceView historyTools AppearancehideTextSmallStandardLargeWidthStandardWideColor (beta)AutomaticLightDark
