| bio | website | patrickrauland.com |
|---|---|---|
| location | Green Bay, WI | |
| age | 26 | |
| visits | member for | 8 months |
| seen | 2 days ago | |
| stats | profile views | 9 |
Hi there.
I am a LAMP programmer in Green Bay WI.
I have experience developing custom web apps but I love front end development and user experience. I also like long walks on the beach.
|
2d |
comment |
Use oEmbed in List Items This works great because it's already built in (I can't believe I missed it!). The only criticism is that I have to teach users to type in the embed code with a specific width. Hmmm. |
|
2d |
comment |
Use oEmbed in List Items This works very well thanks! Is there any way I can set width of these items (but not other oEmbed items)? |
|
May 8 |
comment |
Accessing a Variable Inside Custom Customizer Control Thanks @s_ha_dum! That worked. It did turn out to be a pure PHP question (my bad there). I don't remember having to declare the variable global in both places before hand but it did the trick. |
|
Jan 31 |
comment |
Why Does get_posts() Return an Empty Set? @ChipBennet, Good catch! That was just a typo on my part and wasn't causing the issue. I updated the code to fix the typo. :) |
|
Jan 29 |
comment |
Why Does get_posts() Return an Empty Set? Good guess, but it didn't seem to do anything. |
|
Nov 28 |
comment |
First Gallery Image Floats Right I wish this wasn't closed as off topic. This problem could easily be code automatically generated from WordPress. |
|
Nov 28 |
comment |
First Gallery Image Floats Right but then what happens in good browsers that are lined up correctly? |
|
Nov 15 |
comment |
How do I remove a pre-exising customizer setting? Actually, this isn't the correct answer. This removes the entire section that contains both the site title & tagline. The question is asking for only the tagline. Look at the answer below by @byronyasgur |
|
Nov 1 |
comment |
Filter to remove image dimension attributes? @MattSlay Is it just me that has a problem with permanently modifying the content of the site? A responsive theme shouldn't have to modify the content of the website to get it to format correctly. I vote to remove the filter from image_send_to_editor and instead add it to the_content - like this blog post. This separates presentation logic from the content. |
|
Nov 1 |
comment |
Filter to remove image dimension attributes? True, but that may be a good thing in a responsive site. If one needs to do it for images then one probably also needs to do it for other media. |
|
Oct 18 |
comment |
How Would You Enqueue A Google Web Font? Thanks @Zach! For now I'll probably just include all of the font variants even though it increases the page load. In the future I may look into a way to separate out the font variants so that each plugin/theme only has to DL the variants it needs. |
|
Oct 17 |
comment |
How Would You Enqueue A Google Web Font? What about the off chance someone wants to use 700 italic that I didn't include? If I'm declaring that I've included Rosario should that imply all font variants? |
|
Oct 2 |
comment |
Create Widget or Enable Shortcodes in Sidebar this is awesome information! Thanks. |
|
Sep 28 |
comment |
Can WordPress Plugin Directory Cache Delay the Upload of Images? It took a while but I figured out the deployment script and moving the files into the right directory worked. Thanks a bunch! |
|
Sep 22 |
comment |
Can WordPress Plugin Directory Cache Delay the Upload of Images? Hmm, I'm having some trouble modifying the deployment script. Lines 75-78. I'm guessing I'm forgetting some sort of commit? |
|
Sep 22 |
comment |
Can WordPress Plugin Directory Cache Delay the Upload of Images? I'll contact the author of the svn-deployment script: thereforei.am/2011/04/21/… |
|
Sep 22 |
comment |
Can WordPress Plugin Directory Cache Delay the Upload of Images? Thanks for the heads up. It looks like the bash svn-deployment script I found doesn't work very well. I suppose I'll either have to tweak the script or look into git-svn. |
|
Sep 5 |
comment |
Look Through Family Tree and Find Featured Image Awesome suggestion thanks! |
|
Sep 5 |
comment |
Look Through Family Tree and Find Featured Image I didn't even know about codereview. Thanks! |
|
Aug 30 |
comment |
Can You Build Page Templates Without Extra Files Bennet My apologies. I thought custom fields & custom post meta data were the same thing. This is exactly what I was looking for! Thanks. |