Affiliate Tracking Program for existing ASP.Net website - asp.net

I have a requirement for our existing ASP.NET website to have sort of an affiliate tracking service. I am looking for a third party affiliate tracking tool that is easy to integrate to ASP.NET. Any suggestions? open source affiliate tool would be great too but I doubt if there is any.. thanks in advance.

Nexus Web Development made a custom one for us, it works great and we are able to enhance the functionality of it as necessary.

Related

Share a news from a sharepoint intranet to linkedin

I am trying to figure a way to share a news from an intranet sharepoint online (classic) site to a personal linkedin account, without using a linkedin connector for security reasons.
My first guess would be to first export this news to a publicly accessible location then find a way to share it.
Anyone does that before or could suggest something?
Thanks !
You could enable external sharing in SharePoint Online, thus you could share the news from the SharePoint site to external users(linkedin account).
The below articles would help you enable external sharing in SharePoint Online:
https://learn.microsoft.com/en-us/sharepoint/external-sharing-overview
https://learn.microsoft.com/en-us/sharepoint/turn-external-sharing-on-or-off

Interacting with the wordpress api with an asp.net application

I have built an asp.net application from which I would like to post blog entries to wordpress, using the wordpress API. Thus far I have been unable to find any good tutorials or walkthroughs to do so. How might I use the wordpress API to upload blog content via an asp.net application?
I know that you should use the xml-rpc (probably need to enable on your server under administration area). xml-rpc. However, actual implementation details I am not positive on. Hopefully this gives you a start.
http://codex.wordpress.org/XML-RPC_wp

Software for tracking how popular a web site is

Is there a (free!) software/components that I can use to track how my web site is being used - which pages are most popular, how many times was the site visitied today, yesterday etc...
How about Google Analytics? http://google.com/analytics
The information you want is (mostly) in the server logs, so I'd ask the server admin to give you access to some statistic-script (if it's installed).
Here's an open software for website analytics:http://www.openwebanalytics.com/
And you can - of course - always give your data to Google and let them generate the statistics using "Google Analytics". It requires including a piece of code into your website.
AWStats is a good option, but +1 for Google Analytics.

Wordpress for Intranet portal?

I need a intranet portal for a Repair factory in which 100 Technician worked.
The main purpose of this portal is "sharing technical information (like technical bulletins etc)".
I also create a simple website/portal with HTML,Javascript. Which is running sucessfully.
But Now we need a Blog like site in which Technician can share own experience/knowledge with other. for this requirement i tried with Joomla,wordpress, drupal etc.
firstly suggest me which platform is best? i have beginning knowledge of PHP, JavaScript and JQuery.
requirement:
Technician can post a article within one or more defined categaries.(like model,level of information,Electrical or mechnical etc.)
After submitting articles, it sent to the Technical Specialist or Technical Editor for approval.
after approved it is published to Blog with ranting,commenting option.
Which theme,plug-in is suitable?
Take a look at Plone (http://plone.org/), I think it fits perfectly for your needs.
Plone lets non-technical people create
and maintain information for a public
website or an intranet using only a
web browser. Plone is easy to
understand and use — allowing users to
be productive in just half an
hour — yet offers a wealth of
community-developed add-ons and
extensibility to keep meeting your
needs for years to come. "
For those looking these days and who want / need WordPress you can use Woffice (https://woffice.io/) or Thrive. Both have all these features.

How to integrate open ID Login

I want to integrate Open ID, Google and Yahoo login in my site, So please anyone can tell me the process of integration in ASP.NET.
Google and Yahoo support OpenID, so you just need to OpenID enable your website.
This is a great article which tells you step by step of what you need to do. You will still need an OpenID library for .NET in order to do that.
I have actually written a blog post on How to add OpenID authentication to your site using Janrain Engage that might help you along.
It's written with an ASP.NET MVC 3 application in mind, but there's nothing in there you cannot use in an ASP.NET app.

Resources