Archive for the ‘ Web Usability ’ Category
About Google Wave Google Wave is an online tool for real-time communication and collaboration. A wave can be both a conversationand a document where people can discuss and work together using richly formatted text, photos, videos, maps, and more.Reference: About Google Wave After reading this i went straight to page and thought of Registering my [ READ MORE ]
I was busy this weekend working on http://www.farrukhweb.com inner pages. Most of them are almost completed except the portfolio page. I also added a testimonial page i.e. Testimonial and my clients can post their testimonials by following this link New Testimonial link. The best thing is that if someone wants to leave me a testimonial, [ READ MORE ]
I have redesigned www.farrukhweb.com to Web2.0 standards, now it looks more attractive and SEO friendly. I will be adding content regularly as it comes. My Blog is also going up and running. Keep visiting for updates regarding my projects and new milestones. Your positive criticism will be appreciated[ READ MORE ]
Sending mails from PHP can raise certain problems. Usually the mail is sent from php through a simple function PHP function: mail(…). However the function needs a module that should be enabled in the php ini file. Not all the hosting providers enable it and you can not make changes in php admin area in [ READ MORE ]
svn co svn add –force . svn commit -m “this is a message” show changed files: svn log -r 1:2 -v Ignore Command: Ignore a file: svn propset svn:ignore .project . Ignore a directory and all the files inside it: svn propset svn:ignore ‘*’ classes/ If the location of the repository is changed you can [ READ MORE ]