blogs

develop blog building software

Hello, I want to develop a blog building software, a software to publish directly from desktop to any blog site/software am using online eg wordpress, google blog etc. basiclly what am trying to do is that the software i would develop would allow me with a valid login to post/blog to an online blog i own. Now here are my questions is...

Which Android Development blogs you follow

Hi, which are the top Android development blogs that you follow. Please do not mention forums or general android products blogs ...

Using Yet Another Forum as a Blog

I use YAF with full integration as part of my website's forum page. It works great! I've now decided that I want to start blogging... Can I modify YAF into a blogger for a different section of my site? If not, then what's a recommended ASP.NET based blogging solution, that can also integate fully within my site? ...

Format Eclipse code snippets for blog publishing?

Visual Studio has a plugin that allows one to copy code from any editor (C#, HTML, XML) and then paste it with HTML formatting that preserves the syntax highlighting, etc. This is very handy for publishing code samples/examples to a wep page/blog. I have seen one old (2006?) plugin for java to html conversion, but are there any broader ...

Is request.getMethod().equalsIgnoreCase("post") a bad idea in a (pre-Spring-3.0) Spring blog app?

In Spring 3.0 annotations allow you to specify the blog post method as a url. But prior to that version of Spring, is this the best way to achieve it: @SuppressWarnings("unchecked") public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse arg1) throws Exception { ModelAndView mav = handleRequestInternal(reques...

Facebook Comment Export to my Blog ?

I have a blog and use Social RSS to send the feeds to facebook Fan page Wall. When some one comments on that. i want that to be captured and published on my blog. will that be possible ? ...

Add AW Blog link to Magento top menu

Using the Magento 1.4 blog plug-in "AW Blog", how is it possible to get the "News" link it creates to appear in Magento's top menu (as opposed to the top links menu which it does by default)? ...

Active blogs about Lazarus and/or FPC

I'm getting really pissed with the whole direction that "Emborcadero" is taking and I'm really going to invest in FPC/Lazarus. Went to the Lazarus Documentation page and found the following blogs: Lazarus Development - Up to date Adventures of a Newbie - FPC Wiki page On the road with Lazarus/Free Pascal - Up to date Porting to Lazaru...

asp.net blog engine which supports themes?

Looking for a open source mature ASP.NET based blog engine which supports themes. I was working with BlogEngine but I am finding that some of HTML produced is different than the declared ones I have in files and I am spending too much time troubleshooting these issues. Is there another blog engine? dasBlog latest update was March 2009....

integratable php blog API for existing site?

I'm inheriting a php project of a complete website. It's currently static; the owner just wants a blog on the front page to keep things fresh. Is there a mature PHP blog software out there that I can make a few calls to and have a blog up and running on their front page, without having to convert their entire existing site to a blog or C...

Blogging engine A to Z

Hi Guys, I want to start writing my own blogs but have few queries before I start doing that. I was recently reading David Hayden's article and he is under pain as the blog engine he is using is of dark ages and it doesn't go well with current technologies and interface. I would like to know A to Z of getting started with one of the be...

i want to crete new blog site

any free blog engines which I can use for creating new blog site like gizmodo.com ...

Node template for blog teaser node

I'm trying to create a teaser node template to display all Blog teasers. For the page tpl I have page-blogs.tpl.php For the Blog node tpl I have node-blog.tpl.php (This one is looping to display all the blog teasers) Now how do I create a node template to surround the node teasers? My URL for the page with all the blog teasers is: /blog...

Blog system with code interpreting

Hi all. I wanna create blog site where i'll publishing something.. I looking for blog which can recognize code section where can i paste code like here and it will be interpreted like source code for example ....Can someone write me some Blog system with this feature? I am sorry. bad english. Thanks. ...

Typepad -Typelist inside Typelist

can we have a note typelist to include another link typelist in typepad. which has a link typelist. ...

How to configure Blog Extension in Radiant CMS

Hi all, I have installed radiant gem and made one application of radiant CMS.I have also installed Blog extension in my radient application. But how to configure it.. I can't find the link for the "New Blog Post".i.e. i can't find any functionality that is provided by Blog extension..so is there any configuration is required to enable...

Simple solution for blog alongside ruby on rails app on heroku

I am developing a rails app which I am planning to host on heroku but I would also like to include a blog at http://mydomain.com/blog. I need a simple, single-author soultion with tags, commenting (I was thinking of disqus for this) and the ability to add images. What are my options apart from rolling my own? ...

encode url not encoding

Hi all. I am working in a template in Moveable Type and would like to do the following: <a href="http://twitter.com/share?url=&lt;$mt:EntryPermalink encode_url="1" $>">Twitter</a> It all works but I'm worried that the current link or at some point even if I use a title mt tag that it might not be right for the browser address bar. I ...

How to change the author name for a drupal account/website

I am currently starting a blog on drupal and on every page they have authorName's blog. I don't want it to display my name I want it to display my websites name as I won't have anyone else logging in. Is there a simple way to either change my username or to change the name that the website displays? If it helps the blog is here, but b...

How to add the last X blogs on a page other than the home page?

I just started a drupal blog, found here but extremely rudimentary, and I want to display the last X blogs on pages other than the homepage. Basically for the drupal site I downloaded the ability to add blog posts. Right now when I got the site's homepage it shows the last 5 blogs that were added (I know where to change the number of b...