IT and technology-related issues are frequently reported in the media. A well-known website is hacked, a new technology is unveiled, user feedback is discussed… Many times articles contain factual inaccuracies. The problem is that reporters are not “techies” and often provide misleading or erroneous analyses.
Posts Tagged ‘PHP’
Propagation of Misconceptions About IT in the Media
Posted March 9th, 2010 by in Security, Website Development
Comparing mysql and mysqli
Posted February 24th, 2010 by in Website Development
PHP offers you more than one way to connect and interact with your MySQL database. Two common ways to interact with MySQL through your PHP script are the mysql and the mysqli extensions. Both accomplish similar things but there are distinct and notable differences between the two.
Redirecting to Search Engine Friendly URLs
Posted February 9th, 2010 by in Search Engine Optimisation, Website Development
Static URLs are preferable to dynamic URLs that contain variables such as the page ID where search engines are concerned. It’s worth investing the time and/or money in setting up URL rewriting on your website so that www.example.com/index.php?pageID=1 can now be viewed at www.example.com/page-1.htm or even better at www.example.com/page-name.htm. The latter two URLs appear to be static HTML pages but using Apache’s mod_rewrite module and an .htaccess file you can serve the same content as the first URL. The next step is to ensure that anyone accessing the original URL is redirected to the correct new URL with a 301 HTTP status code.
The Future of PHP : A Brief Look at PHP 6
Posted December 21st, 2009 by in Website Development
PHP, or PHP: Hypertext Preprocessor, is one of the most widely used scripting languages. Although originally designed for website development, PHP has evolved massively and can now also be run from the command line interface and can be used in standalone graphical applications.
The current major version is PHP 5.3, released in June 2009. The next milestone in the evolution of PHP is PHP 6, which has been in development for a number of years. PHP 6 will introduce new features, improve existing ones, and remove others.
(more…)
Special Characters in HTML with PHP’s htmlspecialchars() Function
Posted December 8th, 2009 by Ben in Content Management, Website Development
Introduction
Certain characters should not be used as plain text in HTML markup but should instead be represented by their respective HTML entities in order to preserve their meanings in web design. When writing HTML this is a straightforward process – you type the HTML entity rather than the special character. But what happens when you have some plain text containing these characters (out of a database, for example) that you need to display? PHP has a function that will take a string and convert special characters to their HTML entities for you.
(more…)
Search Our Blog
- 2011 WMA WebAwards
- Accessibility
- Advertising
- Analytics
- Armin Tull
- Bing
- blog marketing
- Blogging
- brand authority
- business growth
- Business Opportunity
- business venture
- Company News
- complimentary
- Content Management
- Content Marketing
- customer engagement
- customer nurturing
- digital solutions
- Doug Fowler
- E-commerce
- economy
- entrepreneur
- Events
- Facebook Page
- Facebook. ROI
- Flash
- Franchise
- Franchise Development
- Franchise Opportunity
- franchising
- franchisor
- Free Webinar
- Fun
- global economy
- Google Adwords
- Hugo Valderrama WSI
- Interface Design
- Internet Consultancy
- Internet Marketing Jobs Vacancy
- investment
- James Alexander
- jobs
- Kevin Dean
- Kim Nichols
- Link Building
- Microblogging
- Mike Watkins
- Miscellaneous
- mobile devices
- mobile marketing
- monetization
- monetize
- neal lappe
- nicole Dupre
- Online Marketing
- online presence
- online reputation
- online reputation management
- online solutions
- online tool
- online visibility
- ppc advertising
- recruitment
- reputation
- sales process
- Search Engine Optimisation
- Security
- serach marketing
- Social Media Marketing
- Social Networking
- Standard of Excellence
- telsales recruitment
- trends
- Usability
- User Experience
- Video
- web 2.0
- Web Design
- Web Standards
- Webinar
- Website Development
- Whitepaper
- WSI Company News
- WSI consultants
- WSI in the News
- WSI Internet Franchise
- WSI Internet Franchise In The News
- Yahoo
Categories
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- May 2009
- November 2008
- October 2008
Archives