Custom Web Design to turn your visitors into your clients
For website design and development in india
write at info@ziwwa.in or call at 09136371904
PHP training classes delhi,Summer Training,Industrial Project,PHP Training Institute,PHP Training Classes Ghaziabad,PHP Training Institute in Delhi NCR,Best PHP Training Classes in Ghaziabad,PHP Institutes in Delhi,PHP Training Ghaziabad,India
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.
< ? 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.
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
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
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
Wednesday, May 4, 2011
Website - A great online promotional tool
Website - A great online promotional tool ,Are you running a business and wish to increase your clientele? Do you want more and more people to be aware of your products and services? If yes, an impressive website is a medium to attain it.
For website design and development
write at info@ziwwa.in or call at 09136371904
For website design and development
write at info@ziwwa.in or call at 09136371904
Subscribe to:
Comments (Atom)