Articles


10/23/2023 - 18:48

Fiverr is an online marketplace for freelance services. It is located in Tel Aviv, Israel. The company provides a platform for freelancers so they are able to offer services to customers all over the globe. The cost of Fiverr services starts at $ 5 and can reach thousands of dollars, including additional services. Each service offered is called a “gig”.





08/25/2023 - 11:20

Best JavaScript Frameworks
 
Experts rely on JavaScript frameworks. They support the language of the web, supporting event-driven, functional, object-oriented, and prototype-based programming styles. So what do you need to know about JavaScript frameworks? We provide an introduction to the topic and our detailed reviews below.
 





12/02/2020 - 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/2020 - 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/2020 - 17:14

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





11/17/2020 - 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/2020 - 17:06

There is higher abstract control level for site administration in drupal





11/17/2020 - 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/2020 - 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