I'm newbie on PHP and I'm not sure why the 'require_once' is not working. Both PHP files are located in the same directory and another PHP file which is the sam
I have a table with several cells with the same content. I would like just to select the first one and do some CSS changes. The cells are not
When I want the cursor to go to the end of the file (i.e. the end of the last line) in Vim, I have to type six keystrokes: <ESC>G$a - which translates to
I have to add shadow to text view. Here is the parameters of shadow: x=0 y=1 blur=4 spread = 0 Is it possible to add blur to textview shadow somehow in android?
I am not able to get why it is giving negative after certain point. Also I am using long long to prevent overflow. Code #include <iostream> using namespac
I need to commit the folder after adding some new files to that folder. When I tried this in TortoiseSVN, it was working properly (committed successfully), but
I'm working on a sitemap spider. This spider gets one sitemap url and scrape all urls in this sitemap. I want to limit the number of urls to 100. I can't use