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

Search In

Determine if string exists in input string

You can determine particular string exist in an input string with the help of strpos function. strpos returns false if the string is not found. It provides 0 if found at the beginning of string. It finds the position of occurrence of string within

Degrees / Radians conversions in PHP

To convert degree to radians and radians to degree following function are used: <?php //degrees to radians function function DegToRad($degrees) { return $degrees * 3.14 / 180; } //radians to degrees conversion function RadToDeg($radians)

How to write custom mysql query in CakePHP

Hello Friends, Some time we need implement custom mysql queries in CakePHP. If you are looking to implement custom mysql query in cake php please follow the below example: // Define your query and replace this with query written below $query = $th

Linked Integration with android app

I tried to integrate my app with linked in android the access token is getting expired with in less than five sounds i need a best tutorial on linked integration with android which is using oAuth2.0 if any provide some best resources on that it is he

Adding css property using jQuery

Hii All , Jquery is a type scripting langauge created by John Resig along with his team in 2006. It is a client side script programming language. It is a concise javascript library. Both javascript and jquery is used for script programming bt j

How to create keyframe animations using css3?

In this blog, we will learn how easy to create rotating and translating images by using css3 keyframes, here we will create spinning wind turbine and a blue sky with clouds floating in the background. In this example I have taken images of clouds fa

What is Linux Loader?

LILO: Linux Loader is the traditional boot loader and it is perhaps still used in servers that run Linux as their Operating system. Grub or the GRand Unified Boot Loader replaced it as the 'cool' and secure alternative.   LILO has a co

How to Create CSS3 Speech Bubbles?

In this blog, I am explaining how we can create a speech bubble without using any type of image and javascript code. We can simply create a speech bubble with the help of CSS. For creating a speech bubble we need a single line HTML code for that her

CSS Loader

Hi there! To speak honestly, we as web developers, include lots of graphics, slideshows, CSS files etc. This makes our website media intensive. As a result, the website gets really bulky. In such scenarios, where certain pages take some time to loa

How to scan image from cloud database using Vuforia ?

Using Vuforia we can scan any label and image from cloud database of Vuforia. You need to create free developer account there and then you can create your own application. Then you can create your database in develop tab where you  have 2 part

1 517 596
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: