(Services/Website Hosting)
Thursday, 12 January 2012
(PHP/RapidPHP)
...upposing you need to check external link if it is an mp3 file. You will be able to do this:
$sniffer = new
Smartycode_Http_Mime();
$contentType = $sniffer->getMime($url);
if('audio/mpeg3' == $c...
Friday, 09 April 2010
(PHP/Gotchas)
I've started working on PHP Code Check online tool, you can test early version of it here. Internally, it's based on CodeSniffer parser. I am looking forward on to providing more options like uploadin
Friday, 12 March 2010
(Services/Project Hosting)
Smartycode has built its own platform for hosting web development projects. It’s built up on a stack of open source applications, configured for ultimate development experience. Your team will b
Saturday, 05 September 2009
(Services/Project Hosting)
Smartycode has partnered with Assembla to provide you with a platform for development of your websites. Assembla has everything a distributed team of professionals may need: a Subversion repository, i
Saturday, 05 September 2009
(Services/Website Hosting)
Running a corporate and/or high traffic website and tired of users complaining about bad website performance?
Get your site optimized for ultimate performance in every possible aspect.
For a short
Monday, 29 June 2009
(PHP/Performance)
...To use this plugin, simply attach it to front controller like this:
$frontController->registerPlugin(new
Smartycode_Controller_Plugin_XhtmlServe('UTF-8', 'en'), 90);
First parameter is the cha...
Wednesday, 22 April 2009
(PHP/Performance)
In this article I'll show you a simple approach to enable your Zend Framework application saving lots of precious bandwidth, and thus, making it more end-users friendly, and save on bandwidth costs.
Tuesday, 10 February 2009
(PHP/RapidPHP)
...e multiple options.
Our directory structure should look as below:
- library
- Zend
-
Smartycode
- Form
- Element
Multi.php
Dbselect.p...
Monday, 09 February 2009
(PHP/Debugging)
...on website.
Next, create the following directory structure under library/ :
library /
- Zend
-
Smartycode
- Controller
- Action
- Helper
- Logger.php...
Sunday, 08 February 2009
(Improve/Website Optimization Techniques)
...comments and whitespaces. This allows to save even more on bandwidth and produce faster webpages than before.
SmartyCode's professionals are using industry standard tools to minify Javascript and CSS ...
Sunday, 23 March 2008
(Improve/Website Optimization Techniques)
It is important for a website to have GZIP compression enabled. It is able to make your pages smaller up to 7 times (!).
The GZIP compression is an Apache server's feature.
Our professionals are
Sunday, 23 March 2008
(General/Frontpage)
... to build a fast website that both looks professional and is designed for faster reposnse times.
Here, at
SmartyCode we know that noone likes sluggsih websites.
SmartyCode has been created specifi...
Sunday, 13 January 2008
(News/Features)
Here, at
SmartyCode, we are concerned about deploying W3C standards for the new websites. Our sites take advantages of valid XHTML, CSS, HTML 4.01 code.
HTML 4.01 is the baseline for building website
Thursday, 27 December 2007
(News/Features)
...o are able to reduce any site's loading times.
There are many best practices of reducing page's load times.
SmartyCode's professionals know more than other guys know.
We use:
HTTP Conditional GE...
Wednesday, 26 December 2007
(Static Content)
Introducing the
Smartycode team - great people evolving the web
Thursday, 30 July 2009
(Static Content)
...atures like PHP5, MySQL, SVN!
Get your hosting at Dreamhost now! And don't forget to use promo codes from
SmartyCode. They'll save you amazing $50. So you get your hosting for a great value of $70...
Friday, 31 October 2008
(Static Content)
Introducing the
Smartycode team - great people evolving the web
Thursday, 30 July 2009
(Static Content)
...atures like PHP5, MySQL, SVN!
Get your hosting at Dreamhost now! And don't forget to use promo codes from
SmartyCode. They'll save you amazing $50. So you get your hosting for a great value of $70...
Friday, 31 October 2008
(Category Blog)
...e! Make it faster for your visitors. Your site's visitors will enjoy the benefits of faster browsing. Contact
SmartyCode's representative now to get a free quote for your website.
Below are the fe...
(Section Blog)
Smartycode provides services for website development and optimization. We have created a number of websites using Zend Framework PHP library as well as optimized existing websites.
(Comments)
...changed your function named "direct" by function "logger" to make it works because you named your helper as: "
Smartycode_Controller_Action_Helper_Logger". I can't make your second method _call works. ...
Saturday, 04 April 2009
(Comments)
Cool stuff. I think you mean: $frontController->registerPlugin(new
Smartycode_Http_Conditional(), 101);
Thursday, 26 March 2009
(Comments)
...notice: Notice: Undefined property: Zend_Controller_Response_Http::$getBody in /var/www/htdocs/immogo/library/
Smartycode/Controller/Plugin/XhtmlServe.php on line 61...
Thursday, 23 April 2009