news

What's the best way to implement news system without using wordpress ?

Hello, I'm a little afraid of using Wordpress because of his connotation "all made", plus my website is 100% hand coded, actually, i use the phpBB but it's not what I want cause visitors have to go out of the website to go to the forum to see the news. So how/what can I do to have my own news system management (publish/review/moderate ...

Can we only use the back-end of wordpress without any front-end ?

Hello, i just asked a question few minutes ago which led me to this one : I want to know if there is any chance to use only the back-end of wordpress ? I mean, link my admin interface to post news link my visitor interface on my website to the wordpress news so the visitor can access the news So the visitor never find out that i...

Sources for news about network security

I am a software developer that wants to stay up-to-date on network security news. What are some of the best sources online for not only keeping tabs on newly discovered security vulnerabilities that may affect projects I'm working on, but also best-practices when developing network software. Please keep in mind that I am looking for so...

How can I cluster short messages [Tweets] based on topic ? [Topic Based Clustering]

Hello, I am planning an application which will make clusters of short messages/tweets based on topics. The number of topics will be limited like Sports [ NBA, NFL, Cricket, Soccer ], Entertainment [ movies, music ] and so on... I can think of two approaches to this Ask users to tag questions like Stackoverflow does. Users can select ...

block news(.aspx)

Hi all, i use the asp.net(.aspx) language to develope my website. i want to create a module of news appearing in home page, and by clicking "more" you will get details in another page of news details !! so i need help! Thanks ...

Is there a good, frequently updated, well written news site for c# developers preferably with a alt.net bent.

I would love to visit a web site and catch up on the latest c# news, microsoft framework and other alt.net news. Is there something out there that offers a bit of editorial or is aggregating blog feeds into google reader the only solution. The only thing that I'm aware of that comes close to my requirements is: DotnetKicks - lack of...

Best way to stay current on technology

Possible Duplicates: How can I continue to stay current on the latest and (maybe) greatest tools, techniques, and technologies? Whats your way to stay up to date and learn new technologies? The way lifehacker provides the ability to stay current on lots of general topics, including software and gadgets, is there a site out t...

News sources for python django

Hi All, I find myself continually sifting through the net to keep up with Python/Django/web development trends and news. Does anyone recommend any good news sites that focus on web development or they Python community? For example, what new Django modules are popular or interesting new jQuery plugins, etc. Just curious to know how ...

Is there an api for Google News autosuggest?

Hi there. A few days ago I was introduced to the Google autosuggest api here: http://google.com/complete/search. I built a little Yahoo Pipe to pull out the top 5 suggestions from the 5 biggest English speaking Google sites and wanted to do the same for Google News. Changing the above url to news.google.com/complete/search works but only...

RSS with international news and GEO coordinates (GEORSS)

Hello, im developing a programs who can locate point given a coordinate over a map, do you know a rss with international news a geo data to test with? PS: GEODATA EX: GeoRSS-Simple <georss:point>45.256 -71.92</georss:point> GeoRSS-GML <georss:where> <gml:Point> <gml:pos>45.256 -71.92</gml:pos> </gml:Point> </georss:w...

Incremental clustering algorithm for grouping news articles?

I'm doing a little research on how to cluster articles into 'news stories' ala Google News. Looking at previous questions here on the subject, I often see it recommended to simply pull out a vector of words from an article, weight some of the words more if they're in certain parts of the article (e.g. the headline), and then to use some...

Android Market - Time to wait between two updates

Hi I would like to know how many times I must wait to post an update for my application. I want to be sure that the update will appears in the "news" section of the Android Market. Thanks very much. ...

News feed help for activity stream

building a facebook-like newsfeed and need help. We would like to start off with just comments in the news feed. We would like to display all of the comments of everybody the current user is following on the site. There is a followers table with the follower id and the followee id. Here is a basic query of the followers table to select ...

How to stay tuned with the latest technology of web, desktop and mobile development?

There are so much new things going on in the era of Internet and I wonder how you guys are staying updated in this area. Do you have good links, yearly conferences, blogs, twitter profiles, irc channels, mailing lists etc to share? I want to stay tuned too! ...

Programming & Software Development News / Newsletters

I currently subscribe to MSDN Flash and Red Gate's developer newsletter, which is great. I'd like to find more sources. Where/Who else sends or posts news or articles about software development? ...

Managing News Drupal rss feeds color

Was wondering if anyone using Managing News for Drupal, Knows if it's possible to have each feed be a different color on the map? Say I had 20 different twitter rss feeds, how could I get each one to be its own unique color, instead of them just being blue? Thanks. ...

Are changelogs and news still en vogue?

Traditionally, developers (especially of open source projects) used to write a note about every single change with a description, the date and their name into a file called ChangeLog, CHANGES or HISTORY. This practice was created in a time where version control systems where not in wide use - nowadays people can simply type git log etc. ...

How large RSS reader works (netvibes, Google reader...)

Hello guys, I wonder how web applications like Google Reader, Blogline, techronati works, and what technics they follow to parse millions of RSS feeds using cron job at one time?. Good evening, Thank you. ...

Date not showing on consecutive posts on Wordpress

Hi everyone, I have a news section that shows posts only with a category of "news". The code is shown below. The problem is, only the first news post gets a date above it. All the posts following the most recent "news post" don't have dates. Anyone have any idea why this is happening? Thanks! Amit <div id="news"> <?php ...