(PHP/Debugging)
... watch a log file for changes in a Linux command shell.
tail -f log/development.log
This command
will let you watch a log file for changes as soon as they happen. ...
Monday, 20 June 2011
(PHP/Gotchas)
This lightweight function
will display file size in a user friendly format without much effort.
I.e.:
//
will output i.e. 1KB (function always accepts bytes value)
echo convert(1024);
function
Monday, 27 December 2010
(PHP/RapidPHP)
If you ever need to get content type of remote file from within PHP, this class
will come in handy.
Supposing you need to check external link if it is an mp3 file. You
will be able to do this:
$sn
Friday, 09 April 2010
(PHP/Gotchas)
...ke uploading files (single or zipped package), prettier output and detailed explanation of errors. This
will target Zend coding standards, however other standards might be provided later. Happy testin...
Friday, 12 March 2010
(PHP/Gotchas)
...ter).Imagine you have a Users model which extends Zend_Db_Table_Abstract, and you assign that every row
will be object of class User (which implements your application logic).
Somewhere in code you ...
Saturday, 06 February 2010
(PHP/Gotchas)
... this:
$Author: danila $
If you are running Eclipse with Subversive plugin for SVN integration, you
will get a Team -> Set Keywords command available via right click on a file or folder. This w...
Thursday, 05 November 2009
(PHP/Performance)
...ch hold md5 of user's login Now it's safe to clear the session files in temp dir, the auto login
will still work, here is how: once user open browser again, the special cookie is s...
Wednesday, 21 October 2009
(PHP/Performance)
Running a MySQL server one should think of performance. In this article I
will list several approaches to making your queries run faster, and overall MySQL server performance optimization to speed up
Thursday, 01 October 2009
(Services/Project Hosting)
...lt up on a stack of open source applications, configured for ultimate development experience. Your team
will be provided with everything required to get started fast: development tools wiki, single si...
Saturday, 05 September 2009
(PHP/Gotchas)
...writeRule ^(.*)/none$ none.php
Now for every request to "/none" (that only IE 6 makes), it
will get a quick empty 200 (OK) response with "Expires" header set long time in future. That is,...
Friday, 21 August 2009
(Services/Website Hosting)
...ble aspect.
For a short period of time, ranging from 4 to 7 days, our team of professional optimizers
will bring your website to the top performance level.
What this optimization package in...
Monday, 29 June 2009
(PHP/Performance)
...o mod_rewrite though).
On CentOS lighttpd can be installed by "yum install lighttpd". Additionally you
will have to "yum install lighttpd-fastcgi" for running PHP as FastCGI.
You can use default con...
Wednesday, 13 May 2009
(PHP/Performance)
...nd validate against XHTML validators like our own XHTML validator. Otherwise, XHTML supporting browsers
will only display errors instead of actual content! If you are sure that your frontend designer ...
Wednesday, 22 April 2009
(PHP/Performance)
...great in regards that you can easily extend it. We are going to create a front controller plugin, which
will take care of handling conditional GET requests.
Let's create our front controller plugi...
Tuesday, 10 February 2009
(PHP/RapidPHP)
In this article, you
will know how you can extend select form element that comes with Zend Framework, to be easily filled with data from your database table.
We want to be able to easily fill select
Monday, 09 February 2009
(PHP/Debugging)
...er broker. You can put the Logger.php somewhere else and change the suggested folder structure, but you
will have to change the prefix path in call to addPath().
Here are the contents of the view h...
Sunday, 08 February 2009
(Improve/Website Optimization Techniques)
...yCode's professionals are using industry standard tools to minify Javascript and CSS files. Not only we
will perform compression for you, but also set up special cron job on your Linux powered server ...
Sunday, 23 March 2008
(Improve/Website Optimization Techniques)
...E browser should be 'opt-out' from compression.
By enabling compression on your server, not only you
will make your website faster (the pages are smaller), but also you save bandwidth on your serve...
Sunday, 23 March 2008
(General/Frontpage)
...bsite grows with your needs and ambitions, new features are added and require continuous optimizing. We
will employ the latest web technologies and utilize the most up-to-date standards to make your w...
Sunday, 13 January 2008
(Category Blog)
Get faster response speed for your website! 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 quo
(Category Blog)
...and functions
RapidPHP is a companion library for Zend Framework. It is under active development and
will feature a number of unique components that ease development of your projects...
(Comments)
You
will not speed up your installation on a local server. This trick is for saving bandwidth.
Saturday, 25 April 2009
(Comments)
If you run site through CMS forget about serving correct XHTML, there
will always be something wrong or badly inserted tag if you use WYSIWYG in your app. With "application/xhtml+xml" browser
will dis
Saturday, 25 April 2009
(Comments)
...URL) serving webpage in different language (depending on the user's browser/operation system locale, it
will send appropriate http header to indicate its language preferrance)....
Friday, 24 April 2009
(Comments)
Thanks ! I'm totally ignore this aspect...
Will try for sure...
Thursday, 02 December 2010
(Comments)
...just hopelessly slow... I've been building websites heavy in pngs and had never made the connection! It
will be interesting to see how it affects ecom conversion. Have a beer on me!...
Wednesday, 02 December 2009