TWITTER

Simple Social Network (Twitter-like) using PHP with Source Code

Submitted by Oluseye Richar… on
This is a Simple Social Network PHP/MySQL Project. This project is a Twitter-like responsive Web app that can help other programmers to understand Especially those who are beginners hot to create a social network web application such as the famous Twitter App. This system allows users to register an account, post a tweet, and search other users. For those who are planning or student that has a

Twitter Update: New Features Added To Go Away With Spams And Trolls

Submitted by Van Ledesma on
As of the present, Twitter is one of the social media giants that have hooked a lot of netizens. Users have loved its features. It can even serve as one of the information sources when it comes to the showbiz industry as most famous stars have Twitter accounts. One thing that keeps the users in a certain social media is the ongoing upgrades and level ups when it comes to its features. It keep

How to Create Twitter Heart Button Animation

Submitted by alpha_luna on
In this article, we are going to create Twitter Heart Button Animation with CSS3. Twitter has released a new heart button, it's a replacement for the favorite button. This heart button it's a cool animation effect for click action. This article will help you how to create this using CSS3 and jQuery. Result

Creating Markup

Displaying example of a news feed.

How To Create Twitter Style - Remaining Character Count

Submitted by alpha_luna on
Are you familiar with this program? If you have an account on Twitter, you will know how it works this program. In this article, we are going to learn on How To Create Twitter Style - Remaining Character Count. This program calculates the remaining character count in Textarea by entering of the user with the use of jQuery script. Note: The max length of our character is 200.

How to Create a Program to Login to Twitter in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to a tutorial on how to create a simple program to login to Twitter. This bot will not do anything other than login so you must know bot basics to carry on for performing actions. Steps of Creation: Step 1: I have created a simple form with just a button1 which is used for starting the process; Textbox1 to contain the username/email and Textbox2 for the password. You will

Visual Basic Twitter Feed Scraper

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a Twitter profile tweet scraper. First create a form which contains a textbox for the profile username and a button to begin the process. Steps of Creation: Step 1: Import the following two imports so we can get the profile page source and manipulate it: Imports System.Net Imports System.Text.RegularExpressions Step 2: Now, add two functions