Code Monkey home page Code Monkey logo

blog's People

Contributors

darkwing avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blog's Issues

GitHub API Issue

/js/ isn't loading anything because the cron isn't returning info.

Incorrect Demo Loading

In Chrome (haven't tested in other browsers) when clicking back button to go back to demo's page then loading another demo, the first demo shows up even though the url is for the second demo. You have to refresh to actually see the new demo.

This only happens for demos withins /demos/* permalink structure.

Steps to reproduce:

  • Go to http://davidwalsh.name/demos
  • Click "View Demo" for pointer Media Query
  • Click back in browser
  • Click "View Demo" for Vibration API
  • See the pointer Media demo is loaded even though on the vibrate.php url

PHP Fuel Issue

[Tue Oct 09 17:53:15 2012] [error] [client 69.70.167.174] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /wp-content/themes/jack/js/lib/lighterjs/Source/Fuel.php.js on line 1, referer: http://davidwalsh.name/create-zip-php

For some reason, that fuel thinks it's a PHP file, not a JS file...

Flickers when changing to older post

You’ve got some tiled compositing layers in WebKit when trying to view an older post via the 'Older' paddle on the left. When it transitions, it flickers quite a bit.

Also, your sharing module is always in a composited layer after animating in.

Link to HTTPS in hotlink.js and RewriteRule

I would assume davidwalsh.name is implementing the same or similar code as in the examples displayed at https://davidwalsh.name/prevent-hotlinking:

.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{HTTP_REFERER} !^$
  RewriteCond %{HTTP_REFERER} !^https://davidwalsh.name/.*$ [NC]
  RewriteRule \.(js)$ http://davidwalsh.name/hotlink.js [R,L]
</IfModule>

hotlink.js

window.location="http://davidwalsh.name";

I noticed (while testing to load main.js from a codepen) that the request is blocked due to mixed content:

Mixed Content: The page at 'https://codepen.io/anon/pen/mGQGbg' was loaded over HTTPS, but requested an insecure script 'http://davidwalsh.name/wp-content/themes/punky/js/hotlink.js'. This request has been blocked; the content must be served over HTTPS.

Probably want to use https in both the .htaccess snippet and hotlink.js.

Oh and what a funny and cleaver way to handle hotlinking 😆

Middle-Click Issue

Middle-clicking seems to prevent a new window from opening -- need to account for this.

Comment reply link should be more obvious

As “Charles @ CodeConquest.com” says in this comment:

And David, a tip, your reply button is a bit too well hidden. I only discovered where it was (under the profile picture) after I’d already posted my comment.

I hadn’t noticed those little arrows under the profile pictures until I read that comment. I think if I had just seen those arrows without reading that comment, I would have assumed that the arrow meant “external link”, and clicking the arrow would take me to the website of that commenter. That would be wrong, of course, so I too would have missed the presence of the comment reply functionality.

The comment reply link should be in a more obvious place, like in the bottom-right of each comment, or below and to the right of each comment. And maybe the arrow icon should be darker, or be a different icon other than an arrow, or say “Reply” next to it, or just be replaced with “Reply”.

Space needed between Posters name and "on"

Hey Man,
I know you are super busy, and this is a pretty lame bug.
But on your blog at the top of the post where it displays the meta information, the posters name runs into the work on preceding the date.

dw-blog-meta

Sorry to be that guy.

Dave

RSS Feed Link

Running OSX Mountain Lion + Chrome

Clicking the RSS feed link seems to do some pushState() magic resulting in http://davidwalsh.name/feed in the URL, but the user is actually greeted with a new page that contains only sidebar content. Clicking the RSS feed link again from the new page actually takes the user to the "real" http://davidwalsh.name/feed.

Inactive loading icon on about page

Hi David, I don't know if it is something because Chrome on Windows but I can see an inactive loading Icon on the right side of the about page. It is the

.

Sorry if it was intentional.

Cant tick box to receive updates on comment replies

The "Older" tab which slides down the page overlaps the tickbox in the user comments section when at the bottom of a page. I wrote a comment and went to tick the checkbox but it redirected me to another article (losing my comment when I went back)
davidwalsh

AZ in your footer

Hey, there is a string AZ lying at the bottom. Unless its required, I guess its an issue.

Out of Memory Issue

[Tue Oct 09 17:23:23 2012] [error] [client 207.237.64.120] PHP Fatal error: Out of memory (allocated 15466496) (tried to allocate 19456 bytes) in /wp-content/plugins/wp-simple-sitemap/wp-simple-sitemap.php on line 155

Typo in https://davidwalsh.name/es6-features

Under 3. find/findIndex:

find and findAll, through allowing a calculated value search, also prevent unnecessary side effects and looping through possible values!

I guess it should findIndex and not findAll

arrow key flyouts stay open

After hitting an arrow key left or right, you see the next/prev post. If you are not interested, there is no way to close that and continue reading. On scroll or timeout might make sense.

Article Dates

Can you add the date of an article on the article detail page? It is in the listing, but not on the detail page. I just came to your site via Google and couldn't tell what date the article was written.

Closing HTML

There is an "AZ" printed after the closing tag.

Comment Tabbing Issues

Tabbing from the URL field to the textarea doesn't always keep focus on the textarea. Lame.

No obvious way to hide the article previews

When I press the left or right arrow in an article to see the preview of the next or previous article, I didn't see a way to hide those previews that are now obstructing my view. :)

The right sidebar doesnt load with ABP enabled

With Firefox and ABP the right sidebar is not loading at all.
Also the "Post Archive" link on the bottom almost crashed by browser with the google script going unresponsive as it loaded all of your posts on one page.

This is the major things I noticed.
Great job on the website!

Social div overflow

Hi !

screenshot : http://img4.hostingpics.net/pics/871321socialdivoverflow.png

I guess I see that bug cause I'm french and "Like" button is translated into "J'aime"... So the number of likes is partially hidden cause of combination of fixed width (80px) and hidden overflow on div.social... I think you don't need both properties and making a choice will solve that.

I understand fixed width on G+ and Twitter button (you want to control spacing from iframe), so I would delete overflow property or increase fixed width.

Cheers,

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.