Difference between revisions of "Main Page"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Hot Topics: online conference isn't new. fix Extensions feature ideas link)
Line 1: Line 1:
<!-- Calendar Borrowed by OpenOffice [user:Rfc1394] from Wikipedia [User:Angela] with modifications -->
 
<div style="float:right; padding-left:5px;">
 
{| style="text-align:left; border:1px solid #aaaaaa; background-color:#f9f9f9;font-family: Verdana, sans-serif;"
 
|- padding:5px;padding-top:0.5em;font-size: 95%;
 
|
 
<div style="border:1px solid #ccc; background: #fff; border-right:3px solid #ccc; border-bottom:3px solid #ccc; text-align: center; padding:3px; float:right; font-size: smaller; line-height: 1.3; margin-right: 4px;">
 
<div style="width:100%">{{CURRENTDAYNAME}}</div>
 
<div style="width: 100%;">{{CURRENTYEAR}}</div>
 
<div style="width: 100%;"> {{CURRENTMONTH}}</div>
 
<div style="font-size: x-large; width: 100%;">{{CURRENTDAY}}</div>
 
<div style="background: #aaa; color: #000;">'''{{CURRENTTIME}}''' [[wikipedia:UTC|UTC]]</div>
 
</div>
 
|}
 
</div>
 
<!-- End of Calendar -->
 
  
== Welcome to the OpenOffice.org wiki ==
 
__NOTOC__
 
This wiki is for all projects associated with OpenOffice.org (OOo). It has a good focus on resources for developers. Also other projects work more and more on the wiki. (Most...) are listed here. Click a link to go directly to the page you want.
 
* [[Certification]]
 
* [[Community_Council|Community Council]]
 
* [[#Getting started with OOo development|Development]] (see below)
 
* [[Documentation]]
 
* [[Education Project]]
 
* [[Localization]]
 
* [[Marketing]]
 
** [[Art]]
 
* [[NLC]] ''Native-Language Confederation''
 
* [[Product_Release|Product Releases]]
 
* [[OOPM|Project Management Tool (OOPM)]]
 
* [[Regional Groups]]
 
* [[Quality Assurance]]
 
* [[Security]]
 
* [[User_Experience|User Experience (UX)]]
 
* User Interface ([[Accessibility]], [[Visual Design]])
 
* [[#Finding general OpenOffice.org user help|User Resources]]
 
* [[Website]]
 
* [[List of wishes]]
 
Join  in contributing to the OpenOffice.org Wiki. Please use your OOo login name for the wiki account. Some functionality is available only if you are logged in to avoid [[MediaWiki_Configuration#AntiSPAM_Measures43q5|SPAM]]. Additionally your email address has to be validated. We might be able to avoid the separate user administration later and log you in with the OpenOffice.org site credentials.
 
  
To get started editing the wiki see [[Help:Editing]].
+
Neuromarketing Canada Website: http://neuromarketingcanada.com
  
== Getting started with OOo development ==
 
<div style="float:right; background-color:lightyellow; border: 1px solid black; margin:0 1em 0 0.5em; padding:0 0.5em 0 0.5em; ">
 
<b>Get Started from Scratch</b><br />
 
you most likely need to:
 
# [[Getting It|Get it]] 
 
# [[Building|Build it]] 
 
# [[Installing|Install it]] 
 
# [[Running|Run it]]
 
Click for instructions on <br />
 
each step!
 
</div>
 
  
[[Building]] and [[hacking]] on [http://www.openoffice.org OpenOffice.org] (OOo) entails climbing a fairly lengthy and steep incline.  Hopefully, this wiki will make the learning curve less steep and less abrupt, and will give you a walking stick to help you out.
 
  
Much of our documentation assumes that you'll be using a reasonably current Linux system, as this is the easiest environment to start. On Linux, all prerequisites are available as [http://www.gnu.org Free software]. There is also some information on developing on [[Windows]].
+
'''EMOTIONOMICS: WINNING THE HEARTS AND MINDS'''
  
[[Education_Project |Education Project]] aims to welcome Students or Teachers who are interested to contribute for code, or whatever concerning Educational system ( see e.g. [[Education_Project/Effort |Education Project Effort]] )
+
Psyho-analyzing our cerebral activity, understanding the results from the sphere of emotions, sensations and rational and translating them into valuable marketing guidelines.
  
For help setting up your editor or environment to search/edit/compile OOo easily, please refer to the [[:Category:Developer_Tools|developer tools]] area.
+
'''THE EMOTIONAL ENGINE: THE NEW MARKETING POWER'''
  
Note that you can build either the plain 'up-stream' OOo or use an [[ooo-build]] release which adds some patches & fixes. However, the ooo-build process is destined to being gradually phased out as the various up-stream issues it solves go away.
+
While traditional old marketing still busy selling, Neuromarketing concentrates on what conditions the consumer’s buying behaiour.
  
Remember that learning UNO components development is not an easy task. To help you there is an Eclipse plugin and tutorial. You can install the Eclipse plugin by using the following update site: http://cedric.bosdonnat.free.fr/ooeclipseintegration. The tutorial on how to create a UNO component in Java is available in the [http://api.openoffice.org/files/documents/22/3216/JavaComponentTuto.odt api project docs & files sections]. The document will even be wikified on this page: [[JavaEclipseTuto | Java Tutorial using Eclipse]]
+
'''WATCH THE NEW POWERFUL APPROACH'''
  
There exists also an [[OpenOffice_NetBeans_Integration|OpenOffice.org API plugin for NetBeans]] that helps a lot to get started with the API and with developing with and for OpenOffice.org. The plugin provides several wizards that simplify the first steps and help to create full working code skeletons for extensions. Try it out and have fun when you want to develop a Java extension for OpenOffice.org. Feedback is always welcome, help us to improve the plugin and send us new ideas what we can do better!
+
Brain scanning such as fMRI (functional magnetic resonance imagery) can pinpoint precisely which brain regions are active as people respond to the 6 major stimuli during the buying act (including brand choices).
  
== Going Further ==
+
'''STIMULATING CREATIVITY'''
  
* [[I want to be an OpenOffice.org developer]] - the basic what & where
+
Sale of ‘smoke & mirrors’ NO LONGER outsells substance. The future of marketing will only be about brand ethics
* [[IRC Communication|Meet the team on IRC]]
+
and emotional connection with the respective audience.
* [[Tutorials]] - hacker tutorials to get the hang of the code
+
* [[Debugging]] - for when it all goes wrong
+
* [[Tinderbox]] - test new [[CWS|child workspaces]] and show your build logfile to others
+
* [[Environment Variables]] - a description of handy environment variables used at runtime
+
* [[Source code directories| A description of the source directories]]
+
* [[Contributing Patches]] - for when you have something to fold back
+
* [[Commit Rights]] - An overview of how to attain commit rights, and what to do with them once you get them
+
* [[Tips]] - misc. hints &amp; tips.
+
* [[FAQ]] - some infrequently asked questions
+
* [[Using_Cpp_with_the_OOo_SDK|Using C++ with OOo SDK]]
+
* [[Extensions_development|Extensions development]] (Python, Basic, Java and C++)
+
* [[Extensions_development#Ideas|Extensions Ideas]] An ideas section for new extensions '''(NEW)'''
+
* [[:Category:Localization|Localization of OpenOffice.org]] - translate, review and test OpenOffice.org in your language
+
* [[OpenOffice_NetBeans_Integration|OpenOffice.org NetBeans Integration]] - program, extend, and customize OO.org in Java with a modern IDE
+
* [[OpenOffice_Eclipse_Integration|OpenOffice.org Eclipse Integration]] - program, extend, and customize OOo in Java with Eclipse
+
* [[Extra Software]] - other open source programs
+
  
== Hot Topics ==
+
'''THE NEW CONSUMER: CHANGING THE OLD STATUS QUO'''
* [[SVN]]: [[OOo_and_Subversion|OpenOffice.org migrates to Subversion]] '''(NEW)'''
+
* [[Marketing/OnlineConferenceSessions|Online Conference Sessions]]
+
* [[Extensions feature ideas]]
+
* [[To-Dos]]
+
* [[Performance]]
+
* [[User:Ericb|Native Mac OS X port]] or for everything related to OpenOffice.org and [[:Category:MacOSX|Mac OS X]]
+
* [[SVG_Import_Filter|SVG import]]
+
* [[Product Release|Product release data]]
+
* [[Java_and_OpenOffice.org|Java related functionality]]
+
* [[Cpp Coding Standards|C++ Coding Standards]], [[Writing_warning-free_code|Warning-free Code]] and [[Writing_correct_Cplusplus|Correct C++]]
+
* [[Syndication|Syndication]] Of OOoAnnouncements
+
* [[Mono Integration|details on how to get Mono working with OOo]]
+
* [[Porting_to_x86-64_%28AMD64%2C_EM64T%29|64bit porting]]
+
* [[VBA|MS Office VBA interoperability]]
+
* [[Digital Signatures]]
+
* [[Bibliographic| Bibliographic Project Developer and Documentation pages]]
+
* [[QA Metrics]]
+
* [[BuildSpeedup| Make the OO.o build process the coolest on the planet]]
+
* [[Chart2 | Chart2: The new chart implementation]]
+
* [[Firefox ODFReader extension]]
+
* [[Firefox OpenOffice.org extension]] Menu extension with useful OO.o links
+
* [[Compiler versions used by port maintainers and release engineers]]
+
* [[Effort/Revise OOo Multi-Threading|Revise OOo Multi-Threading]].
+
* [[Uno]] on the Wiki.
+
* [[Framework]] on the Wiki.
+
* [[Summer_of_Code_2007]] and [[OpenOffice.org_Developer_Article_Contest]]
+
* [[BetterDatabaseDrivers | Better and simpler infrastructure for database drivers]]
+
* [http://www.openoffice.org.br/?q=lancamento_do_cogroo Cogroo] grammatical checker in Portuguese
+
* [[Architecture]] - Description of OOos software architecture.
+
* [[Metalink]] - An XML format used by OOo for file distribution that stores mirror/P2P locations.
+
* [[Convert2MediaWiki]] - Informations to convert from OOo to media wiki
+
* [[Object Inspector]] - Description of an extension to inspect Uno-Objects
+
* [[OOoCon 2007]] - The OpenOffice Conference 2007
+
  
== Finding general OpenOffice.org user help ==
+
Welcome to the new socio-economic change and the new marketing’s battle ground. The new socio-marketing objectives is to bring society and all its complications into the heart of organizations.
  
* [[OOoHelpOutline|OpenOffice.org Help Outline]]
+
'''TAPPING INTO THE EMOTIONAL GOLD MINE'''
* [[Documentation/Dashboard/Application_Online_Help|OOo Application Help]]
+
* [http://plan-b-for-openoffice.org/ Technical support] for non technical users
+
* Free and commercial [[OpenOffice.org_Solutions|Solutions]] to assist in the adoption of OpenOffice.org
+
* [[Press coverage on OpenOffice.org]] (please update the linked page)
+
* [[Wikipedia:List_of_applications_supporting_OpenDocument|List of applications supporting OpenDocument]] from Wikipedia
+
* [[OASIS]] and [[OpenDocument]]
+
* Developer portals for specific components: [[Writer]], [[Calc]], [[Impress]], [[Base]], [[Math]], [[Draw]], and [[Chart]].
+
* [[Documentation/OpenOffice.org_needs_YOU|OpenOffice.org Needs YOU!]]
+
  
[[:Category:MainIndex|Main Index of Articles]]
+
How to stimulate the Limbic system, the Prefrontal cortex and the Primitive brain to hit home run in sales.
 +
While the appeal of “new” is hard-wired into our brains, brain scans also show that familiar
 +
brands cause higher levels of brain activation than unfamiliar ones.
  
<center>
+
 
{|style="border: 1px solid #cfcfbf; padding: .0em .25em .0em; background-color: #f0f0ff; text-align: center;"
+
'''A PICTURE IS WORTH A 1000 WORDS'''
|
+
 
|-
+
Not any picture, Neuromarketing proved. Do we actually understand why we say it.
|
+
 
<p style="margin: 0em 0 0 0%; line-height: 1.1">
+
'''THE RIGHT PICTURE IS WORTH A BIGGER RETURN'''
</p>
+
 
| style="font-size: 95%;"|You loaded this Main Page on {{CURRENTDAYNAME}}, {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} ''T''  {{CURRENTTIME}} '''[[wikipedia:UTC|UTC]]'''.
+
When the EXACT neuro- imagery is used, neuromodulator is released during emotional arousal, plays a central role in the emotional regulation of the LTM (long term memory).
|-
+
 
|style="font-size: 95%;"|
+
More at Neuromarketing Canada Website: '''http://neuromarketingcanada.com'''
|}
+
</center>
+
{{InterWiki Languages}}
+

Revision as of 14:53, 3 March 2009


Neuromarketing Canada Website: http://neuromarketingcanada.com


EMOTIONOMICS: WINNING THE HEARTS AND MINDS

Psyho-analyzing our cerebral activity, understanding the results from the sphere of emotions, sensations and rational and translating them into valuable marketing guidelines.

THE EMOTIONAL ENGINE: THE NEW MARKETING POWER

While traditional old marketing still busy selling, Neuromarketing concentrates on what conditions the consumer’s buying behaiour.

WATCH THE NEW POWERFUL APPROACH

Brain scanning such as fMRI (functional magnetic resonance imagery) can pinpoint precisely which brain regions are active as people respond to the 6 major stimuli during the buying act (including brand choices).

STIMULATING CREATIVITY

Sale of ‘smoke & mirrors’ NO LONGER outsells substance. The future of marketing will only be about brand ethics and emotional connection with the respective audience.

THE NEW CONSUMER: CHANGING THE OLD STATUS QUO

Welcome to the new socio-economic change and the new marketing’s battle ground. The new socio-marketing objectives is to bring society and all its complications into the heart of organizations.

TAPPING INTO THE EMOTIONAL GOLD MINE

How to stimulate the Limbic system, the Prefrontal cortex and the Primitive brain to hit home run in sales. While the appeal of “new” is hard-wired into our brains, brain scans also show that familiar brands cause higher levels of brain activation than unfamiliar ones.


A PICTURE IS WORTH A 1000 WORDS

Not any picture, Neuromarketing proved. Do we actually understand why we say it.

THE RIGHT PICTURE IS WORTH A BIGGER RETURN

When the EXACT neuro- imagery is used, neuromodulator is released during emotional arousal, plays a central role in the emotional regulation of the LTM (long term memory).

More at Neuromarketing Canada Website: http://neuromarketingcanada.com

Personal tools