List Info

Thread: Blog entry publish date and time




Blog entry publish date and time
user name
2006-09-25 18:49:44
I installed the latest blojsom.war on Sept 13, from http://sourceforge.net/project/showfiles.php?group_id=72754&package_id=125988 , and have it running on the most recent Tomcat app server.  I share your guess about category confusion.  Maybe it's a software problem with the category lookup failing, yielding "null".

On 9/25/06, David Czarnecki <blojsom.com">davidblojsom.com> wrote:
Just curious, what version of blojsom are you running? It seems like a problem with the blog category when blojsom is trying to write the entry meta-data.
Hi Cliffano.  

Thanks for the reply, which helped me get much closer to the source of the problem.  I looked at my log (excerpt below) and sure enough, something is going wrong.  The meta-data (.meta file) is not getting written successfully, and that's where the date gets stored.  Looking at an execution backtrace, I see that blojsom tries to write meta-data to a non-existent directory "null" under my blog directory.  As an experiment, I created a "null" subdirectory. Then the meta-data does get written there, but it's not found when displaying the blog entry.

Has anyone seen this problem?  Any suggestions?

 ; - Conal


Sep 25 10:48:43 DEBUG [http-10100-Processor21] servlet.BlojsomServlet - blojsom plugin execution: org.blojsom.plugin.admin.EditBlogEntriesPlugin
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - User requested update blog entry action
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Blog entry id: Blog-conversion.html
Sep 25 10:48:43 DEBUG [http-10100-Processor21] language.LanguageSelectionPlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] language.LanguageSelectionPlugin - Current language: null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] markup.MarkupSelectionPlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] markup.MarkupSelectionPlugin - No markup selections available
Sep 25 10:48:43 DEBUG [http-10100-Processor21] technorati.TechnoratiTagsPlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] technorati.TechnoratiTagsPlugin - Added/updated tags:
Sep 25 10:48:43 DEBUG [http-10100-Processor21] common.RSSEnclosurePlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] common.RSSEnclosurePlugin - Current enclosure: null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving entry from / to null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] blog.FileBackedBlogEntry - Created blog entry file: /home/conal/blojsom-blogs/default/Blog-conversion-1
.html
Sep 25 10:48:43 ERROR [http-10100-Processor21] blog.FileBackedBlogEntry - Failed saving meta-data to: /home/conal/blojsom-blogs/default/null/Blog-conv
ersion-1.meta
java.io.FileNotFoundException: /home/conal/blojsom-blogs/default/null/Blog- conversion-1.meta (No such file or directory)
 &nbsp; &nbsp; &nbsp;  at java.io.FileOutputStream.open(Native Method)
&nbsp;   ; &nbsp; &nbsp;at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
 &nbsp; &nbsp; &nbsp; &nbsp;at java.io.FileOutputStream .<init&gt;(FileOutputStream.java:131)
&nbsp;   ; &nbsp; &nbsp;at org.blojsom.blog.FileBackedBlogEntry.saveMetaData(FileBackedBlogEntry.java:468)
   ; &nbsp; &nbsp; at org.blojsom.blog.FileBackedBlogEntry.save(FileBackedBlogEntry.java:605)
&nbsp; &nbsp; &nbsp;   ;at org.blojsom.plugin.admin.EditBlogEntriesPlugin.process(EditBlogEntriesPlugin.java:379)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.blojsom.servlet.BlojsomServlet.service(BlojsomServlet.java:432)
 &nbsp;   ; &nbsp; at javax.servlet.http.HttpServlet.service (HttpServlet.java:802)
 &nbsp; &nbsp;   ; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java :173)
&nbsp; &nbsp; &nbsp;   ;at org.blojsom.filter.PermalinkFilter.doFilter(PermalinkFilter.java:207)
 ; &nbsp; &nbsp; &nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
 &nbsp; &nbsp;   ; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&nbsp; &nbsp;   ; &nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java :178)
&nbsp; &nbsp; &nbsp;   ;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
 &nbsp; &nbsp;   ; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
 &nbsp; &nbsp;   ; at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:107)
  ; &nbsp; &nbsp; &nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  ; &nbsp; &nbsp; &nbsp;at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
&nbsp; &nbsp; &nbsp;   ;at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
&nbsp;   ; &nbsp; &nbsp;at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
&nbsp; &nbsp; &nbsp;   ;at java.lang.Thread.run (Thread.java:595)
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving 0 comments
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving 0 trackbacks
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving 0 pingbacks
Sep 25 10:48:43 DEBUG [http-10100-Processor21] blog.FileBackedBlogEntry - Deleting post /home/conal/blojsom-blogs/default/Blog-conversion.html
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Updated blog entry: null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] servlet.BlojsomServlet - Adding last-modified header for current date
Sep 25 10:48:43 DEBUG [http-10100-Processor21] servlet.BlojsomServlet - Template extension: vm
Sep 25 10:48:43 DEBUG [Thread-59] pingback.PingbackPlugin - No text in blog entry or send-pingbacks not enabled.
Sep 25 10:48:43 DEBUG [http-10100-Processor21] dispatcher.VelocityDispatcher - Retrieved template for page: org/blojsom/plugin/admin/templates/admin-e
dit-blog-entry.vm
Sep 25 10:48:44 DEBUG [http-10100-Processor21] dispatcher.VelocityDispatcher - Dispatched to flavor page template: org/blojsom/plugin/admin/templates/
admin-edit-blog-entry.vm
Sep 25 10:48:44 DEBUG [Thread-59] weblogsping.WeblogsPingPlugin - Pinged notification URLs based on blog entry event
[conalfeijoada conal]$
[conalfeijoada conal]$ fg
tail -f ~/tomcat/logs/catalina.out  &nbsp; &nbsp; (wd: ~/tomcat/webapps/blojsom/WEB-INF/themes/conal/resources)

[1]+  Stopped  &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; tail -f ~/tomcat/logs/catalina.out  (wd: ~/tomcat/webapps/blojsom/WEB-INF/themes/conal/resources)
(wd now: ~)
[conalfeijoada conal]$

On 9/25/06, Cliffano Subagio <gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cliffanogmail.com> wrote:
Hi Conal,

I don't think that behaviour is expected. You should get the current date when you don't specify any.
Is there any error message in your log file?

31 Dec 1969 sounds like something to do with epoch 1 Jan 1970.


On 9/25/06, Conal Elliott < conal.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">conalconal.net conal.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> <;mailto:conalconal.net&gt; > wrote:
I just installed and started using blojsom, and I'm puzzled about the date & time used for blog entries (through the ?flavor=admin interface).  When I don't specify a date, I get "Wednesday, 31 December 1969".  When I do specify date & time, if I later edit an entry, the date & time are forgotten, and so I have to re-enter them, I again get "Wednesday, 31 December 1969". I'm running on a linux server.

Is this behavior usual & expected?  Are there known solutions?  I'd like the current time to be used when I create a new entry, and then remembered in case of editing.

My blog is set up at http://blog.conal.net.

Thanks,  - Conal

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV  <http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>

_______________________________________________
Blojsom-users mailing list
lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Blojsom-userslists.sourceforge.net  lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> <;mailto:Blojsom-userslists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/blojsom-users




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV  <http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>

_______________________________________________
Blojsom-users mailing list
lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Blojsom-userslists.sourceforge.net  lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> <;mailto:Blojsom-userslists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/blojsom-users





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Blojsom-users mailing list
lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users


--
David Czarnecki

http://www.blojsom.com/blog/ | http://blojsom.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Blojsom-users mailing list
lists.sourceforge.net">Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users



Blog entry publish date and time
user name
2006-09-25 18:53:41
What does your category drop-down look like when adding/editing an entry?


On 9/25/06 2:49 PM, "Conal Elliott&quot; <conalconal.net&gt; wrote:

