article

Where can I get raw news articles from the last year?

I'm writing some code that calculates certain statistics about word usages. Does anyone know where I can find a database of raw news articles from various topics over a period of (say) the last year? Preferably they would be either in plain text format or XML. Trying to scrape content from random web sites isn't a good option. I kno...

PHP5 vs ASP.NET

Hi guys, I am required to write a report contrasting PHP5 and ASP.NET after building an application in both languages. I've been looking for papers and resources to reference and quote on the subject but i am running a little short. I was wondering if anyone directions as where i could find such papers / resources. Thanks in advance...

how to read a programming article. if i am weak in a language who is used to write this article

When i read a report , blogs , article especially from a expert is written in very tough language. i can't know what author want to tell us in blogs and article.it is difficult to read , learn and thing about them. if want to say "Google translate" then it's joke because if you translate using G Translate then he not translate well. are...

Select the objects for publishing and set article properties using RMO in C# .NET

I am using transaction replication with push subscription. I am developing a UI for replication using RMO in C#.NET between different instances of the same database within same machine holding similar schema and structure. I am using Single subscriber and multiple publisher topology. During creation of publication i want to set a few art...

Two Collumn Article content Joomla

Hello, How to make some of article when i click readmore the paragraph not show to the bottom but to the right side... here's the illustration picture http://www.oymo.com/upload/uploads/collumn-artikel.jpg thanks ...

Joomla, passing a querystring parameter to a link in an article

We have some banner ads linking to an article in Joomla and they are passing a reference code in the URL, like this: index.php?option=com_content&view=article&id=378&Itemid=249&ReferenceCode=WB6074 Inside the article, we're linking to a signup form on another web site and we need to pass the reference code in that URL's querystring. H...

What to choose for article management website

Hi Guys, I have some questions regarding article management system. I am thinking of making a website where people will become members and write their articles, they can publish them, rank them etc. And i have been googling for past two weeks that which technology is best. And how to store the article so that search engines (like googl...

Wordpress updated posts on home page

Hi, I've got a blog where I often have to update my articles. Now, I want the updated articles to be shown on the home page (as if they were created today). "Sticky" posts don't solve my problem and I didn't find any plugin that would do that for me. Changing the "created"-date isn't a solution as well because all posts have a url like ...

How to create article spinner regex in Java?

Say for example I want to take this phrase: {{Hello|What's Up|Howdy} {world|planet} | {Goodbye|Later} {people|citizens|inhabitants}} and randomly make it into one of the following: Hello world Goodbye people What's Up word What's Up planet Later citizens etc. The basic idea is that enclosed within every pair of braces will b...

Develop article spinner software

I want to develop an article spinner. A software that generates several articles from one article of the same meaning but using different words and synonyms. Is there any open source version? How does this software work? ...

asp.net code for article submission and comments and rating

Hi, I need to write a module for submission of articles and rate and commenting of the article. Can anyone help me with sample asp.net 3.5 code to upload articles in asp.net and comments and rating. Thanks in advance. ...

How to open a link from a Joomla article into the same article window

Hi,I'm trying to have the users click on the links in an article, but have the results open in the same article (so the article reloads and open the target page in itself, like it would if it was in an iframe, right now it reloads the whole page), I do not want to use the main menu, and would also like to avoid using iframes, normally if...

navigation links in joomla articles

hi,i have some problem that in articles its not showing the navigation links even i have set the perameters yes and default plugin is set. so plz help me out for the same Thanks ...

Tool for writing articles

I need a tool to write my thesis. It should work with TeX, support multiple languages (want to publish this work in several languages), bibliographic references, create table of contents, and be able to export the result to pdf format. What toolkit do you use to create your articles? ...

URL error in Article Dashboard Script

Hey Guys Ive got a website with Article Dashboard installed, you can find it here http://www.linux-website-hosting.com/ The problem is, Search engine friendly urls are activated in this script, so is ioncube and I cant turn search engine friendly urls off. So now, when I click on any of the categories or test articles, i get a page not...

C#: Article about throwing proper type of exception

Sometimes I dont know witch type of exception should I throw. So I usually throw Exception(). Is there some nice article about this? ...