Google Summer of Code proposal

Hi all,
Gephi organization, open-source graph visualization plaform is looking for students application about a Shader-based visualization engine.
You may already know how Google SoC works, basically a student will receive payment (*5000$*) for working on a mentoring open-source projects.
Some facts:
- We are Java and JOGL
- Our current visualization engine is compatible OpenGL 1.5 and can already draw hundred thousand elements at least.
- We use Octree, LOD and culling
[Quick demonstration video|http://vimeo.com/9726202]
*Short version of the [Shader Engine Proposal|http://wiki.gephi.org/index.php/Google_Summer_Of_Code_2010#Shader_Engine]:*
The aim is to create a basic 3D engine using suggested technologies and use it for drawing as many nodes and edges as possible. Moreover the engine should guarantee the possibility to add an interaction layer to develop the network exploration.
Existing Gephi 3D engine is intended to be used with as much hardware as possible and thus doesn’t profit from GPU so much. The particularity of a network visualization 3D engine is the need to draw a huge amount of very basic shapes (sphere or cube for nodes and lines for edges). For a traditional "direct" engine, drawing millions of objects, even if it is the same object costs millions of loop iterations and CPU-to-GPU transfers. When using shaders, graphics are directly processed by the GPU and therefore speed-up rendering.
We suggest this draft roadmap:
Get started with loading and executing vertex and fragment shaders within a JOGL routine in a sample application.
Code impostors for nodes, work on sphere appearance with ambient occlusion technique. The molecular visualization can be a great source of inspiration.
Code basic geometry and camera positioning to allow displacement and zoom.
Build the architecture to manage node updates (position update, select, color, size).
Try to draw edges with GPU.
Propose nice post-processing effects. Try to make a glow effect around spheres.
Instructions to apply here
Spread the word!

Spread the word!Why?

Similar Messages

  • Why does DW CC 2014.1 Fluid Grid load HTML file that contains Google Analytics Tracking Code script so slowly?

    I exclusively work in Fluid Grid since my site is a Responsive Web Design.  I'm having trouble with slow load time in DW CC 2014.1, when my file, as they all do of course, has the Google Analytics Tracking Code script.
    I'm on a Windows 8.1 using a Dell Precision M3800 Laptop with Memory 16GB (2x8GB) 1600MHz DDR3 . Each of our site's 180 or so web pages, of course, has its Google Analytics Tracking Code script. It is placed, following Google instructions, as the last entry in the <head>.  Google Analytics does not instruct to place the script in the JS Folder with an scr to it, but rather in the <head>.  It takes up to one and a half or two minutes for DW CC 2014.1 to load the Google Analytics Tracking Code script .  That is, the grid does not show in Live View until finally analytics.js shows up in the Document Toolbar. A minute or two can add up when every page you load takes this long.  And, making new Fluid Grid pages, as is done, through the Save As command; every new page made you have to deal with the minute or two wait time since all those pages have the Google Analytics Tracking Code script.  Therefore, this time component alone, assuming I'm accessing and/or making 20 pages per week (and in our business this is easily the case) the math is that I'm wasting between 17 and 35 hours per year just with DW CC 2014.1 loading the much needed Google Analytics Tracking Code script.
    I have loaded HTML files that do not have the Google Analytics Tracking Code script as a test and those files load at the normal quick speed.
    Therefore, the new Chromium Embedded Framework browser engine has a serious load problem when it confronts an HTML5 file with a Google Analytics Tracking Code script.  Oddly, the prior DW CC 2014 version, with the old browser engine did not have this slow-load problem since I was loading these same files in that DW CC version up until October 8th or so.
    I think this new browser engine is a Google platform that apparently has a problem rendering or loading a Google Analytics Tracking Code script.  That makes no sense.
    Anyone else had this particular slow-load problem with DW CC 2014.1?
    Thanks.

    Wow.  That sure solved the slow-load problem, at least using your suggested snippet in a simple test HTML file.
    Per Google's instructions, I pasted the snippet before the closing </head> tag.  And, even in that positioning in the file; the file loaded at the speed (about one second) that it did prior to DW 2014.1.
    Two questions.
    Will this snippet provide the same tracking data as my current GA snippet?
    Because my current GA snippet is in about 200 web pages, can I retain the old snippet in most of them and place the new snippet in my approximately 5 main web pages as well as my templates so my new pages, as well as my main pages, have the new snippet.  That is, can I have both snippets (i.e. old snippet in earlier pages and new snippet in main pages and new pages to be made going forward) in my website at the same time?
    Of course I would not have both the old and new snippet in a web page at the same time.
    I greatly appreciate any assistance anyone can provide me on this issue and thank all of you in advance.
    I've provided code for both simple test files below.
    Code for Asynchronous Syntax of GA script:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test Asynchronous GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-73425000-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>
    Code for older GA script snippet:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-73425000-1', 'auto');
      ga('send', 'pageview');
    </script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>

  • On Firefox 3.6.x on Mac and Windows, Google Analytics tracking code leads to an Error 400 page

    Our business sent out an email campaign that has several links containing Google Analytics tracking code in the URL.
    In the tracking code, which is automatically generated via the email campaign software, is an em-dash. The URLs works in every browser (Google Chrome, Safari, Windows) and in older versions of FireFox. They do not work in 3.6.x versions of FireFox in both Mac and Windows.
    As a result, when customers click on a link in the email, they get a page that says "HTTP Error 400 - request is badly formed" because FireFox interprets the em-dash as garbage.
    Once this error occurs none of the pages in the site can be accessed unless a specific cookie is removed.
    Seeing how many people do not know how to clear cookies - it is especially cryptic in the Windows version of FF 3.6.10 - what are the chances that there will be a release of Firefox to remedy this problem? And is there anything else that could be done?

    Weird. We are having this same problem as well. Ours happens in Chrome as well. What I have figured out is -at least for us - is its somethign to do with the Google Analytics tracking cookie on our site. If I go to cookies and then delete the _umtz cookie, the site will load fine. In the time being I have set "pageTracker._setCampaignTrack(false); " in our tracking code to keep the script from dropping the cookie in users browsers.

  • Cost Center code proposed by system

    Hi Friends,
    Is there any option that system propose sequential internal code at the time of cost center creation?
    Now you are aware if you create cost center through KS01 you can put anything for cost center code. Do you don't think some control should be there like GL master creation?
    Regards,
    DJ.

    Hi
    If you are usng BW - better develop the report from there... Else, ABAP is the only solution
    Note that there is no correlation between Plant & Cost center except work center... Hence, Plant as an Input parameter in a cost center report is not possible.... Thats why, people prefer to have a cost center nomenclature that reflects the Plant No as well i.e. say 1st 4 chars of a Cost center name can resemble plant
    br, Ajay M

  • How to use the google play RSA code on a Mac?

    Hi,
    I´ve just finished my first Android App using Flash CC and I´d like to upload it to the Google Play Store.
    Now Google says there is a RSA-Key Code I have to use ... somehow.
    Can anyone tell me what I´ve got to do with it? And please explain it for Dummies
    I´ve been searching for some hours now, but I didn´t find anything helpful / anything I could work with. Most Tutorials and Instructions are for FlashBuilder or PC users. Nothing I could use or even understand
    I´m working on a Mac using Flash CC - so I´m stuck right now.
    So please - HELP ME!
    Best regards
    Jan

    Hi Pahup,
    Thank you for your reply!!
    I adapted an Android App using Flash CC on a Mac. I already published this App for the Apple App Store. When I published the App for Android I chose Air 3.7.xxx for Android. I also created the p12 certificate using Flash CC in the publishing settigns for Android. So my App is theoretically finished and ready for Upload.
    When I went to the Google Play Store Developer Console I had the options to
    1.) Upload APK
    or
    2.) Prepare Store Entry
    ...so I prepared the Store entry first. When I go to "APK"-Tab in the console it looks like this:
    ... it says "Upload APK" and the Button below "Get Licence Key". When I click on the license Key Button it looks like this:
    So I think I should enter this RSA-Key somehow into my App BEFORE uploading it to the Google Play Store. This is recommended when an Ap is set to be paid. My Application is set to paid.
    I did not use any kind of licensing API (until now - cause I don´t know how and what it is for)
    This is all new to me. It is the first App I want to bringt to the Android market. I really hoped it would be as easy as getting an app into the Apple App Store. I found so many step by step instructions for dummies on "How to get an Flash iOS App into the App Store plus creating all the certificates needed", so I thought it would be the same for Android. But there is no help at all at the moment. I am totally confused.
    So any help, hint or instrusction would be great!!
    By the way - this is the App I want to get into the Google Play Store

  • Blackberry Maps and India and Google maps and COD error 907

    hey! so are blackberry maps available in india yet? dont seem to be on my curve 9360...
    alternatively im unable to download google aps it says 907 error something about an invalid COD
    any clue anyone??? 
    Solved!
    Go to Solution.

    Last I read, no BlackBerry Maps is not available in India
    And the data source is actually TomTom, not Google Maps.
    I'd recommend you use Google Maps, personally, they are a bit more flexible and feature-rich than BBMaps.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • ZFS Filesystem for FUSE/Linux progressing

    About
    ZFS is an advanced modern filesystem from Sun Microsystems, originally designed for Solaris/OpenSolaris.
    This project is a port of ZFS to the FUSE framework for the Linux operating system.
    It is being sponsored by Google, as part of the Google Summer of Code 2006 program.
    Features
    ZFS has many features which can benefit all kinds of users - from the simple end-user to the biggest enterprise systems. ZFS list of features:
          Provable integrity - it checksums all data (and meta-data), which makes it possible to detect hardware errors (hard disk corruption, flaky IDE cables..). Read how ZFS helped to detect a faulty power supply after only two hours of usage, which was previously silently corrupting data for almost a year!
          Atomic updates - means that the on-disk state is consistent at all times, there's no need to perform a lengthy filesystem check after forced reboots/power failures.
          Instantaneous snapshots and clones - it makes it possible to have hourly, daily and weekly backups efficiently, as well as experiment with new system configurations without any risks.
          Built-in (optional) compression
          Highly scalable
          Pooled storage model - creating filesystems is as easy as creating a new directory. You can efficiently have thousands of filesystems, each with it's own quotas and reservations, and different properties (compression algorithm, checksum algorithm, etc..).
          Built-in stripes (RAID-0), mirrors (RAID-1) and RAID-Z (it's like software RAID-5, but more efficient due to ZFS's copy-on-write transactional model).
          Among others (variable sector sizes, adaptive endianness, ...)
    http://www.wizy.org/wiki/ZFS_on_FUSE
    http://developer.berlios.de/project/sho … up_id=6836

    One workaround for this test was to drop down to NFSv3. That's fine for testing, but when I get ready to roll this thing into production, I hope there are no problems doing v4 from my NetApp hardware.

  • Recomendations for PCI Wireless board

    Hi,
    I'm planning to add a wireless PCI card to 3 desktop computers at home. I run only Arch in all of them.
    I'm mainly worried about by compatibility with Arch. What board would you recomend?
    Thanks

    If it's Arch on 32bit you'll manage to get windows drivers work through ndiswrapper, if there's no support in the kernel. If 64bit I'll recommend you to stick with boards that have kernel support. I had successfuly installed pci boards (from trendnet) with ATH500x (54Mbps) chipset (kernel module ath5k). I also got working a board with Ralink chipset (300Mbps), through ndiswrapper, with the windows drivers that come on the board's cd. Configuring the connection is a little bit tougher, but with the help of network-manager I think you'll manage to do it quickly. There's a modified network-manager by the Pardus Linux team, as the result of an effort at the Google Summer of Code, that makes the life of configuring wired and wireless networks even easier. But i didn't see those pacthes integrated in another distro as of now.
    Also, some other supported chipsets should be Intel ones (and they're known about their openness towards Linux driver development). But I don't have experience with those chips, so I'm not able to advise you about them.
    Happy Linux-ing!
    Update: Sorry, the chipset on the 300Mbps board was mistakenly attributed to Atheros. It is a RALINK chipset. I updated my previous comment.
    Last edited by ckristi (2009-02-02 13:13:14)

  • How to use Event Tracking Code for Google Analytics in Dreamweaver CS5

    I need to track clicks on links that go to an outside website. I've read about "event tracking code". I'm not sure if it's the right tool to use. And if it is, I've spent several hours reading about it and I can't figure out how to use it. It looks like you need to be an expert developer to be able to make sense of all this. I've always been helped when I ask a question here, I'm hoping that someone can help me.
    What my client needs is to know what links are being clicked, and how often. Here's the page where I want to do this: Available Homes - Arizona Vacation Home Rentals 
    I added a code that I created using the tool I found here: General Event Tracking Code for Google Analytics but can't see to be able to make this work. I added this code to the first link called "View it Here" for the top, left house. Here's the code: <a href="http://www.homeaway.com/vacation-rental/p3495538" onClick="ga('send', 'event', { eventCategory: 'clicks', eventAction: 'clicks on homes', eventLabel: 'Clicked'});" target="_blank">View it HERE!</a> 
    Then I set a Goal in Google Analytics like it said in the instructions but it doesn't seem to work... I would APPRECIATE ANY HELP!
    Thanks,
    Brigitte

    I think you misunderstood what Event Tracking is designed for.  This is from Google Help
    Tracking Code: Event Tracking - Google Analytics — Google Developers
    "Use this to track visitor behavior on your website that is NOT related to a web page visit, such as interaction with a Flash video movie control or any user event that does not trigger a page request."
    Clicks on links are page requests.  I think for your purposes, you may want the Cross Domain Link Tracking plugin.
    Cross Domain Tracking - Web Tracking (analytics.js) - Google Analytics — Google Developers
    Nancy O.

  • Paste Google code into template?

    Hi all – I am trying to get my company site recognized by Google's tracking software. I am using templates, and trying to paste the code into the master template. The code as viewed in my Dreamweaver file is multi-colored and I cannot paste into the place where it is needed. Can you tell me why this is, and more importantly, how to remedy the situation?

    Here it is to the </head> tag. I think I've included all the important code (since Google wants their code put in before </head>.).
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <meta name="alexaVerifyID" content="95U4t0_M0WeCXeUdZ-WPwQzaUAc" /><html>
    <link href="../black text.css" rel="stylesheet" type="text/css"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006600;
    body {
    background-color: #CCCCCC;
    background-image: url();
    margin-left: .5in;
    margin-top: .5in;
    margin-right: .5in;
    margin-bottom: .5in;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000CC;
    font-weight: bold;
    a:visited {
    color: #FFFFFF;
    text-decoration: none;
    a:link {
    color: #006600;
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    .phone {
    font-size: 16px;
    .phone {
    text-align: center;
    -->
    </style></head>
    <body>
    I copied it directly from the code. I don't know if this matters or not, but the code is multi-colored, which didn't come through in the pasting. I appreciate your help...

  • Comment ajouter une balise META (de google) dans iWeb ?

    J'utilise l'outil "Google webmasters" il me propose d'ajouter une balise META sur la page d'accueil après <head>. Comment faire pour l'ajouter ?
    Merci...

    Please note that this is an English forum.
    If you want to add Google analytics to your site, then you would really need to publish your site to a local folder and then use a text editor such as TextWrangler to open the html pages, so that you can insert the code.
    Either this or you need to download a programme called iWebSEO, which will do this for you and you can also add Tags to your pages as well as Google analytics.
    Be aware that you need to do this every time that you make any changes to your site and that you need to upload manually rather than using the built in iWeb ftp directly.

  • Google Charts are not getting displayed in Firefox ver 4.0.1

    Google Visualisation charts are not getting displayed in Fire Fox latest version. Please have a look at the below url.

    Thanks for the link. That one doesn't use the Flash player, so the problem must be somewhere else.
    If you use NoScript or other security add-ons, make sure google.com or code.google.com is allowed to run scripts.
    Could you try disabling graphics acceleration and see whether that makes any difference?
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the General mini-tab, uncheck the box for "Use hardware acceleration when available"
    This will take effect after you restart Firefox.

  • How do I add Google Tag Manager to a Muse site?

    The tag manager code needs to be right after the opening body tag, yet I am having trouble getting it in there! Any help would be very much appreciated.

    Hi
    Google Tag Manager code doesn't work in Head section. It must be placed after <body> tag. As Muse does not allow you to access code. You can export your site as html, open the pages in html editor like Dremweaver, and place the code between <body></body> tag.
    You can how it works here,
    Setup and Workflow (Web) - Tag Manager Help
    Do let me know if you have any question.

  • Google calendar wont publish correctly

    I guess no one cares that that publishing breaks the google calendar html code,
    but i'm going to keep complaining until someone  acknowledges there is a problem.  
    here is my calender page in plan view of muse:
    I made a separate page that had no content at all called Test.   as you can see it has all the color choices for multiple calendars,   weekly view and and all the calendar features that are in google.    The standard calendar view page,  called Weekly Lessons, has the same html code, and you can see the top part of the calendar and it has the same formatting as in google and Test page.   Test is not included in the menu,  but I put a button on the visitors page.  to link to the Test page.    the first time I previewed in the browser it looked ok.  but after I used it a couple of times it changed to the poor display features that are shown in the published web site.
    THIS IS MOST DEFINITELY A BUG IN MUSE.  IT IS NOT THE HTML GOOGLE CODE, AND IT IS NOT ANY DESIGN OF MY PAGES AS  THE "Test"  page has no content except the html object.    so come on, Adobe,
    this is a problem.  it used to work in other versions.  you have changed something that makes it break. 
    maybe it is ok in the CC version.   althought I have been in the muse beta program  for over a year,
    I can't get access to  the CC trial.  and the 17'th is very near and i'll be upgrading at the stroke of midnight or when it  goes live.     
    here is the home page on business catalysts:
    http://farandawayfarms.businesscatalyst.com/index.html
    here is the normal calendar page:
    http://farandawayfarms.businesscatalyst.com/weeklylessons.html
    here is the visitors page with the test menu button to link to the "Test" page that is not in the normal menu bar.
    http://farandawayfarms.businesscatalyst.com/visitors.html
    I would be happy to send my *.must file to someone, anyone, but I can't attach a file and I don't have a normal
    email address for support .  I can also put in drop box for someone. 
    I would really like some help here please.    there is definitely a problem.   but I guess this is legacy code now.
    maybe you could at least send me the link to get the cloud version to try.  I'm ready to go live with this site for a customer, and the lesson calendar is very important and has to work. 
    thank you in advance for your support

    here is my latest info after investigating on google claendar support forum.  
    and mostly some dumb luck.    LOL  ..
    posted on google calendar support forum:
    i am using the html tool in google calendar to customize  calendar  and copy the updated HTML code  to imbed the calendar on a website.
    i embed this calendar more than a year ago and it still works fine today.   it can be seen at
    http://www.farandawayfarms.com/barn_calendar.html  this is a godaddy website with custom html code, but that is not relevant.
    I am build a new website for the same customer , ready to go live except for a calendar display issue,
    here is the same calendar on a new web site :
    http://farandawayfarms.businesscatalyst.com/weeklylessons.html
    note that in the latter web page,  the formatting lost the week default, tabs, color assigned to calendars, and maybe some other little items.
    I have spend weeks, getting new calendar html code, putting it into new html objects, new web pages,  blank web pages,
    over and over again.  in adobe muse,  dreamweaver and plain pages, and also have been complaining to Adobe Muse support forum for several weeks about this formatting problem. 
    when working today,  I discovered that if I copy and paste the html code from google into my web  software ( Adobe Muse or Adobe Dreamweaver )  and then view the page in the browser view in the software,  or publish the whole site with the new code,
    I get the correctly formatted calendar and all is good in the world.   As soon as I log out of  the google calendar account, 
    the correct formatting is lost and is defaulted to monthly view, no color,  no tabs and other problems. 
    I have repeated this trial,  a second and it is true. the calendar  exported HTML is Good, if I am logged in the google calendar , and it changes to some other views, features and not what I want after I log out of Google Calendar.   in order to fix it, 
    I have log back in to Google calendar, get the code, and paste it into the web development  tool all over again. 
    the odd part is that the web site I built a year ago always  displays the calendar OK.    so what is changed???
    how do I fix this.   after weeks of wasted effort,  I"m very very sure that this is a Google BUG.   
    PLEASE HELP ME.
    thank you very much for  any help. 

  • Error Code 148:3 - Photoshop CS4 for Windows

    I have a message that comes up whenever I try to open Adobe Photoshop CS4 Extended.
    "Licensing for this product has stopped working.
    This product has encountered a problem which requires that you restart your computer before it can be launched
    If you continue to see this message after restarting your computer, please contact either your IT administrator or Adobe technical support for help, and mention the error code shown at the bottom of this screen.
    Error 148:3
    http://www.adobe.com/support"
    I restarted several times but I still get the error. How do I fix this?

    wow...wssparky  thanks a TON. I got the adobe error today and it was driving me INSANE. I *think* the problem had to do with my having to disable all my startup stuff in Windows7 to fix a problem I was having updating some other Microsoft software. Anyway MS said  disable everything using the msconfig and it was after that when Adobe stopped functioning (my McAfee is having an issue as well) properly.
    At any rate I got the adobe "fix" and it worked GREAT!
    I was NOT having any luck to begin with by going to the support area at adobe.com (HEY ADOBE PEOPLE>> TAKE NOTE)
    searching "support" for the error code tells me "Your search of Support for error 148:3 did not match any documents." which I find interesting
    so I finally googled the error code and found this thread.
    now a word to those who are less than kind in their posts and make people feel  stupid for asking the question here...I would submit these forums are for us (the users) to help each other (read: be nice to each other) so we can USE the software we OWN.
    I'm frankly disappointed that going to the Adobe "SUPPORT" was fruitless. MY problem was with the CS4 suite: I own the master collection which wasn't exactly cheap....it wold be nice if I, as a customer was able to at least FIND Adobe's OWN error code on their support section.
    again... thanks to wssparky

Maybe you are looking for