How to Create a Custom WordPress Home Page Template

www.mlwebco.com – In this video I demonstrate how to create a wordpress page template and use a static html page as your wordpress home page. This is useful if you want to use a custom static html wordpress home page and display your blog posts on a seperate page other than the home (index) page. If you have any questions, contact me Email: mlocke@mlwebco.com Twitter: @mlwebco

How to easily edit your WordPress theme without scripting

A video tutorial on how to edit and change your current WordPress theme without doing a single bit of scripting (which is nice for the lazy people out there like me!) Tutorial for downloading FireFTP: dsblog.orangehorizon.net Psdtuts (Photoshop tutorials): psd.tutsplus.com All you need is a way to recieve and send files to your site (I use the free FireFTP add-on for Firefox), any picture-editing application (I use Photoshop), and an ability to search for images on Google!

How to properly license a WordPress theme?

I’ve built a WordPress theme on an existing theme designed specifically for creating themes (like a framework but not as extensive). And after several hours of coding and testing I’m kind of wanting to sell it. However it seems to me that the original theme is GPL licensed. So I’m wondering if it is legal for me to sell it and keep it under the GPL license or not? (If not I’ll just give it away as a freebie to promote my website.)

What are the open source tools available to check C code?

I have bulk of C code and I am currently told to audit the code.
For example:
1. check the un initialized variables
2. called ‘malloc’ but not called ‘free’ to free that memory space
3. security vulnerabilities
4. common programming mistakes etc….

I might not listed all possible things here,
but helper please keep similar points that will help to audit the C code
and suggest me good open source tool.

Also they can suggest me some links describing what are to be checked while auditing the code.