I installed the latest blojsom.war on Sept 13, from http://sourceforge.net/project/showfiles.php?group_id=72754&package_id=125988  <http://sourceforge.net/project/showfiles.php?group_id=72754&amp;amp;package_id=125988> , and have it running on the most recent Tomcat app server.  I share your guess about category confusion.  Maybe it's a software problem with the category lookup failing, yielding "null".

On 9/25/06, David Czarnecki <davidblojsom.com> wrote:
Just curious, what version of blojsom are you running? It seems like a problem with the blog category when blojsom is trying to write the entry meta-data.



On 9/25/06 2:06 PM, "Conal Elliott&quot; <conalconal.net&gt; wrote:

Hi Cliffano.  

Thanks for the reply, which helped me get much closer to the source of the problem.  I looked at my log (excerpt below) and sure enough, something is going wrong.  The meta-data (.meta file) is not getting written successfully, and that's where the date gets stored.  Looking at an execution backtrace, I see that blojsom tries to write meta-data to a non-existent directory "null" under my blog directory.  As an experiment, I created a "null" subdirectory. Then the meta-data does get written there, but it's not found when displaying the blog entry.

Has anyone seen this problem?  Any suggestions?

 ; - Conal


Sep 25 10:48:43 DEBUG [http-10100-Processor21] servlet.BlojsomServlet - blojsom plugin execution: org.blojsom.plugin.admin.EditBlogEntriesPlugin
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - User requested update blog entry action
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Blog entry id: Blog-conversion.html
Sep 25 10:48:43 DEBUG [http-10100-Processor21] language.LanguageSelectionPlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] language.LanguageSelectionPlugin - Current language: null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] markup.MarkupSelectionPlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] markup.MarkupSelectionPlugin - No markup selections available
Sep 25 10:48:43 DEBUG [http-10100-Processor21] technorati.TechnoratiTagsPlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] technorati.TechnoratiTagsPlugin - Added/updated tags:
Sep 25 10:48:43 DEBUG [http-10100-Processor21] common.RSSEnclosurePlugin - Handling process blog entry event
Sep 25 10:48:43 DEBUG [http-10100-Processor21] common.RSSEnclosurePlugin - Current enclosure: null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving entry from / to null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] blog.FileBackedBlogEntry - Created blog entry file: /home/conal/blojsom-blogs/default/Blog-conversion-1
.html
Sep 25 10:48:43 ERROR [http-10100-Processor21] blog.FileBackedBlogEntry - Failed saving meta-data to: /home/conal/blojsom-blogs/default/null/Blog-conv
ersion-1.meta
java.io.FileNotFoundException: /home/conal/blojsom-blogs/default/null/Blog- conversion-1.meta (No such file or directory)
 &nbsp; &nbsp; &nbsp;  at java.io.FileOutputStream.open(Native Method)
&nbsp;   ; &nbsp; &nbsp;at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
 &nbsp; &nbsp; &nbsp; &nbsp;at java.io.FileOutputStream .<init&gt;(FileOutputStream.java:131)
&nbsp;   ; &nbsp; &nbsp;at org.blojsom.blog.FileBackedBlogEntry.saveMetaData(FileBackedBlogEntry.java:468)
   ; &nbsp; &nbsp; at org.blojsom.blog.FileBackedBlogEntry.save(FileBackedBlogEntry.java:605)
&nbsp; &nbsp; &nbsp;   ;at org.blojsom.plugin.admin.EditBlogEntriesPlugin.process(EditBlogEntriesPlugin.java:379)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.blojsom.servlet.BlojsomServlet.service(BlojsomServlet.java:432)
 &nbsp;   ; &nbsp; at javax.servlet.http.HttpServlet.service (HttpServlet.java:802)
 &nbsp; &nbsp;   ; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java :173)
&nbsp; &nbsp; &nbsp;   ;at org.blojsom.filter.PermalinkFilter.doFilter(PermalinkFilter.java:207)
 ; &nbsp; &nbsp; &nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
 &nbsp; &nbsp;   ; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&nbsp; &nbsp;   ; &nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java :178)
