The active tag has no wiki summary.
0
votes
1answer
28 views
When thumbnail is selected style it
I have a page where there are video thumbnails (images) and when clicked on them the video plays in a bigger div. I have them styled on hover over and so on but when the video is playing I would like ...
1
vote
1answer
21 views
VBScript and AD connections
Do you know if there are any issues opening an AD connection 3 times in a script? I’m building an HTA application for user terminations which is composed mainly by VBScript:
Sub Confirmation
-> ...
0
votes
0answers
20 views
Active Directory user's OU and Exchange Server
Is there any link between a user's location in AD (distinguished name) and the Exchange server?
Let's say I'm performing a mailbox backup. This usually takes a few hours depending on the size. Is ...
0
votes
2answers
18 views
Set class active in tab-pane of tabbable bootstrap
I try to set active a class of a table in bootstrap : http://twitter.github.io/bootstrap/components.html#navs
I use php and html to show my table but how can i set active some element ?
<div ...
1
vote
1answer
8 views
How do I stop active menu items dragging whole array on selection
I have a menu bar designed for mobile screens.
I am trying to format it so that when you 'click' an image it drops 3 pixels to indicate its selection - however the code I'm using drops the entire bar ...
0
votes
0answers
17 views
Open URL with ShellExecute - SW_SHOWMAXIMIZED dont active window in C++
My default browser is Chrome. I used this function to open new tab and active it:
ShellExecuteA(0,0,"chrome.exe","http://google.com --incognito",0,SW_SHOWMAXIMIZED);
but Chrome only open new tab ...
0
votes
0answers
12 views
How to dynamically change actionlink text in WebGrid?
In a webgrid I am having actionlink as Active. When I click on it, It should be changed into InActive actionlink and vice versa.
How can I format the actionlink?
0
votes
2answers
59 views
Bootstrap tabs: add / remove span inside active tab
I have bootstrap tabs set up so that I have 4 tabs with an active class on the anchor.
<ul>
<li><a href="#">Tab 1</a></li>
<li class="active"><a ...
2
votes
1answer
35 views
CSS: Active act as hover?
When using tab to navigate my site, is there a way to make an active link act as if the mouse is hovering over it? I have several sub-stylesheets for different colors and a master one for things such ...
-1
votes
0answers
94 views
jQuery Vertical Tab .active state
I currently have a well working vertical tabbed menu using jquery.
Now I am trying to create an active state so that when the tab is active, a triangle the height of the tab appears connected to it.
...
-1
votes
3answers
46 views
Ruby on Rails: strftime() in Active Admin form
this is how in front-end current date gets saved in database automatically(without datepickers n stuff):
<% for order in @orders %>
<%= order.updated_at.strftime("%Y-%m-%d %I:%M") %>
...
0
votes
2answers
51 views
Batch file ftp example using active connection
Have done ftp connections using a Batch file in the past... but now I am experiencing problems as the current host requires an "Active" ftp connection. How would I script for this difference?
0
votes
1answer
22 views
update nav without reloading
I'm looking for a simple method to swap the active state (color) of my navigation without a page reload.
this should happen when one nav button is pressed. Esentially it should change it's state to ...
0
votes
0answers
39 views
ios PhoneGap crash log… odd memory location
I'm trying to decipher what is going on with a crash I'm having with a sencha-touch/phone gap/ios app. When the app crashes I get a
MyApp [131] has active assertions beyond permitted time:
{(
...
0
votes
1answer
61 views
Compare two organizational units with Powershell
I would like to compare two organizational units users.
I can get my user list with this command:
OU_NUMBER_1:
Get-ADUser -filter * -SearchBase "OU=OU_NUMBER_1,OU=OU-SNE_SharePoint,DC=vf,DC=local" | ...
0
votes
0answers
37 views
How can I check if a groupname exists in Active Directory using CMD or Perl
I'm trying to write a Perl script which checks if a user group name exists in the Active Directoy. Important for me is, that I don't have to load an additional library, that's why i want to use the ...
-2
votes
0answers
37 views
How to make active link stay active in iframe with CSS
I have been searching for ages but could not find the code to make active link stay active in iframe with CSS. How can I resolve this?
1
vote
1answer
75 views
Get last active window in VBA
This is not a duplicate question.
I have a UserForm which remains on top of all the windows all the time. I want to access source of an already open webpage. I can't use findWindow function as I will ...
0
votes
0answers
46 views
Get focused window title and use it in if statement
I found this code around the net but I don't know how to use it. I just want to build a code that will execute if a desired window is active.
This is for API as i read about my research,
...
3
votes
5answers
74 views
Setting active element on a menu item with php
I have a simple menu made of <ul><li> elements and a class="active" in place to mark the current page. A variable is passed by $_get[] to select the specific page by url: ?pg=PAGE.
I am ...
0
votes
0answers
53 views
Bootstrap vertical (stacked) tabs: vertical height alignment and active tab highlighting
Below is some sample code, and I have a fiddle as well: http://jsfiddle.net/SnackyPete/89VRb/1/
I want to adjust the height of each sub tab group so that they align with the height of its parent ...
0
votes
0answers
11 views
Is it possible to make keyboard focus on nswindow without making app active?
I'm writing simple chat that works in floating mode. But I can't make it work with fullscreen Power Point. When I click on NSTextField it makes app active and Power Point exits full screen mode :( – ...
0
votes
1answer
37 views
dynamic assignment of a class to list
I am writing because I have a problem of allocation of a dynamic class to a list.
This is because you probably do not run well the sub-items.
My code is:
<nav id="menu">
<div ...
0
votes
2answers
102 views
Active Directory authentication on Weblogic application server with unknown error cause
We've encountered an authentication error on our Weblogic application server (in production environment) while trying to authenticate an user with valid credentials (these credentials are hard coded ...
0
votes
0answers
11 views
Close activity from doInBackground thread
I have 2 Activities A and B. A is the main activity that starts when the app starts and B is started in A. I also have a TCP connection in the background that I started in Activity A. Now what I want ...
0
votes
1answer
50 views
sql statement with codeigniter active records
I have a table "login_attempts" with the fields: id, ip, login_name, time.
I want to achieve this:
Count the number of occurrences for the last 10 minutes for a particular 'login_name'.
I'd ...
0
votes
0answers
35 views
Some active states of jquery-ui accordion is not working?
I have a web form that contains 4 checkboxes asking about potential product interests. Each box that is checked receives a value of 1, any not checked receives a value of 0. Once the form submits, ...
0
votes
2answers
53 views
Active/Hover State using Javascript
I'm having a hard time coding an active state for a little accordion style menu I'm working on. I have the hover transitions in place and the menu will stay open when clicked, however, I lose my ...
4
votes
1answer
249 views
How to get current displayed Tab Index with jquery 1.7.2
I am developping a web page usin html + PHP + jquery and I am facing the following problem.
The page uses jquery-1-7-2.js (I cannot upgrade for some historical reasons...).
I am using PHP and form to ...
1
vote
0answers
60 views
Issue with ldap query in SSIS
I'm currently using an execute sql task in SSDT that queries AD. Here's what I have:
< LDAP://ou=groups,dc=blahblah, dc=com>;
(|(cn=*_BI_*)(cn=*.BI.*));
cn
The results eventually write to a ...
0
votes
0answers
11 views
find active modal popup
I have multiple modal popup extenders in my page. I need to know the name of the currently displaying popup, in other words the name of the modal popup in top(may be for example two of them are ...
0
votes
1answer
80 views
Change class when page is active
How can I set a .html page active when I change pages?
This is needed to change the active tab in my nav bar.
I should add the class .current_page_item to the active li of the nav.
I've searched a ...
0
votes
2answers
89 views
How to set active state for checkbox using JS/jQuery
I have a couple of functions that sort property listings with php. The sorting works, however I need to set active states for the current active clicked href. Of course I couldn't be so lucky as to ...
3
votes
2answers
67 views
CSS - buttons are unclickable from time to time?
I have multiple anchor elements. Once in a while clicking on them does nothing, all the CSS animations work but the links are not opening any pages / triggering any actions. I have to move cursor a ...
0
votes
1answer
119 views
CSS active menu item
Hi I'm trying to modify a web template which doesn't have different colors for active menu items. I've tried various changes to be able to adjust this. Any ideas? Here is the css:
/** TOP MENU ...
0
votes
0answers
56 views
Windows Azure Active Directory Access Control Sample Application Deployed Issue
I deployed my sample application on window azure, my sample application is based on Windows Azure Active Directory Access Control, but page shows error message: "The page cannot be displayed because ...
0
votes
0answers
33 views
how to remove :active transform from hidden contact form once it's opened
Hi first I would like to apologize if this has been answered because I've searched and didn't find what I was looking for. I am using the Fit Theme on WordPress and it comes with a contact module/form ...
0
votes
1answer
80 views
YII active record select only specified fileds
I want to get only specified fields, but when I do this:
$criteria = new CDbCriteria();
$criteria->condition = 't.DeletionMark = 0';
$criteria->select = 't.Description, address.Description, ...
0
votes
1answer
44 views
how to check KML layer has active feed or not?
I created a kml layer for the URL - http://www.nhc.noaa.gov/gis/kml/nhc.kmz.
This layer is applied on the map and i could not see any layer. The reason is there is no active feed for this Kml layer.
...
0
votes
1answer
35 views
When is a product under “active development”
I am currently working on a project in which we will use a framework. I want the framework to be under active development but, when can you say that it is?
I know you can say it's "active" when there ...
0
votes
0answers
44 views
Rails form refreshing and saving object correctly, but wish to redirect with blank form attributes
def add_child
@user = current_user
@child = current_user.children.create(params[:child])
if @child.save
flash[:error] = "saved! add more if you ...
0
votes
1answer
71 views
Active menu link should “crop” the menu strip?
I have a strange menu to code and I have no idea how to do it, i have this 100% wide header strip, on the left side the logo sits and on the right the menu. The strip goes over fullscreen background. ...
-1
votes
2answers
50 views
Adding style to active link? [closed]
Hi at my site website (password: ebriff) i have added small white triangles as pictures to the active link. But since i have a picture as my first menu link, it won't get added to that. How do I get ...
0
votes
0answers
123 views
Script to change Active Title Bar color in Windows XP
I want to change Windows XP active title bar color with any script, like VBS. I can't find any examples, and I and I'm not sure whether it is possible. But I try to find some help in there.
Active ...
0
votes
2answers
93 views
How to prompt a user in powershell for a xml file to process?
im pretty new to powershell and i have an xml file that i need to process which contains a bunch of lines like this:
<root>
<userManagement>
...
0
votes
1answer
23 views
:active default red?
at http://www.droppoint.cz/system/objednej.php when you click the cart icon, on active the border turns red. By default the right border is slightly blue too, which shouldn't be either.
Do you see ...
0
votes
1answer
35 views
Add active state to wordpress admin-bar element
I created a custom wordpress admin bar for a specific user group. Does anyone know a way to add a active state to a wordpress admin bar element, so that I can highlight it if the user is on that ...
0
votes
2answers
83 views
Switching Windows with Python
I'll preface this by saying that I'm very inexperienced with python, and I'm hoping that means the solution to my problem will be simple.
My program will be performing simple actions in another ...
0
votes
0answers
57 views
Can someone guide me with setting up Network Load balancing for RDP connections?
We have two servers web3 and web4 and a domain controller mws.
I have been trying to set up load balancing for users who use remote desktop connection to connect to web3 and web4, but have failed ...
0
votes
1answer
114 views
Data initialize is called before Report Start in Active Reports (Data dynamics)
Per Active reports documentation, the Report start is called first and Data initialize. Any reference to Data source inside Report start will invoke Data Initialize event. I am modifying an existing ...



