Posts

Get The Domain Or Host From URL Or Link

Image
How to get the top domain from the URL ? How to get the host from the URL? I have the solution for you !!!!! Here today i have a PHP script that can convert the long URL to the top domain or the source domain URL its a simple for you to use i don't have much to say about this but a simple script for you to use and easy to integrate  it will be cool  Ohh yes !!!!! PHP code : <?php $url = 'Your Url Here '; echo $url; $parse = parse_url($url); print $parse['host'];  ?> Author  : Solomon David       Facebook  ,  Google+     About me Get The Domain From Long URL Or Link Get The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain Fr...

How I Got Top Position In Google Search

Image
If your blog need more traffic  from search engine that too from  G o o g l e  you need to do some extra work but after that its all yours, The reason is your blog must have organic traffic because its a high quality traffic so you must SEO you blog but many hates to do that because many don't know what is it ha ha ha sorry :) How I Got Top Position In Google Search Ok i am here to share my experience with you of how i got top position in  G o o g l e  search of every of my article i wrote, its actually i do some SEO to my site oh yes :) My SEO Advice ( I am not Matt Cutts brother ) For example if you are writing an article about a "orange" try to use that word (orange) most repeatedly every where so this increases your  keyword density so  G o o g l e  thinks that   G o o g l e : ohhh this site talks more about orange ok let me promote this website top in the keyword But the...

Best API Tutorials For You To Read

Image
Best API Tutorials For You To Read : Here to day i have some collection of API tutorial for you to learn from , if you think you are a programmer you need to read this its really awesome man. 1. Extract SoundCloud Link With API In Jquery : its a great API for you to extract Soundcloud link from  there URL 2. Extract Google Maps Image API In Jquery : this API is used to extract image from the google map when you type the particlular location 3. Take Screen Shot Of Web pages In API : this is my favorite article taking a snap shot of any website with API 4. Extract Favicon From URL In Simple API : this API is used to extract Favicon from any website 5 . Get Facebook Profile Pictures From Graph API : in this API you can get the facebook profile picture from API Author  : Solomon David     Facebook  ,  Google+     About me

Simple And Easy Pagination In PHP

Image
On My   previous article  about pagination and search i add the pagination with search function  then too many of my readers have some problem with paginating/paging the data from database so today i coded a simple pagination PHP script for you with demo and a free download package for you to learn about pagination many of you have bee also googled the whole day for pagination in php or paging in php but you cant understand what the other blogger or website says so don't get confused here today in this article i got a simple and easy pagination php script for you to download .                     Demo                 Download Conclusion : if you like this script please comment and shre this article to your programmer friends thank you  Author  : Solomon David   Facebook  ,  Google+ ...

Great And Best alternative to Google Adsense | 2013

Image
So here Today i am going say you all guys who are interested in finding  and Googling the whole day to find the best alternative to Google Adsense , before that i wanna say some people out there will make you fool by saying some ad network that is alternative to Google Adsense but today in this article these ad networks are the only one which is really alternative to Google Adsense i assure you 200% . 1.   MEDIA.net      I recommend you this media net work for you this ad network by Yahoo and Bing network  when they approve you god bless you its really a great paying ad network and alternative to Google . Minimum Requirement     : 1. A blog with rich content of about 40 -70 post  2. daily traffic of 30,000 page view  is really hard for some start up blog but its very hard to get approved in media.net ...

Facebook Like Title alert in Jquery

Image
In this article i am going to present you a jquery script that alerts the title like Facebook , in Facebook you have seen the title alerts when there is a new message or new notification with a count like the same way i created a plugin that alerts you with count it is simple plugin for your site to integrate it and i also included a demo and a download package note that its just a demo model if you need to add php script and MySQL to alert the title you can do it by your ideas but i just added a jquery thing   if you like this article (Facebook Like Title alert in jquery ) please share this among your fellow developers and do comment bellow it would be great for me thank you have a nice day guys Demo           Download Author  : Solomon David   Facebook  ,  Google+     About me Facebook Like Title alert in Jquery Facebook L...

Count The Clicks In PHP, MySQL

Image
i created a click count with PHP and MySQL with the update function to get there clicks and update them in the database table it very easy and easy to implement in to the scripts you use. it is after all  a simple script but help u in a big way it works like when a person clicks the link it redirects him to click.php file this collects the id and updates them in the database, with click+1 value so when a person clicks it multiple times the values will be added in +1 form,  you can check the demo out there and download the full working source code please subscribe to us and share this, thank you.               DEMO                       DOWNLOAD Create Table CREATE TABLE  clickcounter1  ( id  INT(11)  PRIMARY KEY   AUTO_INCREMENT , url VARCHAR(300)  UNIQU E, count ...