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

Search In

How to use multilingual in cakephp 3.x ?

Multilingual in cakephp 3 Hello friends, welcome to findnerd. Today I am going to tell you how to use multilingual in cakephp 3.x. Before moving ahead, lets create articles table. Here we are going to translate the title of articles table to french

10 Things to Consider When buying a Router (Beginner Guide)

Today, the government offices, companies, banks, schools, colleges, and all other locations have a router. Internet will be like a basic need these days without which you are unable to survive. Within many companies, employees find it difficult to mo

How to use NSMutableAttributedString

Hello Friends, NSMutableAttributedString allows to set different attributes(font size,font color) for different parts of the string. To use NSMutableString you may use the following code: //Create an object of NSMutableAttrinbuteString and assign it

How to get mouse swipe input in Unity 3D?

Moving objects on Mouse swipe is a very interesting way of getting user input , it is very different from traditional approach of getting input from keyboard keys . It provids user with unique experience and makes user part of the game. Below is th

Image Sprites in CSS

Image sprites is a collection of different images in a single image. image sprites can can be used in html page for showing different images seperately and help us to increase our image loading time. Any Web page with multiple images generates the mu

Date set hour function

Javascript Date.setHours() method sets the hours for a specified date according to local time. It set the hours, minutes, seconds, and milliseconds fields of a Date date.setHours(hours) date.setHours(hours, minutes) date.setHours(hours, minutes, s

How to set space in table row ?

HI all, We can't add the margin between row in table but we can add space using an alternative method. for this you have to add some property in your style. table { border-spacing: 0 5px ; border-collapse: separate; } td, t

How CSS triangles work?

Hello folks, How css triangle works ? actually when we create css triangle, its means we are just showing and hiding borders of any element. The angle intersects at (45°) so the intersection edge is used by border here and we can also skew an angle

Dynamic Memory Allocation using malloc() in C

The malloc is an acronym of "memory allocation". This function allocates the requested size of bytes to a variable and return a pointer of type void. Syntax: p=(type cast *)malloc(size) Here p is a pointer. Example: Calculate the sum to element

Using Paranthesis in SQL Server

While writing queries we use paranthesis while writing Table Name or Column Name This is so because if you have any keyword used in your column or table no conflict can occur   -- To get User Details SELECT @TargetUserID=[ID] ,@CompanyID=[C

1 468 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: