Coder Social home page Coder Social logo

pyricau.github.com's Introduction

pyricau.github.com's People

Contributors

ath0mas avatar bogdan-kulynych avatar crm5341 avatar dreamingindroids avatar fmarot avatar franklinharper avatar imherolddev avatar jinfreelancer avatar m-o avatar mariovalney avatar pickledolives avatar pyricau avatar robertoallende avatar rothschild86 avatar rubgithub avatar toutantic avatar xiaochuanyu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pyricau.github.com's Issues

Not able to click on the imageview

i want to show the toast on click event of the image:

i have wrote the following code:

chatHead.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Toast.makeText(getApplicationContext(), "Hi", Toast.LENGTH_LONG).show(); } });

But its not working.
how can i show toast on this image click?

Obstructed content

The trick you use to be able to deep-link into an article obstructs the area above the heading.

Try clicking on the word "software" at:

By the way, if you need excellent quality software translation, I know someone that's been translating software for more than 25 years. Yes, he is my father :) . -- http://www.piwai.info/android-string-placeholders/

image

To work around this you can minimize the impact of the "offset because overlay menu" hack:

*:target::before {
    content: " ";
    width: 0;
    height: 0;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
  1. This will only add fake padding-margin when needed
  2. The fake padding-margin area is not clickable

You can try this solution at http://www.twisterrob.net/project/inventory/ and you can find source here.

Port the blog

Port http://blog.piwai.info that uses wordpress to http://piwai.info/blog with jekyll

Help :

TODO :

  • Comments : Let's try with pull requests
  • Analytics : use Google Analytics
  • RSS : feed burner
  • code highlighting
  • mobile support (migrate top menu to display even on mobile)
  • Theme : style the default Bootstrap theme
  • Migrate articles and comments

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.