Posts Tagged ‘google’

3 Common Problems When Getting Started with the Zend Framework and Xampp

3 Common Problems When Getting Started with the Zend Framework and Xampp

Many of you likely know that Xampp is one of the easiest ways to get the standard “Apache + PHP + MySQL” installation up and running quickly on Windows. Using the Xampp package can save you lots of time and potential headache — that is, until you want to use Zend Framework.  The framework documentation and code are always changing so it’s possible, perhaps likely, that these issues may not be around for long; however, they are present if you were to download the latest version of Xampp (1.7.2) and the Zend Framework (1.9.2).

I’ve just began digging into Zend myself recently and these are the problems I have come across and expect others to run into as well, at least in the near future while these problems exist in the most recent versions of Xampp and the Zend Framework.

1. When creating your framework project: ‘”php.exe”‘ is not recognized as an internal or external command, operable program or batch file.

This is a well-documented problem that can occur in a large number of PHP applications. The fix can generally be discovered with a quick Google search but it’s such a common issue when starting a Zend Framework project that we will cover it here also. So, you start with the QuickStart tutorial on Zend Framework website and shortly into the lesson, you’re asked to type “zf.bat create project quickstart” which is immediately followed by the above error message. This error is basically just saying that the zf.bat file needs to use the PHP interpreter to run the script that will set up your framework project directory but is unable to find it.

To Read More..

Jay likes to program, and he likes the Internet. Anyone who doubts this can log onto their computer at any given 1am, track him down, and choose one of the following options: inadvertently allow Jay to take your money playing online poker, get him to help you with any sort of problem you might have with PHP, ASP, Java, C or [insert nearly any other mysterious programming term here], or get shot at by Jay in a rousing game of Counterstrike. Jay also likes to do things right, something he tends to do a lot of during any given day, which has resulted in the development of a lot of nice Web apps for clients over the past few years.

Find More Php Tutorials Articles

Help Others, Get help from others – get networked

Help Others, Get help from others – get networked

You do not need to join face book or LinkedIn to get networked ot get connected. You do not necessarily need to join networking conferences. There are, in fact, two very simple rules of networking. The first basic rules of networking are – help those who are seeking help.


Look at your office, there may be people who may need some tutorial lessons from you. If you are a computer expert, many people need your help in getting their computer fixed. If you know Spanish in addition to English, many people may like to learn a bit of Spanish from you. If know Yoga, may people may like to learn Yoga from. Offer your help wherever you can.


How do you offer help to other persons. Where can you offer help in the areas of your expertise. Does their exist a platform that allows you to know who is seeking help in the area of your expertise. The answer is yes. EZdia is such a platform. At ezdia you can search for the term relevant to the areas of your expertise. Ezdia give you a list of search results. This search result is similar to the Google’s search result. There is no magic in it. There is nothing new to it. In fact eZdia uses Google’ API to show you the results in the second half of the search result. However, there is a subtle difference. And if you are sensitive enough, you will appreciate that difference. And the difference is that – next to each search result there are two icons – Get Experts and Get Explorer.


So who are the “Explorers”? Explorers’ are precisely the persons looking for some help for that particular search result. I hope now you understand how you can find someone whom you can help in the areas of expertise. Just click on the get explorer button. Add the person in your connection and offer your humble request to help him. If they are online and available on ezdia you can offer your help using chat at ezdia.


And the second basic rule of networking is – seek help from others. When you need help, do not hesitate to ask for help. Many people are more than happy to offer help if you need it. Seek others guidance and help. Do not be egoistic – that you can solve all your problems yourself. Of course, you can solve your entire problem yourself if you devote enough time. You may solve your problem but you may lose two things – you may lose the time to earn the skill. But this is not the real loss. The real loss is you lose an opportunity to network with other people by not seeking their help.


As you may have guessed the “Get Expert” button precisely does this function. When you need help on a particular topic – go to eZdia and search for the topic. Next to each search result is a “Get Expert” button. Click on that button. Seek the experts help. Get connected and get your problem solved. And you not only solve your problem – you secure a relationship. And you build a trust.


You can also be one of those whose advice is sought by persons in the areas of your expertise. To be able to do that you may like to understand the concept of Knowledge bucket. To know more visit:- http://www.ezdia.com

Kavita Vashisht is an associated with ezdia.com and she has written many articles on knowledge, PHP learning Tutorial, Start learning and so on.

Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through changing the users password stored in the database.
Video Rating: 4 / 5

More Php Tutorials Articles

Google Tutorial: Good Practices For Site Navigation

Google Tutorial: Good Practices For Site Navigation

1. Create a naturally flowing hierarchy – Make it as easy as possible for users to go from general content to the more specific content they want on your site. Add navigation pages when it makes sense and effectively work these into your internal link structure.

Avoid:
• creating complex webs of navigation links, e.g. linking every page on your site to every other page
• going overboard with slicing and dicing your content (it takes twenty clicks to get to deep content)

2. Use mostly text for navigation – Controlling most of the navigation from page to page on your site through text links makes it easier for search engines to crawl and understand your site. Many users also prefer this over other approaches, especially on some devices that might not handle Flash or JavaScript.

Avoid:
• having a navigation based entirely on drop-down menus, images, or animations (many, but not all, search engines can discover such links on a site, but if a user can reach all pages on a site via normal text links, this will improve the accessibility of your site; more on how Google deals with non-text files)

3. Use “breadcrumb” navigation – A breadcrumb is a row of internal links at the top or bottom of the page that allows visitors to quickly navigate back to a previous section or the root page. Many breadcrumbs have the most general page (usually the root page) as the first, left-most link and list the more specific sections out to the right.

4. Put an HTML sitemap page on your site, and use an XML Sitemap file – A simple sitemap page with links to all of the pages or the most important pages (if you have hundreds or thousands) on your site can be useful. Creating an XML Sitemap file for your site helps ensure that search engines discover the pages on your site.

Avoid:
• letting your HTML sitemap page become out of date with broken links
• creating an HTML sitemap that simply lists pages without organizing them, for example by subject

5. Consider what happens when a user removes part of your URL – Some users might navigate your site in odd ways, and you should anticipate this. For example, instead of using the breadcrumb links on the page, a user might drop off a part of the URL in the hopes of finding more general content.

6. Have a useful 404 page – Users will occasionally come to a page that doesn’t exist on your site, either by following a broken link or typing in the wrong URL. Having a custom 404 page that kindly guides users back to a working page on your site can greatly improve a user’s experience. Your 404 page should probably have a link back to your root page and could also provide links to popular or related content on your site. Google provides a 404 widget that you can embed in your 404 page to automatically populate it with many useful features. You can also use Google Webmaster Tools to find the sources of URLs causing “not found” errors.

Avoid:
• allowing your 404 pages to be indexed in search engines (make sure that your webserver is configured to give a 404 HTTP status code when non-existent pages are requested)
• providing only a vague message like “Not found”, “404″, or no 404 page at all
• using a design for your 404 pages that isn’t consistent with the rest of your site

_________________________

Using the Form Creator and Form Builder you protect yourself from problems with the creation of various web forms

More Php Tutorials Articles

Related search terms:

create site navigation with codeigniter

PHP Tutorials: Search Engine Crawler Detection

Want to know if, say, Google has crawled your page for information? This tutorial will show you how.
Video Rating: 5 / 5

could someone plz translate theses 2 tutorials for me from japanese to english?

Question by Licca C: could someone plz translate theses 2 tutorials for me from japanese to english?

http://www.pixiv.net/member_illust.php?mode=big&illust_id=1551598

http://www.pixiv.net/member_illust.php?mode=big&illust_id=1564418

these r the 2 tutorials. plz help me!! im not very gewd at japanese yet and i could really use someones help translating this from japanese to english.

Best answer:

Answer by sammy
for no1:

http://translate.google.ca/translate?hl=en&sl=ja&u=http://www.pixiv.net/member_illust.php&sa=X&oi=translate&resnum=1&ct=result&prev=/search%3Fq%3Dhttp://www.pixiv.net/member_illust.php%253Fmode%253Dbig%2526illust_id%253D1551598%26hl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26hs%3DUL9

for no2:

http://translate.google.ca/translate?hl=en&sl=ja&u=http://www.pixiv.net/index.php&sa=X&oi=translate&resnum=1&ct=result&prev=/search%3Fq%3Dhttp://www.pixiv.net/index.php%253Fmode%253Dbig%2526illust_id%253D1564418%26hl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26hs%3Dzgo

Give your answer to this question below!