Posts tagged PHP
Mash Up #22: Topics in Blogging Tips, Development, Design, WordPress, Inspirational Art
Oct 16th
This week’s Mash Up has six articles and several bonus articles attached to the listed articles! The mash up includes articles I found helpful or interesting. As the title says, I found articles about Blogging Tips, Development, Design, WordPress, and Inspirational Art about Steve Jobs.
6 Great articles in Blogging Tips, Development, Design, WordPress, Inspirational Art Blogging Tips4 Reasons Why You Should Be Careful When Accepting Guest Posts “Do you know that there are some dangers that are associated with guest posting? Most of the time people focus on the positive side of guest posting but there are some dangers that may be More >
Add Search Functionality to Your Site
Jun 10th
Do you have a search field on your WordPress site? If not, why not add one. Having your own search engine for your site will help your visitors find what they are looking for and keep them on your site longer. By using a search field, visitors can type in a set of keywords and the on-site search engine will list all topics related to the search. Adding a search field to a WordPress site is essential, as your blog grows, and more posts goes into the archives, a blog becomes harder to navigate and older pages get harder to find. Most More >
PHP Tutorials For Beginners – Daily Delicious Links April 16th 2010
Apr 16th
Today I spent some time going over PHP tutorials. I thought I would share with you some of my favorite sites and tutorials covering PHP. PHP coding is not a strong point. My PHP skills are limited to editing and adding code to a WordPress theme. But I do like working with PHP and plan to strengthen my skills as a coder. Take a look at these sites and let me know what you think.
- PHP tutorial for beginners Lots of information about PHP scripts and tutorials to help with beginning PHP (tags: php)
- PHP Tutorial for Beginners | Webmonkey | Wired.com “This tutorial is More >
Design Resources for Designers Daily Delicious Links April 15th
Apr 15th
Today I spend some time looking for resources to help with web and graphic design. I found CSS tutorials , photoshop brushes, WordPress code snippets that might come in handy, and new fonts.
- Colorburned | 53 Incredible High Resolution Photoshop Paint Brushes “These brushes are not only good for roughing up or distressing your designs, but these Photoshop brushes are also great if you just need to reproduce a paint brush effect. So if you are like me and are looking for that perfect set of Photoshop brushes, download this set of brushes and give them a try. I think that you will More >
How to Add Author Bio to WordPress Without a Plugin
Mar 24th
If you been reading my blog over the last month you may have noticed some design changes on my post pages. Today I wanted to tell you about one of those changes. That change is the author bio box at the end of the content of the post. I added the box to give a little info about the author and links to their sites. I installed this feature for anyone who wants to guest post for us.
So How Do I add an Author Bio Box to WordPress?There are several different ways to add an author bio box to WordPress, The More >
Daily Delicious Posts Jan 15th 2010
Jan 15th
As a designer and a WordPress admin I try and use every available to out there to help me in my projects. Having to know so many different programming languages, I tend to forget certain codes or what scripts to use. I find that using cheat sheets come in handy. Today’s links are for two sites with a list of different cheat sheets for different programming languages. These sheets can be downloaded in a PDF file.I found cheat sheets for CSS, PHP, and javascript but, there are many more out there. Take a look out there, you won’t be disappointed.







How to Comment Out PHP Code
Mar 18th
Posted by James in tutorials
3 comments
At one time or another, every blogger using WordPress will come across an issue with a plugin or theme that is causing errors. If a bloggers wants to fix these types of issues they need to learn PHP to make any database coded changes to the system. Lately, I have been going through my plugins, and fixing poorly coded plugins and adding new features through pieces of code that I found or had someone create for me. Just playing with the code has taught me a couple of things and one of those that I need to go back relearn PHP the other More >