0
votes
0answers
2 views

How do I change the reset password text in Drupal 7 (one-time login)

How do I change the text on the one-time login page for Drupal 7. "This is a one-time login for user and will expire on date. Click on this button to log in to the site and change your password. ...
0
votes
0answers
2 views

How to get GPS or Location

I tried the tutorial GPS and I got the following error messages. What seems to be the problems? http://docs.xamarin.com/recipes/android/os_device_resources/gps/get_current_device_location using ...
0
votes
0answers
2 views

Design and development of a meeting scheduler in java

Hey I guys I a complete newbie in JAVA. I was ask to design a meeting scheduler with 10people and the choice of time is 9am to 4pm. Each person can choose two time to have the meeting for an hour. I ...
0
votes
0answers
2 views

How can I view my friends Facebook events?

Ever since the new timeline rolled out I am no longer able to view my friends Facebook events. This was extremely helpful when trying to find something to do by browsing events my friends are ...
0
votes
0answers
3 views

Casting char* to a linked list

My linked-list: struct Node{ bool inUse; unsigned int size; Node *next; }; Total bytes = 12 with padding. tmp->inUse = true; tmp->size = size; tmp->next = (Node*)((char*)(tmp ...
0
votes
2answers
12 views

PHP : Counting how many element in an array

I want to know how many element in an array. But my code bellow doesn't work. anybody please help me.. here's my code.. <?php $array = array(1,3,2,4,6); $a=array_count_values($array); echo $a; ...
0
votes
0answers
2 views

I send action to my router(d-link) with libupnp, UPNP_E_BAD_HTTPMSG occur

I successful register upnp-client and download the service description. But when i send action "GetTotalBytesSent", the UPNP_E_BAD_HTTPMSG error was returned. My wifi-router has a password. Is there ...
0
votes
0answers
16 views

Incorporating several basic ideas in C++ issue

Code; # include <iostream> # include <windows.h> using namespace std; int main () { int var1 = 1; int var2 = 1; bool while1 = true; int x = 0; while (x < 999) { ...
1
vote
2answers
8 views

JavaScript .click() unintentionally auto-starting

I created a custom variable/function that I am trying to execute when an element is clicked. For some reason, it decides to display onload and ignores the .click(). I've spent a while now trying to ...
0
votes
0answers
3 views

Twitter bootstrap popover shows on second hover and after but not first.

I am trying to display a popover for a element after a ajax call has been made. Everything works as far as the ajax request and getting the data the first time, except no data is displayed when ...
0
votes
0answers
6 views

sql call keeps on returning error

below sql call keeps returning : Fatal error: Call to a member function fetch_assoc() on a non-object in /home/content/76/10930776/html/apprentice/report.php on line 86 $sql = "select ...
0
votes
0answers
3 views

Fabric directory copy with status of copying

I am trying to copy a directory from a local to remote system using Fabric in Python. The directory is rather large ~150MB and I am using put() function to copy the folder. The problem I see is that ...
0
votes
0answers
4 views

How do I access my app scripts?

I work for a university which uses Google App for EDU. Recently, I decided to begin testing app script to see how it could be of use to our organization. I have been able to create new app scripts ...
0
votes
0answers
2 views

Adding a Header View for PullToRefreshListView

I want to add a custom view as header for the PullToRefreshListView. As, we have public void addHeaderView (View v) to set header for the ListView, I couldn't find one for PullToRefreshListView. If ...
-1
votes
0answers
7 views

padding left right doesnt working

i'm looking for an answer already 2 hours.. .liteAccordion .slide > div {height: 100%; position: absolute; top: 0; z-index: 10; overflow: hidden; background: white;color:black;padding:25px;} ...

15 30 50 per page
1 2 3 4 5 335724