Git Product home page Git Product logo

20thingsilearned's People

Watchers

 avatar

20thingsilearned's Issues

Support for mobile devices

Need support (and CSS) for mobile devices. The experience on the mobile devices 
(yes even Samsung galaxy tab 10.1) is terrible. The @imported fonts don't work 
either.

Original issue reported on code.google.com by docbook.xml on 5 Jun 2011 at 10:05

Trying to deploy the project in a local appengine server

I have some problems when I am trying to Populate the datastore.

The browser show me this error:

com.caucho.quercus.QuercusException: 
com.googlecode.objectify.impl.ObjectifyImpl.put: Could not initialize class 
com.google.appengine.repackaged.com.google.io.protocol.ProtocolSupport

I have tried using the Eclipse Plugin and command line in Mac OS X 10.6.8 and 
the appengine versión is 1.5.3

Original issue reported on code.google.com by [email protected] on 14 Sep 2011 at 3:43

Deploy to Google app engine

Can run the sample just great in local environment but the second i push to the 
app engine i receive this error:

com.caucho.quercus.servlet.GoogleQuercusServletImpl service: 
com.caucho.quercus.QuercusException: 
com.googlecode.objectify.ObjectifyService.register: null

this is the web xml so not sure what i am missing:

<?xml version="1.0" encoding="utf-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd"
    version="2.4">

    <mime-mapping>
        <extension>manifest</extension>
        <mime-type>text/cache-manifest</mime-type>
    </mime-mapping>

    <mime-mapping>
        <extension>ttf</extension>
        <mime-type>font/ttf</mime-type>
    </mime-mapping>

    <filter>
        <filter-name>UrlRewriteFilter</filter-name>
        <filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class>
    </filter>

    <filter-mapping>
        <filter-name>UrlRewriteFilter</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
    </filter-mapping>

    <servlet>
        <servlet-name>Quercus Servlet</servlet-name>
        <servlet-class>com.caucho.quercus.servlet.GoogleQuercusServlet</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>Quercus Servlet</servlet-name>
        <url-pattern>*.php</url-pattern>
    </servlet-mapping>

    <servlet>
        <servlet-name>remote-api</servlet-name>
        <servlet-class>com.google.apphosting.utils.remoteapi.RemoteApiServlet</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>remote-api</servlet-name>
        <url-pattern>/remote_api</url-pattern>
    </servlet-mapping>

    <security-constraint>

        <web-resource-name>remote-api</web-resource-name>
        <web-resource-collection>
            <url-pattern>/remote_api</url-pattern>
        </web-resource-collection>
        <auth-constraint>
            <role-name>admin</role-name>
        </auth-constraint>

    </security-constraint>


    <welcome-file-list>
        <welcome-file>index.php</welcome-file>
    </welcome-file-list>
</web-app>


Any and all help is greatly appreciated and this is just a great app!

Original issue reported on code.google.com by [email protected] on 25 Apr 2012 at 9:38

Need more easy reading document (tutorial)

What steps will reproduce the problem?
1. install environment
2. Download this Source Code
3. Is there any easy step/tutorial for this project?

What is the expected output? Need more easy reading document
What do you see instead? Need more easy reading document


What version of the product are you using? Netbeans
On what operating system? Windows


Please provide any additional information below.
I have install appengine-java-sdk-1.6.4, and success and can browse app demos 
Guest Book, but error for another demos :(

Need more easy reading document

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 12:08

Can the stader always in stretched mode

Hello, 

I try to make a custom design based on this book.
But I need that the shader will be a fixed number of pixels and not get longer 
on a hover. 

Can this be done and how do I do this ?

Roelof

Original issue reported on code.google.com by [email protected] on 11 Jun 2013 at 5:04

How can I use it with Eclipse Juno

Hi,

can anyone help me to get this App working on Eclipse Juno with google plugin 
3.6 and the App Engine SDK 1.7.1

I use an iMac with Mountain Lion.

I am trying it since 3 days, but no chance.

Here is the error log:

2012-08-29 18:44:09.546 java[1716:707] [Java CocoaComponent compatibility 
mode]: Enabled
2012-08-29 18:44:09.547 java[1716:707] [Java CocoaComponent compatibility 
mode]: Setting timeout for SWT to 0.100000
29.08.2012 16:44:10 com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via 
com.google.apphosting.utils.jetty.JettyLogger
29.08.2012 16:44:11 com.google.apphosting.utils.config.AppEngineWebXmlReader 
readAppEngineWebXml
INFO: Successfully processed 
/Users/mario/Documents/workspace/HTML5/war/WEB-INF/appengine-web.xml
29.08.2012 16:44:11 com.google.apphosting.utils.config.AppEngineWebXmlReader 
readAppEngineWebXml
SCHWERWIEGEND: Received exception processing 
/Users/mario/Documents/workspace/HTML5/war/WEB-INF/appengine-web.xml
com.google.apphosting.utils.config.AppEngineConfigException: appengine-web.xml 
does not contain a <threadsafe> element.
See 
http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurren
t_Requests for more information.
You probably want to enable concurrent requests.
    at com.google.apphosting.utils.config.AppEngineWebXmlReader.readAppEngineWebXml(AppEngineWebXmlReader.java:79)
    at com.google.appengine.tools.development.AbstractContainerService.loadAppEngineWebXml(AbstractContainerService.java:360)
    at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:239)
    at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:148)
    at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:310)
    at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
    at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:249)
    at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:225)
com.google.apphosting.utils.config.AppEngineConfigException: appengine-web.xml 
does not contain a <threadsafe> element.
See 
http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurren
t_Requests for more information.
You probably want to enable concurrent requests.
    at com.google.apphosting.utils.config.AppEngineWebXmlReader.readAppEngineWebXml(AppEngineWebXmlReader.java:79)
    at com.google.appengine.tools.development.AbstractContainerService.loadAppEngineWebXml(AbstractContainerService.java:360)
    at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:239)
    at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:148)
    at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:310)
    at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
    at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:249)
    at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:225)

BR mario




Original issue reported on code.google.com by [email protected] on 29 Aug 2012 at 4:45

Cannot make this one run with GAE on windows 7

What steps will reproduce the problem?
1. Install GAE on windows 7 
2. start the app with app_server.cmd ../20thingsIlearned/war
3.

What is the expected output? What do you see instead?

That the app is running. I see a lot of error messages that onfortunally I 
cannot copy. 

What version of the product are you using? On what operating system?

I use GAE-1.8.1.1. on a Windows 7 machine (32 bit) 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jun 2013 at 3:49

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.