Quantcast
Channel: Web development notes – BrightCherry Web Design
Browsing all 49 articles
Browse latest View live

jQuery- Show On Click, Hide On Hover Out Function

Not sure how many people would be looking for a function like this, but I needed it, so I suspect someone else out there might too. The code below is an example of how you can click on a trigger to......

View Article


jQuery – Uploadify Returning HTTP 401 Error On Mac OS

Not sure how useful this is going to be for anyone else, but I was on the verge of throwing my computer out the window earlier today while trying to get Uploadify to work on Mac OS. I eventually... [[...

View Article


Using jQuery Lightbox With live()

I’ve noticed a few people struggling with this issue in a few forums, so I thought i’d write a blog post on how to overcome the issue. I looked through a few of the solutions people... [[ Click title...

View Article

jQuery – Start jQuery After Page Has Fully Loaded

If you want your jQuery to start executing after the page is fully loaded, you can use the following code: 1 2 3 4 5 <script type="text/javascript">... [[ Click title to read the rest ]]

View Article

PHP- How To Show An Excerpt/Teaser From A String

Here’s a quick function that will limit the amount of words that will display from a string of words, so you effectively get a excerpt/teaser. For example, let’s assume you... [[ Click title to read...

View Article


PHP- Show Your Latest Tweet On Your Website With PHP

In the archives, there’s a post that shows you how to show your latest tweet on your website using jQuery. While that method was OK, I found it rather temperamental,... [[ Click title to read the rest ]]

View Article

PHP- Display Certain Amount Of Words From String/Variable

If you want to display a specific amount of characters from a string, you can use the PHP built-in function substr, but from what I’m aware, there isn’t a PHP... [[ Click title to read the rest ]]

View Article

WordPress- Custom Excerpt Length

Here’s a bit of code that allows you to to create a custom excerpt length, based on the amount of characters you want to display. Code Add the following code... [[ Click title to read the rest ]]

View Article


PHP- Get URLs/Links From A String

The following function puts all URLs/links from a string into an array. The function uses the preg_match function, and looks for URLs/links with http/https. Please note, the function does NOT... [[...

View Article


WordPress- Set Featured Image Link Missing

I have no idea why, but now and then the “set featured image” link is missing from the “add new post” page. I’ve also noticed that a lot of other... [[ Click title to read the rest ]]

View Article

Use WordPress Environment/Functions In An External File

If you want the ability to use WordPress functions/environment features in a section of the website which is outside of the WordPress environment (/blog/wp-content/themes/theme_dir/), then you just......

View Article

MySQL Queries Used When Moving WordPress Site To A New Domain

When we’re developing our websites, we always develop in a local testing environment, so the URL for the website will be something like http://dev.testexample.com. Once the website is ready... [[ Click...

View Article

Google Maps Won’t Show Centralised Inside jQuery Tabs

I was working on a client’s website earlier today, and I ran into a real head-scratcher of a problem. Basically, the page had multiple content tabs, and each tab would... [[ Click title to read the...

View Article


htaccess- Redirect Entire Website To New Domain While Preserving URL Structure

Here’s a piece of htaccess code which you can use to 301 redirect an old website onto a new domain, while preserving the same URL structure for every page. Obviously,... [[ Click title to read the rest ]]

View Article

HTML Headings with inline-block and line break

You’re trying to achieve this: Hello Bye bye Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever... [[ Click title to...

View Article


WordPress – Get Recent Comments & Blog Post Details

Retrieving recent comments in WordPress is pretty standard/easy, you can do it by using the get_comments function. The syntax requires a foreach loop, and is used as follows: Get recent... [[ Click...

View Article

WordPress – Missing “Menus” Option From “Appearance” Menu

Bit of an odd one. Some times when I install WordPress the “Menus” option from the “Appearance” dropdown from inside the WordPress control panel is missing, other times... [[ Click title to read the...

View Article


FIX: Using WP Minify Fix With WP eStore & Corrupt PDF Download Files

I’ve been pulling my hair out for the last couple of hours trying to work out why all the PDF files being downloaded through the WP eStore Plugin were corrupt.... [[ Click title to read the rest ]]

View Article

WordPress Solution- WP-Admin Shows White Blank Screen

I was working on a client’s WordPress website, which was working perfectly on my local environment. But when I uploaded it to their server, I was served a blank white... [[ Click title to read the rest ]]

View Article

htaccess – 301 Redirect Website From http to https

More and more websites are making the move from http to https, primarily because of Google’s announcement back in August 2014, where they said websites with SSL (i.e. secure connection)... [[ Click...

View Article
Browsing all 49 articles
Browse latest View live