The relational position of an entity, when compared to another entity with fixed position. Typically used, for example, to define location within a file or byte buffer from which information should be read.

learn more… | top users | synonyms

0
votes
0answers
9 views

Warning: Illegal string offset 'add_parameter' in Smart Job Board Script

I'm dealing with Smart job board script. Till now every thing was fine, Suddenly i don't what happens its showing the following error. Warning: Illegal string offset 'add_parameter' in ...
0
votes
0answers
25 views

Excel: Using MATCH as row argument of OFFSET [migrated]

Cell F10 is a choice-box: 'Best', 'Base', 'Worst' case. I'm trying to change Revenue growth (F11) based on that selection. How do I use match as the row argument of the OFFSET function in cell F11 to ...
-1
votes
0answers
9 views

jQuery Touch and Offset

I have 1 div element : <div id="main_box"﹥</div﹥ How can i get if someone touch inside the div his Offset ? Currently i use the following code for that but it dont work : ...
0
votes
0answers
31 views

Offset not recalculating on scroll in IE

I have started at a new company and they've given me some jQuery that breaks in IE. For some reason the position of the tooltip isn't recalculating once you scroll up or down the page in Internet ...
0
votes
1answer
21 views

Position jQuery Tools overlay next to trigger

I want to have multiple overlays with multiple triggers all with the same class opener with jQuery Tools and apple effect. How can I position the overlays next to their triggers? I have tried ...
0
votes
0answers
27 views

Javascript using position as parameter

When a button is clicked it grabs a div for printing. (Literal onto a piece of paper printing.) Since I can't screen capture things, I'm rerendering the div for print using @media print to control ...
0
votes
1answer
16 views

XNA mouse position is largely offset from ACTUAL position

I have here some simple code for getting the mouse position and drawing it: class Pointer { MouseState currPointerState; Vector2 currPointerPos; public Pointer() { } ...
-1
votes
2answers
68 views

Undefined offset on array but the offset exists

I create a Mysql connection array and pass it to a connect method as such: $database->connect(array(ROOT_DB_HOST, ROOT_DB_NAME, ROOT_DB_USERNAME, ROOT_DB_PASSWORD)); When I print_r() ...
0
votes
1answer
27 views

How to move (translate) an image by an offset of X, Y on imagemagick?

I've been googling for some time with no relevant results. What's the command that will take an image, move / translate it by an offset of X,Y pixels and save the result?
0
votes
1answer
12 views

Can I use iScroll to scrollToElement + offset?

Friends, Sorry for drawing this out, I'm having trouble getting through SO's quality standards and think adding a little more text might let it through. I have this code working... ...
1
vote
1answer
37 views

Dynamic use of offsets excel

I got a problem about the use of offset functions in excel. Basically I got two col of consideration: First I need the calculation in col AD, so: AD = AA + AG_(+1). With AG_(+1) I mean the next coming ...
1
vote
1answer
26 views

Undefined Offset 0 , how can i set this array

Hello i have an Undefined Offset 0 . inside this code. $q = mysql_query("SELECT * FROM category"); if (false === $q) { echo mysql_error(); } while ($r = mysql_fetch_row($q)) { $names[$r[0]] = ...
0
votes
1answer
25 views

offset().top doesnt count the height of chrome extention toolbar

I am trying to get the offset to top of an element, but it appears that if there is a some kind of Gooogle Chrome extention toolbar - it loads after the page is loaded in an iframe and its height is ...
1
vote
0answers
18 views

Why are the first 4 bytes of 64-bit addresses printed as 0x00000001?

I'm looking at the disassembly of some x86_64 code with Apple's otool. Here's a sample of the disassembly, as outputted by otool: 0000000100055de4 movq $0x00000000,%rax Only the last 4 bytes ...
0
votes
0answers
36 views

Twitter Bootstrap avoid offset in tablet

I have a: <div class="row span6 offset3"> in Twitter Bootstrap. I'm using responsive layout (not fluid), and I'm pretty happy with the way it looks in desktop and phone. But it looks very ...
0
votes
0answers
25 views

Trying to calculate .offset while elements display:none reports false height

I have pages with "tabs" - if you open everything they are very long, but when tabs is activated the page is a lot shorter. Now I need to accurately calculate the height of the wrapper div (which ...
0
votes
1answer
51 views

VBA: Why Does My Range Offset Return 0 (or Empty)?

I've been staring at this code for so long, I think I'm missing something very simple. The goal of this statement is to set the "lastRowCompass" variable (range) as the first empty cell in the column: ...
0
votes
1answer
32 views

OpenGL 3/4 glVertexAttribPointer stride and offset miscalculation

Hey there i am having problem getting my vertex array pointed to properly: const float vertices[] = { /* position / 0.75f, 0.75f, 0.0f, 1.0f, / color / 1.0f, 0.0f, 0.0f, 1.0f, / ...
0
votes
0answers
18 views

Different order in a data from a select using OFFSET FETCH server 2012 combined with a WITH (Common table expression)

I have a select that return some IDs with an specific sort and add there the Row_Number(). The problem is if I declared the variable used on the offset is different to if I hard code it on the query. ...
0
votes
1answer
41 views

How to get timezone offset in PHP?

I'm really stuck to find out the way to get timezone offset in PHP I could get it in JS but as I know the result of JS can't be joined in PHP, so I need get timezone offset in PHP this is the code ...
0
votes
0answers
33 views

integrity of list in elasticsearch messed up while paging

I am using version 0.90.0 of elastic-search and stumbled upon a very strange problem: After I initially filled my index with documents, using sort and from/size works properly. But when I overwrite a ...
1
vote
2answers
37 views

Specify the time offset with an NSDateFormatter (-0500)

I have some date strings similar to these: 2013-01-25 00:00:00 -0500 2013-01-22 00:00:00 -0700 2013-01-26 00:00:00 -0200 I want to use an NSDateFormatter to create an NSDate using these kinds of ...
0
votes
1answer
27 views

Offset PHP Query by number?

I'm using WordPress and using two queries that are the same. Basically you've got "Featured Content" that is displaying the 6 latest posts. Under that is a section that needs to display 2 more ...
0
votes
1answer
27 views

Duplicate products in MySQL using Paging by LIMIT and OFFSET

I have a query that gets a bunch of products for a product list using ajax and infinite scorll. If you notice at the end, it makes use of offset to "page" between lists of products, which would mean ...
0
votes
1answer
39 views

JavaScript - element .offsetLeft & .offsetTop - Sporadic Values

I'm trying to setup a simple drag and drop interface but am having trouble due to inconsistent element offset values. The element's offset is derived within a mousemove event. The values will ...
0
votes
0answers
38 views

<item> offset behavior not what I expected

I have this drawable XML file. The target is to draw two concentric frames, the outer being yellow and the inner being red. And I want it all done in XML, using shapes, not in code and not using ...
0
votes
1answer
122 views

scroll to anchor + adjust for fixed menu at top

I've seen several Q&As on this but i cant seem to get any of them to work in my situation, such as: jQuery Smooth Page Anchor Transitions with position:fixed menu :( Page example: ...
0
votes
1answer
41 views

Undefined offset: 1 file_get_contents

I recently changed my server code does not work anymore while on my old server it works perfectly. <?php ini_set('display_errors', 1); ini_set('error_reporting', E_ALL | E_STRICT); $myid = ...
0
votes
1answer
39 views

scroll to position jquery offset animation

i am using the following code to scroll down to my contact section at the bottom of the page which was working perfectly, until i added a fixed navigation at the top of the page to scroll down with ...
0
votes
4answers
83 views

CKEDITOR - identify the selected html

I have discovered some usefull attributes of CKEDITOR selection object (get via editor.getSelection()): e.getSelection().getRanges()[0].startOffset e.getSelection().getRanges()[0].endOffset This ...
1
vote
2answers
39 views

JQuery offset() is returning only offset of only HTML document

I want to get the offset value of the div but i only get HTML document's offset i.e 0,0 here's the test code:- HTML:- <div id="result">Click an element.</div> <div style="margin:auto; ...
-4
votes
0answers
50 views

Visual c++ Easiest way to get the offsets of functions

I want to get the offsets of a function of a compiled program in visual studio. I know I could use something like &function - imagebase But I want to know whether there is an easier way to do ...
0
votes
0answers
60 views

Using limit () and offset () in QueryBuilder (ANDROID , ORMLITE)

@SuppressWarnings("deprecation") public List<Picture> returnLimitedList(int offset, int end) { List<Picture> pictureList = new ArrayList<Picture>(); int startRow = offset; ...
3
votes
2answers
53 views

Getting wrong values from jquery .offset()

I'm getting wrong values from jquery .offset(), I think it is because of CSS but cannot find the error. This is the HTML element I'm trying to get the offset of: <div id="sedes" ...
2
votes
2answers
108 views

PHP Warning: Illegal string offset

I am newbie in PHP. A PHP was migrated today from 5.3.3 to 5.4.4 version (Debian Squeeze to Debian Wheezy) and, after this, I get this error from Apache log : > PHP Warning: Illegal string offset ...
-1
votes
1answer
108 views

Offset/change all row numbers in formulas in selected cells using macro in excel

I have a large number of helper rows taking information from a different sheet using a simple sum function: =SUM('HIS-WOT'!J36,'HIS-WOT'!J82,'HIS-WOT'!J128) Is there a macro out there that will ...
4
votes
1answer
108 views

C# pointer offset > 255 - ProcessMemoryReader

I know there are many tutorials out there showing you how to use the "ProcessMemoryReader" functions. But this problems seems to be unique or not solved yet. For quite a while I've been digging into ...
0
votes
1answer
36 views

How do I formulate offset function for nth column in different sheet

I've been struggling with this all day, though I'm sure it's not impossible. I have a sheet with a value in every 3rd column and I need to copy this value into another sheet, ignoring the 1st and 2nd ...
0
votes
3answers
61 views
0
votes
1answer
83 views

get new x/y positions of element after scroll

I have create a demo menu. Check this fiddle: http://jsfiddle.net/PrasadJadhav/xQh5J/6/ I used overflow-x:hidden because I dont want to show all the menu Items. So for my .submenu, when I use ...
0
votes
1answer
58 views

Create span around text based on offset

We are trying to fit the content in div inside main div. But half of the line is being cut. How should we avoid this. How should we identify that line and create span around those words and move it ...
0
votes
0answers
41 views

fit div content in to page content using offset

If the height of content in div exceeds the height of the main div, we are trying to use offset and adjust the height but in vain. We tried all possible ways with offset top, offset height. Could ...
0
votes
0answers
28 views

How do I overwrite non-printable characters in a binary file to include a string in VB?

I've been trying to locate a stream of NULL or non-printable characters to replace in a file in order to replace it with a string of my own since it's not really needed. Is there any way this can be ...
0
votes
1answer
82 views

Scroller startScroll with negative offset

With a positive offset, startScroll would scroll to the right. So with a negative offset, I'm assuming it should scroll to the left-the documentation doesn't say anything about this. However this ...
0
votes
2answers
154 views

JavaScript/jQuery: How to get actual original position of an element (DIV) after it's been rotated

I have a div element that gets rotated with -webkit-transform: rotate(45deg). If I try to access it's current position after rotation like this var x = $('#tap-area').offset().left; var y = ...
1
vote
1answer
61 views

Java - OpenGL set offset for center (0,0) coordinates

I am doing something with JOGL libraries (forced to) and I can't figure out how to offset the center zero coordinates. I would like to offset them to the botom of my viewport, in the method public ...
0
votes
2answers
79 views

Animation for ScrollViewer vertical offset

I want to animate vertical scrolling of ScrollViewer. As I understand it the only way to get this event private void viewer_ScrollChanged (object sender, ScrollChangedEventArgs e) And within a ...
0
votes
1answer
37 views

How to offset the title control in Titanium

How do I offset the title control in titanium? Right now I am trying to put a left: -100 property on the label that is in the title control and that works for when you open up the view but then it ...
0
votes
1answer
89 views

element.offsetTop not working as expected

I am sure that element.offsetTop is working as it should and its a problem with my layout. I am trying to calculate the top for an element using getTop: function(el) { var top = 0; ...
0
votes
0answers
71 views

Check if mouse is ABOVE an element jQuery

I want to check if the mouse is currently within the visible area of a div. I know I could use the following code: $("#div").is(":hover"); In jQuery. However, there may be another div partially ...

1 2 3 4 5 14