&nbsp; &nbsp; &nbsp;   ;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
 &nbsp; &nbsp;   ; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
 &nbsp; &nbsp;   ; at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:107)
  ; &nbsp; &nbsp; &nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
 &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  ; &nbsp; &nbsp; &nbsp;at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
&nbsp; &nbsp; &nbsp;   ;at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
&nbsp;   ; &nbsp; &nbsp;at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
&nbsp; &nbsp; &nbsp;   ;at java.lang.Thread.run (Thread.java:595)
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving 0 comments
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving 0 trackbacks
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Moving 0 pingbacks
Sep 25 10:48:43 DEBUG [http-10100-Processor21] blog.FileBackedBlogEntry - Deleting post /home/conal/blojsom-blogs/default/Blog-conversion.html
Sep 25 10:48:43 DEBUG [http-10100-Processor21] admin.EditBlogEntriesPlugin - Updated blog entry: null
Sep 25 10:48:43 DEBUG [http-10100-Processor21] servlet.BlojsomServlet - Adding last-modified header for current date
Sep 25 10:48:43 DEBUG [http-10100-Processor21] servlet.BlojsomServlet - Template extension: vm
Sep 25 10:48:43 DEBUG [Thread-59] pingback.PingbackPlugin - No text in blog entry or send-pingbacks not enabled.
Sep 25 10:48:43 DEBUG [http-10100-Processor21] dispatcher.VelocityDispatcher - Retrieved template for page: org/blojsom/plugin/admin/templates/admin-e
dit-blog-entry.vm
Sep 25 10:48:44 DEBUG [http-10100-Processor21] dispatcher.VelocityDispatcher - Dispatched to flavor page template: org/blojsom/plugin/admin/templates/
admin-edit-blog-entry.vm
Sep 25 10:48:44 DEBUG [Thread-59] weblogsping.WeblogsPingPlugin - Pinged notification URLs based on blog entry event
[conalfeijoada conal]$
[conalfeijoada conal]$ fg
tail -f ~/tomcat/logs/catalina.out  &nbsp; &nbsp; (wd: ~/tomcat/webapps/blojsom/WEB-INF/themes/conal/resources)

[1]+  Stopped  &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; tail -f ~/tomcat/logs/catalina.out  (wd: ~/tomcat/webapps/blojsom/WEB-INF/themes/conal/resources)
(wd now: ~)
[conalfeijoada conal]$

On 9/25/06, Cliffano Subagio <cliffanogmail.com&gt; wrote:
Hi Conal,

I don't think that behaviour is expected. You should get the current date when you don't specify any.
Is there any error message in your log file?

31 Dec 1969 sounds like something to do with epoch 1 Jan 1970.


On 9/25/06, Conal Elliott < conalconal.net conal.net"><mailto:conalconal.net&gt; > wrote:
I just installed and started using blojsom, and I'm puzzled about the date & time used for blog entries (through the ?flavor=admin interface).  When I don't specify a date, I get "Wednesday, 31 December 1969".  When I do specify date & time, if I later edit an entry, the date & time are forgotten, and so I have to re-enter them, I again get "Wednesday, 31 December 1969". I'm running on a linux server.

Is this behavior usual & expected?  Are there known solutions?  I'd like the current time to be used when I create a new entry, and then remembered in case of editing.

My blog is set up at http://blog.conal.net.

Thanks,  - Conal

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV  <http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>  &nbsp;<http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>  <http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>  

_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net  lists.sourceforge.net"><mailto:Blojsom-userslists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/blojsom-users




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV  <http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>  &nbsp;<http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>  <http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>  

_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net  lists.sourceforge.net"><mailto:Blojsom-userslists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/blojsom-users





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV  <http://www.techsay.com/default.php?page=join.php&amp;amp;p=sourceforge&amp;amp;CID=DEVDEV>

_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users



--
David Czarnecki

http://www.blojsom.com/blog/ | http://blojsom.sf.net
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )