Search

AngularJS Search with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Search function using Angular JS with the help of PHP/MySQLi. This will search a certain MySQL Table and in the case of this tutorial, we are going to search for matching firstname, lastname or address of a member. Angular JS is a javascript framework maintained by Google capable of creating Single Page Applications.

Search Highlight in jQuery

Submitted by GeePee on
This project will teach teach you how to include a search highlight in your website in an easy way using jQuery. What we'll do is to download highlight jQuery plugin and customize the codes. Here is the sample code that I created using highlight jQuery plugin: $(document).ready(function() { $('#search_btn').click(function(){ var search_str = $('#str_search').val(); $('body').unhighlight()

Social Networking Website

Submitted by ranjit1 on
some features 1.home page desgin like facebook 1.1:post status 1.2:upload Photo with description of photo 1.3:subcomment for your post by other users 1.4:simley icons in comments section 1.5 post comment in any language(ie:Nepali,English,Hindi etc) 1.6:rating system 1.7:Time in ago Format ie 2 sec ago 1.8:photo comment 1.9:Fetch youtube video through url 1.10:Notification system by ball bouncing 1

File Searcher in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program that will search for a file in a specific path using C#. But here, we will only search for a file in the desktop. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program as File Searcher. 2.

Search Item in a ListBox in C#

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program that searches an item inside the listbox using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Search Item in a ListBox. 2.

Search and Retrieve a Record from Access Database and VB.NET

Submitted by donbermoy on
In this tutorial, i will teach you on how to create a program that can search and retrieve a record from an access database and vb.net. Now, let's start this tutorial! 1. Create an access file with the table, entities, and record below. Name your access database as sample.mdb (2003 format). access access 2.

Google Searcher in VB.NET

Submitted by donbermoy on
This is a tutorial in which we will create a program that will input a word using vb.net and it will search in Google. We all know that Google is the biggest search engine, so that's why we will going to use this site. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.