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

Search In

How to use where clause and inner join in Cakephp 3 ?

How to use where clause and inner joins? This is the way to use where clause and inner joins in Cakephp 3 Use matching if its cakephp 3.0.x. Use innerJoinWith() if its cakephp 3.1.x For example: return $this->Product->find() -

Variables in Ruby

There are 4 types of variables in Ruby: Global, Local, Instance and Class. Ruby is a language where a variable can contain any type of object, you can assign a string to a variable which has previously an integer value. As in ruby we generally don

Sorting JSONArray in java

Hello Guys     Here, I am writing the code for sorting JSONArray in java technology. we can sort jsonarray in ascending or in descending order according to our requirement by changing pattern as below.   private static final Pa

CSS3 Spinning Loader

Hello Readers, here is a small blog on  spinning loader, when we visit any website we have seen loader at the time of loading website. these preloaders are the visual feedback while the content is being loaded. In this example, I have taken 

Some useful built-in Functions in Ruby

1) at_exit { code to be executed} This method starts the execution of the code when the program exits. For Example: puts "Begining of execution" at_exit do puts "Inside at_exit" end puts "End of execution" Output: Begining of execution End of

Create and load simple module in node JS application

Let's create a simple calculation module which performs the  addition, subtraction, multiplication and division of two numbers to the console. As we know that in node app, module has a separate js file. So we'll create a calculate.js int

How to run multiple instances of simulator in iOS

We can easily run multiple instances of simulator using terminal commands. But they have be different devices like iPhone 6s, iPhone 6s Plus, iPhone 6 etc, i.e. we cannot have two simulators of iPhone 6 simultaneously. Also we can't use xcode deb

Countdown timer in Pure JavaScript

Hii, In this blog, I am going to share few lines of javascript code  to create a countdown timer. Countdown timer is used in many places like In online shopping sites showing sale ends , starts in time, delivery time, sh

Some general purpose SQL queries

Some general purpose SQL queries syntax   1) To get text of stored procedures, views and triggers   sp_helptext 'Object_Name'   2) To get all stored procedures of  a related database   Select * from sys.obje

Essentials for Chat Application using SignalR in MVC

SignalR is a new library for .Net developers for creating real time web functionality, can also be defined as asynchronous signalling library. SignalR provides two way communication between client and server. SignalR can be used for creating real tim

1 41 156
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: