0
votes
0answers
1 views

Put an X in the corner of a div without the text going under

I'm trying to put an "X" in the top-right corner of a div, but any text that collides with it will not wrap because I am using absolute positioning on the X. <div class="article-listing" ...
0
votes
0answers
2 views

Aside is going down only in Chrome

I have recently designed a responsive WP Theme for my blog and there only in Chrome, a aside is falling from header. I see, to stick it into header wrapper, I can add clearfix to header class=wrapper. ...
1
vote
0answers
2 views

Change keboard language and layout globaly in vb.net

i am making a program wich supose to change keyboard inputs and layout globaly using vb.net 2010. any kind of help apprishieted i have used this code beore but nothing happend. ...
0
votes
1answer
6 views

converting each base to another(doesn't work)

I wrote a C program that converts each base to another one..but when I'm going to convert ascii code to number I face a problem... please help :) I think my problem is because I cant convert assci to ...
-1
votes
0answers
3 views

Chrome is closing unexpected

I have a very weird problem, chrome is closing when I am working on my website (Or other stuff) without a warning, it just disapears. Who can help me?
0
votes
0answers
3 views

android imageview ontouch show high resolution image

I have 3 images as thumbnail. I want to allow user touch the image to see the high resolution image. I tried to do this way: I added 4 imageviews. 3 of them is associated with thumbnail image. I want ...
0
votes
0answers
2 views

Print Key Hash Facebook

I do print in my logcat the key hash of facebook. I use the code of facebook https://developers.facebook.com/docs/android/getting-started/#enablesso changed the package but there is an error in ...
0
votes
0answers
3 views

Expiry Alert before 30 days

My application has to alert user about expiry of visa before 30 days or less. Once the visa is renewed, the user has mark it as renewed. I'm not sure how can I do it (use trigger with sql or method in ...
0
votes
0answers
2 views

How to cancel a n-second Thread.sleep in order to restart it in android?

I'm trying to make a game, which includes a thread with a 10 seconds Thread.sleep in it, that gives the player a maximum time to react (when the sleep ends and he/she didn't choose anything, new stuff ...
0
votes
0answers
4 views

Custom UIView added in the interface builder does not load the xib

I have created custom UIView with a xib. In addition I have a UIViewController in my storyboard, to which I have added a UIView and set its class to be my custom UIView. But when I am running the ...
0
votes
0answers
2 views

After login the query immediately run and tries get data from database

After login the query immediately run and tries get data from database in my apex app.I want the page get data after user enter the parameters in page. I want the apex page to not run query ...
0
votes
0answers
4 views

How to find Number of integers alone (excluding any special characters) before decimal using javascript

I have a number 12,234,123.23 in which i use a split method as follows //num1= number.toString().split(".")[0]; //num1.length returns 10. But i want only the number of integers (i.e.,) 8(excluding ...
0
votes
0answers
2 views

AutoIt _WinAPI_UniqueHardwareID

I am using AutoIt to detect unique hardware ID. Here is my code: #include <WinAPIEx.au3> $hardwareid = _WinAPI_UniqueHardwareID() ConsoleWrite ($hardwareid) The generated hardware ID is ...
0
votes
0answers
4 views

Pimple and dynamic constructor injection

I have a question regarding Pimple and dynamic constructor injection. Say I have an MVC framework and I want to do something like image uploading. The semi-DI way of doing it would be like this: ...
0
votes
0answers
2 views

Updating int array gets converted to float array in Mongo shell

I have int array to update in collection using mongo shell .When I update it actually it stores in double format . var array =[1,2,3]; // int array as all elements are int ...

15 30 50 per page