Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

To Run Stored Procedure everyday

For doing that we need to create procedure first and also define the repeating interval to call it again We will create procedure named getnotification from the particular database that gets fired after 3:30 hours on a daily basis. When we gets

Unexpected bheaviour of in_array in PHP

We have an associative array where its values are all Boolean and if we search for a string, we got true. Let’s see an example. <?php $array = array( 'count' => 1, 'references' => 0, 'ghosts' => 1 ); var&#95;dump(in&#95;a

Enumeration in C#

Enumeration is a named value which is used to allocate various constant values to a single variable. This makes the program more easier to understand and maintain. Enumeration is also having better error checking techniques which additional security.

DLINQ

Database Language Integrated Query or LINQ with Database is known as DLINQ. Mainly used when we want to manipulate data from the database. LINQ to SQL Statements Data Context The data context provides the mapping of all entities (essentia

Zoom Animation in android

Zooming Animation in android Here I am writing a code for zoom animation. Here I have add this animation on mic button. You can add it according to your requirements. First of all implements Animation.AnimationListener listener. Then in your activit

How to Implement, Access and Retrieve Configuration in ASP.NET Core

  In previous versions of ASP.NET the common file web.config was used for configuration. But now Asp.Net Core provides a new way for declaring and accessing configuration settings. Prior to ASP.NET Core for accessing configuration settings, i

Learn how to create a Ribbon/Strip to highlight some important text using Pure CSS

Hii,  In this blog i am going to create a pure CSS ribbon or strip which can be used to display some important information,link etc with highlighted, eyecatching view on a webpage. While we create  any ribbon or strip design we must use eye

how can Menu Breadcrumb module is used in my tpl.php file in drupal?

Hello Readers , Breadcrumbs or breadcrumb trails are a graphical control element used as a navigational aid in user interfaces. It allows users to keep track of their locations within programs, documents or websites. So in this blog

Javascript setDate() Method

In Javascript setDate ( ) method set the day of the Date object based on the beginning of the current month( or local time) . Syntax dateObj.setDate ( dayValue ) Parameters dateObj -> It is mandatory and it is an integer which represent the

How to get directory list?

To get directory list in PHP we have define a function get_dirlist() in which we are passing a parameter which is the name of the directory. Inside this function we are executing the ls command with the help of exec() function. Using this we will get

1 357 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: