Thursday 24 December 2015

Directory Listing



A web directory or link directory is a directory on the World Wide Web. A collection of data organised into categories  It specializes in linking to other web sites and categorizing those links.
A web directory is not a search engine and does not display lists of web pages based on keywords; instead, it lists web sites by category and subcategory.[3] Most web directory entries are also not found by web crawlers but by humans. The categorization is usually based on the whole web site rather than one page or a set of keywords, and sites are often limited to inclusion in only a few categories. Web directories often allow site owners to submit their site for inclusion, and have editors review submissions for fitness.

for example    one directory listing website example:

(1)go to http://articledunia.com/
& make sign up


 (2) then you will get message to make login.



(3)then make login with your username & password


(4)then  it will ask for your Main Category  & Sub Category select your categories.



 then you  will ask for enter  title  for your article,Article summary,Article Body, and Article keywords.. enter all the details..



click on preview your Article.. then you will see following kind output:


(6)Finally  you will ask for  confirm about payment & then click on Cancel.. if you want this free..lsiting


Rss feed

how to generate Rss Feeds for your Website

Make RSS Feeds
Step by Step Make RSS Feeds
Everyday more and more websites, news services and blogs are adding RSS content. RSS is a method of syndicating content.The concept of aggregating content in one central location or repository is very appealing. Consumers have become tired of push technology, RSS allows users the flexibility to regain control of their content. RSS feed creators provide content without forcing it on consumers. In fact with RSS consumers are able to choose the content they wish to view.
How to Make an RSS Feed
RSS feeds contain what are referred to as "items". The items are usually connected in some way and contain a common theme or other similarity.
The following feed http://www.notepage.net/feed.xml contains items. The items are all SMS and paging related news articles that would likely benefit someone interested in the wireless market.
Each item contains:
  • title
  • description
  • link
The title and description should be written to describe the content and the link should reference the webpage that contains that actual content.
Like html, the xml file uses open and close tags to designate the title, description and link. Tags are enclosed in brackets <>, like standard html and the close tag contains a forward slash /.
RSS File Appearance
The following is what an item in a xml file looks like:
<title>The Title Goes Here</title>
<description>The description goes here</description>
<link>http://www.linkgoeshere.com</link>
Items
As I mentioned earlier, an RSS feeds contains items and like the tags above, an open and close tag is used to distinguish between items.
<item>
<title>The Title Goes Here</title>
<description>The description goes here</description>
<link>http://www.linkgoeshere.com</link>
</item>
<item>
<title>Another Title Goes Here</title>
<description>Another description goes here</description>
<link>http://www.anotherlinkgoeshere.com</link>
</item>
RSS Feed Channel
Now an RSS Feed is a series of items, these items are chained together to create what is called a "Channel".
The Channel appears at the top of the file and tells people how the items relate to each other. Like items channels use title, description and link tags to describe its content. The open channel tag <chanel> occurs before the first item and the close tag </channel> occurs after the last item.
<channel>
<title>The Channel Title Goes Here</title>
<description>The explanation of how the items are related goes here</description>
<link>http://www.directoryoflinksgohere</link>
<item>
<title>The Title Goes Here</title>
<description>The description goes here</description>
<link>http://www.linkgoeshere.com</link>
</item>
<item>
<title>Another Title Goes Here</title>
<description>Another description goes here</description>
<link>http://www.anotherlinkgoeshere.com</link>
</item>
</channel>
RSS Designation
Finally you will need to designate the file by indicating it is an XML file by inserting xml and rss defining tags at the beginning and </rss> at the very end.

<?xml version="1.0"?>
<rss version="2.0">
<channel>

<title>The Channel Title Goes Here</title>
<description>The explanation of how the items are related goes here</description>
<link>http://www.directoryoflinksgohere</link>
<item>
<title>The Title Goes Here</title>
<description>The description goes here</description>
<link>http://www.linkgoeshere.com</link>
</item>
<item>
<title>Another Title Goes Here</title>
<description>Another description goes here</description>
<link>http://www.anotherlinkgoeshere.com</link>
</item>
</channel>
</rss>
When you save the file be sure to save it as an xml file.



Validation

As my math teacher use to say, check your work! Once your file is complete and uploaded enter it into the feed validator at http://feedvalidator.org

Syndication / Submission

If you've made it this far you are in good shape it is time to "syndicate" your content! Submit your RSS feed (the xml file you created) to sites just like you would submit a web page. Some of the more popular sites that accept RSS files can be found under on RSS Specifications.

tools  example to generate rss.xml file or feed.xml  file:



(1)http://www.joydeepdeb.com/tools/rss-feeds-generator.html 



(2) http://www.rssgenerator.net/

(1)enter your details for rss file:



(2)then click on  Generate Rss Feed File and get following code given in below image :



rss.xml code  file example  :



<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Best Pest Control Service in Mumbai </title>
      <link>http://www.pestcontrolind.com/</link>
      <description>Sadguru Pest Control is an ISO Certified 9001:2008. Sadguru is one of the Best Pest Control Company in Mumbai providing Professional Pest Control Services for Commercial and Residential premises at unbeatable rates.</description>
      <language>english</language>
      <category>Pest Control Service</category>
 <image>
         <title>Sadguru Pest Control</title>
         <url>http://www.pestcontrolind.com/images/logo.png</url>
         <link>http://www.pestcontrolind.com/</link>
      </image>
      <item>
         <title>Best Termite Control Services in Mumbai</title>
         <link>http://www.pestcontrolind.com/</link>
         <description>Sadguru Pest Control is one of the Best Pest Control Company in Mumbai providing Professional Pest Control Services for Commercial and Residential premises at unbeatable rates.</description>
<guid>http://www.pestcontrolind.com/</guid>
      </item>
 <item>
         <title>Best Residential as well as Commercial Pest Control Service in Mumbai</title>
         <link>http://www.pestcontrolind.com/aboutus.html</link>
         <description>We have best pest control management team for our services. We offer 24*7 help line service 9833163355. </description>
<guid>http://www.pestcontrolind.com/aboutus.html</guid>
      </item>
 <item>
         <title>Best Rat Control Service in Mumbai</title>
         <link>http://www.pestcontrolind.com/services.html</link>
         <description> We are best in Pest Control Service.</description>
<guid>http://www.pestcontrolind.com/services.html</guid>
      </item>
 <item>
         <title>Contact us for Sadguru Pest Control Service</title>
         <link>http://www.pestcontrolind.com/contactus.html</link>
         <description>Contact us for Pest Control Service. Call 9833163355 We offer 24*7 help line service.</description>
<guid>http://www.pestcontrolind.com/contactus.html</guid>
      </item>
   </channel>
</rss>

Tuesday 22 December 2015

facebook

How do I link my profile or Page to my Twitter account?
You can link your profile or Page to your Twitter account so that you can share your Facebook posts on Twitter. After you've linked your profile or Page, you can choose the types of posts (ex: status, photo) that you want to share on Twitter.
To link your profile or Page to your Twitter account:
1.    Go to www.facebook.com/twitter
& make login to your facebook account






2. then click on Link A page to Twitter then you will see given below:



3. after click on  link to twitter it will ask for twitter login to Authorize app enter your twitter username & password & click on Authorize app.

4.  finally you will get message  that you facebook page is now linked to Twitter..




5 . now make post on your facebook page which will you see on your twitter ..

Twiiter

Step 1: To connect your Twitter account and your Facebook profile:
  1.  Log in to the Twitter account you want to associate with your Facebook profile.
  2.  Go to your Settings menu's Apps tab.
  3.  Click Connect to Facebook.
  4.If you are not already logged in to Facebook, then you will be prompted to enter your Facebook login credentials.

Step 2:
Login your facebook account:
1.go to following url :




2.then click on  install Application:




3.then select your  page on which page you want to add twitter tab & then click on Add page tab:

4. then click on administrator panel & add your twitter username  &  click on save settings:


5:now you are ready to see your tweets on you facebook page:


================================================================================================================================================

Using Twitter lists:
A list is a curated group of Twitter users. You can create your own lists or subscribe to lists created by others. Viewing a list timeline will show you a stream of Tweets from only the users on that list.
Note: Lists are used for reading Tweets only. You cannot send or direct a Tweet to members of a list, for only those list members to see.
To create a list:
1.             Go to your Lists page. This can be done via the profile icon drop down menu in the top right navigation bar or by going to your profile page and clicking on Lists.
2.             Click Create list.
3.             Enter the name of your list, a short description of the list, and select if you want the list to be private (only accessible to you) or public (anyone can subscribe to the list).
4.             Click Save list.
Note: List names cannot exceed 25 characters, nor can they begin with a number.
To add or remove people from your lists:
1.             Click the gear icon drop down menu on a user's profile. 
2.             Select Add or remove from lists. (You don't need to be following a user to add them to your list.)
3.             A pop-up will appear displaying your created lists. Check the lists you would like to add the user to, or uncheck the lists you'd like to remove the user from.
4.             To check to see if the user you wanted to add was successfully included in that list, navigate to the Lists tab on your profile page. Click the desired list, then  click Members. The person will appear in the list of members.
To see lists that you are on:
·     On your Lists page, click on Member of. This will show you what lists you are on.
To find a list's URL to share:
1.             Go to the list you'd like to share.
2.             Copy the URL that shows up in your browser's address bar. It will look something like this: https://twitter.com/username/lists/list_name
3.              
4.             Paste the URL into a message to anyone with whom you want to share the list.


Trailing Stop Loss in angel one

PageNavi Results No. (ex: 7)

Find Us On Facebook

About Me

My photo
Technical Trainer for Full Stack Web Development & Digital Marketing Course
Powered by Blogger.

Flickr

Find Us On Facebook

Video Of Day

Video Of Day

Fixed Menu (yes/no)

Related Posts No. (ex: 9)

Follow us on FaceBook

Fixed Menu (yes/no)

Animation - Scroll IMG (yes/no)

About

Gallery

Gallery

statistics

Search This Blog

PageNavi Results No. (ex: 7)

Flickr

Follow us on FaceBook

About

Formulir Kontak

Name

Email *

Message *

Flickr

Follow us on FaceBook

Animation - Scroll IMG (yes/no)

About

Gallery

DIGITAL MARKETING TECHNIQUES

 

© 2013 Digital Marketing by Om Sir. All rights resevered. Designed by Templateism

Back To Top