Articles


12/02/2010 - 17:03

Let’s imagine that you need personal blog. You have some slow free hosting, it has no PHP and no ability to use any server-side at all. Or even worse - you only have account on Dropbox, and you need your blog there.

Or maybe you prefer Markdown-syntax to writing posts in HTML, more by token Markdown format is supported by all popular editors and many web-writing platforms. It would be convenient to store posts in separate files to make it easy to copy one post to Tumblr ect. Also it gives an opportunity to store fles in repository or organize subversioning of articles.





11/17/2010 - 17:16

Here is link for specification
The problem was detected when resolving the problem of outputing the whole content of the book to the one page.





11/17/2010 - 17:14

function array_values_recursive($array) { $flat = array(); foreach ($array as $key=>$value)





11/17/2010 - 17:09

It happens often that you don’t have shell, only ftp access to site. Or you need to upload on your site or download a lot of files.





11/17/2010 - 17:06

There is higher abstract control level for site administration in drupal





11/17/2010 - 17:01

Drupal does not indicate variable $base_url in print.tpl.php. file. Even if it is (re)commented in settings.php file.





11/17/2010 - 16:33

Name variable (user name) should be always present when automatic node adding by node_save in Drupal. If this parameter is absent and adding goes by the role of superuser (uid=1) variable uid is ignored and changed to 0





11/17/2010 - 16:30

We recommend you to try free (GNU GPL) MySQL manager for Windows. Open Source, free for using manager that is developing actively. Very useful.





11/17/2010 - 16:27

1. At the very beginning of work don’t forget about original prefix for tables in DB.
2. Check all site pages in IE 7
3. Make sure, that admin with limited rights is developed for client, ant that this admin has enough rights for content editing.