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

Search In

Quick Simple 5 Ways to Take Your Business Enterprise to The Next Level

As a business owner, it is your responsibility to always be pushing your business to new heights. If you feel like you can just coast with your business, you are going to quickly become lost in the mix due to your competition passing you buy. If you

Best 5 Ways Technology Can Make Your Business Run More Efficiently

Without a doubt, running a business is one of the hardest things anyone can do. In the same breath, it is a goal that virtually everyone wants to achieve. Having and running a successful business is one of the reasons many people flock to America. Si

How to Communicate with an IOT Device in Python Program

Hi, I have an IoT device which I connected via websockets. Once the two way communication is set up, I would like to send a command to the device via my IT admin site (For Example shutdown IoT).   How do I accomplish that?   I am w

4 Reasons Why Kids Should Learn To Code Early

As technology becomes more and more ingrained in our lives, it's important for kids to learn how to code at an early age. Coding helps children develop problem-solving skills, teaches them how to think creatively, and prepares them for future car

Adding attributes to short code in wordpress

Welcome to Findnerd. We all knows the power of shortcodes. It is very simple way to create a new functonality. We are going to discuss the way how we can add attributes in shortcode. We can give any name to shortcode and then manage attributes using

Checking for undefined in Javascript

Undefined is a variable in global scope. A variable that has not been assigned any value is referred as undefined. You can check for undefined in various ways.Here are some ways to check :- Checking via Strict equality(===) var a; if(a=== un

Checkbox checked an unchecked in jquery and javascript

Hello guys, If you want to check and unchecked the checkbox in javascript and jquery use the below code. For example : Checkbox: <input type="checkbox" id="checkboxid" class ='checkboxclass'> Checked and unchecked to checkbox in javascrip

Simple way to convert Json data to Java Model/Bean/Pojo

There is easy way to create Pojo/Bean class for any Json scheme. http://www.jsonschema2pojo.org/ Convert json data to Gson Pojo class: Copy and paste Json text to http://www.jsonschema2pojo.org/ Enter package name and class name for your json

Recovering Drupal Admin Password from From database

If we forget administrator password in Drupal then it is very easy to recover it using Email or Drush. But situation get tougher when we don't have Drush and email notification enabled. In this way only database update query is the best way but you m

Laravel 5.0 Creating Request Handler

In Lavarel one of the best practice is to use form validation rules to validate the submitted data. There are number of ways to do it . One way is to create form validation rules both in the controller or we can create a separate file under the app f

1 40 363
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: