yirmi
@yirmi active 10 years, 5 months agoyirmi wrote a new post, Optimizing High Traffic Massive Data Websites, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 10 years, 5 months ago
The big dilemma in web development is that, on the one hand, web pages are expected to do more and more, while on the other hand, are expected to load instantaneously. A web page that takes longer than 2 seconds […]
yirmi wrote a new post, Oy Vey Debugging – Fixing PHP Web applications without a debugger, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 11 years ago
While it is much easier and more efficient to use a debugger such as x-debug to debug your PHP web application, there may be some difficulties on the server stopping one from implementing x-debug. In this case, […]
yirmi wrote a new post, Using Google to look up Web Development Solutions, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 11 years ago
Rav Nachman said, “Saying I don’t know is negligent.” (Talmud Baba Metzia 35a)
In the age of Google, Rav Nachman’s statement can be extended way beyond its original meaning. What do you mean, “I don’t know”? […]
yirmi wrote a new post, PHP/AJAX Shipping Calculator for UPS: getting a list of the available shipping services between locations, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 14 years, 9 months ago
PHP/AJAX Shipping Calculator for UPS: getting a list of the available shipping services between locations There are already guides available for building a general UPS shipping calculator form , and with a little knowledge of PHP, one can modify the sample to have the shipping calculated on one’s own shopping cart. The problem with such a static form is that […]
yirmi wrote a new post, Developing multilingual websites using PHP, part 3 – Right-to-Left vs. Left-to-Right, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 15 years, 1 month ago
The problem When developing a website for Hebrew and other languages, there is an additional issue to deal with. If all the languages are left-to-right, then it is straightforward to use the same template or design with all languages. All that needs to be switched when the site is viewed in a different language […]
yirmi wrote a new post, Developing multilingual websites using PHP, part 2 – database connection character sets for MySQL, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 15 years, 3 months ago
The problem Ok. I did everything it said in the previous article, and both my database and my site are working in UTF-8. Still, anything in Hebrew I enter into PHPMyAdmin comes up as question marks on my site. If I enter in data from the website, it comes up as gibberish on PHPMyAdmin. When I […]
yirmi wrote a new post, Developing multilingual websites using PHP, part 1, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 15 years, 3 months ago
In today’s World Wide Web, people expect to read websites in their own language. Many Israeli websites now appear in Hebrew for Israelis, in English for the international community, and in other languages, such as Russian or Arabic. To make a website work properly in many languages, one must take care of a few issues. This article will deal […]
yirmi wrote a new post, Using free scripts to develop websites, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 15 years, 4 months ago
Using free scripts to develop websites It’s all about “keeping up with the Jones’s” on the Internet. If Jones’s website has draggable, flashing, flying boxes, Smith feels his site also has to have them. For me, as a developer, this is good because it keeps up the demand for website development and redevelopment. This helps to keep me employed. […]
yirmi wrote a new post, How does your website look on the other guy’s computer?, on the site Yirmi's World of Web Widgets by Yirmiyahu Fischer 15 years, 4 months ago
One major challenge for web developers is to have the site look just right on the various web browsers. While there are official standards how all the browsers are supposed to interpret HTML and CSS, in practice, each browser has its quirks, and while the page may look one way on my computer, if one is unscrupulous […]