Web Development Tips and Tricks

Web Development Tips and Tricks

Thursday, May 12, 2011

How to Hide the Sidebar on Your WordPress Home Page

First open your index.php and locate the following code:

< ? php get_sidebar();
? >
Then Replace the code with:
< ? php if (!is_front_page())
{
get_sidebar();
}
? >
And thats it. Now your Front Page will not have the sidebar.

Sunday, May 8, 2011

Happy Mother's day



Happy Mother's day.... miss u mummy(Amma).... :)

I love my mother as the trees love water and sunshine - she helps me grow, prosper, and reach great heights.Happy mother's day to all world :)

Saturday, May 7, 2011

How to make exe file

How to make exe file in c

most of the C compiler can make it automatically for u.

if u use turbo C compiler

use ctrl+F9 key to compile program.

it would create the exe file.

the exe will be present in the BIN Directory.

u can check it. It will have the same name as ur .c file has.

if u have any difficulty finding, use start->search, then type .exe.

if u have any prob, mail me 4 further help.

Thursday, May 5, 2011

WAMP Server not working

WAMP Server not working when you use skype or team viewer

You can slovw this problem by change port

1st method:
Skype reserves port 80 for its incoming connection which conflicts with WAMP, so simply configure Skype to use another port by doing the following:

In Skype go to Tools|Options|Advanced|Connection uncheck the option --> Use port 80 and 443 as alternatives for incoming connections, that's it

For this change to take effect restart Skype and Restart all services on WAMP by doing the following:

Left-click WAMP tray icon > Restart All Services"

Now Wamp and Skype can co-exist together, hope this solves your problem!!

2nd Method

If you want to use Skype and WAMP together, you can edit your httpd.conf file - change the 'listen' value from 80 to something else and restart all services.

for free php videos visit www.education.ziwwa.in