Random Tech Tips

Tips about programming, tips about software and web development in general and links to cool/useful tech sites

2018-04-03

Git - how to clone a project

›
git clone https://github.com/ / .git Or, adding the username and password parameters to the previous command, instead of entering them a...
2015-06-03

How to POST data (file included) using Zend Framework 2

›
Using "normal" PHP, this could be achieved using curl, like this: $filepath = '/var/www/vhosts/domain.com/http/filename.pd...
2014-08-05

Javascript: how to scroll automatically to a certain area of the page

›
document . getElementById ( " anchor-div " ) . scrollIntoView ( ) ;

Skeleton AJAX call with JQuery

›
var array_info = { } ; array_info [ 'key1' ] = $ ( " #field1 " ) . val ( ) ; array_info [ 'key2' ] = ...
2013-07-11

Tweetdeck notifications

›
Problem: the TweetDeck extension for Chrome suddenly stops popping up notifications Cause: the browser has updated and now has enabled t...
2010-06-28

The drive could not be mapped because no network was found

›
Symptom:  When trying to map a network drive, you may receive this error: “The drive could not be mapped because no network was found” Ca...
2010-06-08

Notes: Database is much bigger than expected

›
Symptoms: A database with a very big size, does not have the number of documents (and/or attachments) that would justify it. Possible cau...
2010-05-04

Notes: Border appearing around image, even though hotspot's border is disabled

›
Scenario: An image, with a action hotspot around it, displays a border, even though the hotspot property "Show border around hotspot...
›
Home
View web version
Powered by Blogger.