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

Search In

Create custom posts in wordpress theme

Default posts option is not sufficient for customized themes in WordPress. Sometimes users need to create and use their own post type with desired names apart from traditional blog posts.      The following PHP code will registe

Searching Through an Array in Js

Hello reader's in this tutorial we will find an array by searching. We will search an specific array's value and get the array element index if found. We are going to use a Array object methods indexOf and lastIndexOf which is in the new (E

Exploring closures in functions in depth

var ClosureDem = function (arg1) { return function (arg2) { return arg1 + arg2; } } ClosureDem("Hello")(" world!");//-> "Hello world!" Recently, I started learning about closures in functions and found a lot of new things for myself bu

How to delete sms in system database

I'm working on a project in which all incoming from one service center (may have multiple hotlines). All messages will display in my app. User can swipe to delete each message or multi-select messages to delete. I can't delete the message

java problem

  what is the problem here?please help me package help; import java.util.Date; import java.sql.*; import java.util.logging.Level; import java.util.logging.Logger; public class Help { public static void main(String[] args) throws SQLExcep

How to Prevent iOS Devices on AT&T Account to Silently Run in Supervised Mode

I finally stopped mooching off my parents family plan and set up my own account with AT&T and I noticed some strange things.  Somehow my account got associated with a discount program with the company I work for, which I definitely didn'

How To Check For Banned Word On Page With Javascript ?

Folks, I'm trying to add a content filter (banned words filter) onto a web proxy. When the Javascript detects any of the banned words on the page, it should: * echo/print on screen/display a warning to the user: "Banned word "blah bla

How to extract bold text from pdf file programatically using PDFKit in iOS?

I am using PDFKit to display my pdf files. I've integrated the searching functionality but I want to search only bold texts/words.   I'm wondering is it possible to do what I'm looking for or does Apple don't allow it? Because

How to Check If Bootstrap Last Column is Even or Odd

Im new to this forum and new to php too… hope i get some help… I have bootstrap column in while loop, what i want is if bootstrap last column is odd then i want column to be 12 (col-12), i found the way to check number even or odd but

Java Check whether username already exists or not

I am having a file called customersinfo.txt this is how my file structure looks like ID FirstName LastName Email Mobile UserName PassWord ConPassWord 1 John Sam JS@gmail.com 0123 JhonSam12 1234 1234 2 ---- ------ ----------- ---- ----- ------ ------

1 37 115
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: