Search results

  1. D

    My python print is returning: text:'my string/text' instead of: my string/text

    fname_text = worksheet.row(current_row)[0] print (str(fname_text)) this returns my text from the excel cell like this: text:'my string/text' ... i don't want the text:' part. what can i do to just make it return: my string/text
  2. D

    users having issues with .pst and .ost files, redirected folders, away from domain

    i have noticed several users who travel frequently are having issues with outlook files. when they are away, it wants to sync the entire outlook file all over again which takes forever. however, when they return and get back on the domain, the issue appears to go away and outlook catches up. its...
  3. D

    I need to sync GAL with Outlook 2013 contacts. How without doing it the manual way?

    problem: the GAL does not show up as contacts on user's iphones. real world example: bob calls sam. sam doesn't know who the number is because the GAL are not synced as contacts in his iphone. now i know that you can search the GAL from the email side of the phone. i know that you can...
  4. D

    Powershell command to change primary email (the reply email)

    i have setup all the proxy emails and now i would like a powershell command/script to basically flip the switch to the new email addresses. it needs to run for each user. so right now i have bob@domain1.com and bob@domain2.com ... currently domain1 is the reply email (primary email) and i...
  5. D

    Need help with basic python/django. Creating an object of a model via REST call.

    i am new to all this so bare with me. i have created a simple model and i can create an object from the python shell using objects.create() method but i do not know how to do it via a REST call. i can also create objects from the django admin interface but thats not what i need. anything is...
  6. D

    Need help with basic python/django. Creating an object of a model via REST call.

    i am new to all this so bare with me. i have created a simple model and i can create an object from the python shell using objects.create() method but i do not know how to do it via a REST call. i can also create objects from the django admin interface but thats not what i need. anything is...
  7. D

    Is there a way to track emails based on certain email addresses? Track frequency?

    i would like to be able to track how many emails every user sends out a day. sort of basic analytics for email. exchange server 2010.
  8. D

    Convert keynote file to AVI on PC

    i have a keynote presentation file (.key) that i need converted to an AVI or some other video file. can this be done on a PC?
  9. D

    Halo 4 - wtf is going on? crazy typos and text all over screen ... nothing works

    basically nothing is working. i cannot start a mission, i cannot install the multiplayer disc. all the menus are f'd up and have different problems and errors everytime i reload them. what is going on? (if you didn't notice ... all the text is wrong in the pictures. also, after i watch the...
  10. D

    Pubcookie error during make on centos server. No rule make target all-recursive

    when i do configure i receive no errors ./configure then i do make and get this: [root@hostname pubcookie-3.3.4a]# make ./config.status config.status: creating Makefile config.status: creating src/pbc_path.h config.status: creating src/pbc_version.h config.status: creating...
  11. D

    RTNETLINK answers: Cannot allocate memory (CentOS 6 VM)

    my virtual machine was working fine yesterday, this morning it boots with network error and while i can remote control the machine just fine using vsphere's VM console, i cannot access the machine on the network because i do this: Code: ifup eth0 i get this: RTNETLINK answers: Cannot...
  12. D

    Using 2 javascript tools (accordion and a slider) break when put on same page.

    <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/easySlider1.7.js"></script> <script type="text/javascript" src="acc/mootools-core-1.4.3-compat.js"></script> <script type="text/javascript" src="acc/mootools-more-1.4.0.1-compat.js"></script>...
  13. D

    Help translating something from coldfusion to c#

    <cfset period = DateFormat(CreateDate(currentYear, currentMonth, 1), "yy-mm")> this should return period to 12-01 ... its the current year and month prior to the current month. i could so something like this and combine them but figured there was better way. int month =...
  14. D

    .NET C# Question about efficiently performing multiple SQL queries

    right now i am basically doing this: con1.Open(); cmdSelectLabs = new SqlCommand("my sql command", con1); dataReaderLabs = cmdSelectLabs.ExecuteReader(); labView.DataSource = dataReaderLabs; labView.DataBind(); dataReaderLabs.Close(); i need to create several different sqlcommands...
  15. D

    C#.NET question ... Load server code inside DIV tag?

    i am extremely new to this so go easy ... i want to load in a bunch of server code inside a DIV tag. right now my example works but the result loads at the top of the page (because i have it running at Page_Load). what i would like is to load it inside a DIV. my code that is located in a code...
  16. D

    Need jQuery master ... Need previous and next buttons for my slider. Help

    i don't know jQuery at all really but i need to link a previous and next button for a slider with the following code. (this code already works but clicking numbers associated with the slide but i want next and previous buttons as well). <script type="text/javascript"> //Show the paging and...
  17. D

    Website uses 1 html file with divs handling pages. Need to set nav item active, how?

    so i know how to do exactly what i need when i am using standard html pages in my navigation. however, this particular site has 1 html file/page and all the "interior pages" are just inside divs with a unique ID and the navigation jumps to them with a nice jquery scroller. how do i set an...
  18. D

    Best backup solution for a CentOS email/web virtual server

    what is everyone's favorite way to backup their CentOS email/web server? I need to run daily and be quick and easy to backup and restore. I also need it to work without powering down the VM. advice? *edit* i should probably be a bit more clear. i currently have server running multiple virtual...
  19. D

    Running squirrelmail as localhost (works great!) ... Now I want it working for domain

    ok i am currently running CentOS 6 and i have everything working where i can send and receive email back and forth from the users on the domain localhost just fine. i am running postfix SMTP server and a dovecot IMAP/POP3 server with squirrelmail as my webmail. what do i need to change in...
  20. D

    CentOS 5 VM won't boot correctly. GUI won't load either

    http://postimage.org/image/1knndxfno/ and eventually it gives me this error: http://postimage.org/image/1kor2tric/ what did i do? all i did was restart after installing system-switch-mail-gnome after i log in on black screen and type startx i get this...
  21. D

    New laptop occasionally freezes when coming out of idle/hibernation

    sometimes if i close the lid on my laptop and come back to it and open it the screen comes back on and i have about 1-2 seconds to move my mouse before the screen just locks and computer freezes. what could be causing this? its not every time and also happens sometimes if i leave the laptop open...
  22. D

    thoughts on magento as eCommerce platform? easy to manipulate design, flow, and site?

    most of the websites i do are either completely from scratch, from design PSD files sliced up, joomla, drupal, and other random content management systems. i HATE the ecommerce solutions for drupal and joomla and was wondering how magento held up? i have read tons of reviews and i accept the...
  23. D

    Need new router, suggestions? Have static IP and I have server running multiple VMs

    right now i am using some free POS netgear router. i would like to replace it since i am getting a static IP and temporarily moving a server with multiple VMs to my house. (do not worry its for personal use). can anyone suggest a great router with gigabit switch that is extremely friendly to...
  24. D

    Looking to watercool i7-2600, radeon 6990, NB & SB ... Need parts advice?

    can anyone part out a full water cooling setup for intel i7-2600, radeon HD6990, and an asus maximus IV p67 board? i am trying to fit it all in a corsair 650D. thoughts? budget is flexible. or is water cooling NB & SB not worth it? (sadly this setup is for client, not me :(
  25. D

    SQL query question. Need to list department name and max salary for each?

    Below is the SQL code oracle spit out for the tables i am using. What i need to do is list the department name and the maximum salary earned in the respective departments. I can easily find the maximum salary and its department name by doing this: SELECT DEPARTMENT.DNAME...
  26. D

    Rollover image CS4, button needs to stay selected

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Swap Buttons</title> <script...
  27. D

    iPhone app returns array item 0 during search every time (confused on indexPath.row)

    i have a table with search bar that when you begin to type it narrows down your selections below the search bar. basically the first array let say has 4 names: (0)bob, (1)jim, (2)david, & (3)carl. when you select anyone one it loads their correct detailview based on the index (0,1,2,3). however...
  28. D

    iPhone app returns array item 0 during search every time (confused on indexPath.row)

    so i have an array that is currently searchable. when you load the app it loads up the information in a tableview with a list of the (in my case) names in the array. if you click on any one of the names it loads the correct detail view. the search works just fine too. when you begin typing it...
  29. D

    swapImage(); simple javascript doesn't work. help

    <SCRIPT LANGUAGE=JavaScript> function swapImage() { switch (intImage) { case 1: $('IMG1').src = "images/front_cover.jpg" intImage = 2 return(false); case 2: $('IMG1').src ="images/back_cover.jpg" intImage = 1 return(false); } }...
  30. D

    Random: How do I legally get 2 handguns from NY to VA?

    legally is the important word. i could just stuff them in my trunk and drive them home but that makes me nervous. basically my father has 2 handguns that he doesn't want anymore and he lives in NY state. i live in VA and i am going up to visit for xmas. i would like to bring them back with me...
  31. D

    Need help creating a transparent box that links somewhere (HTML&CSS)

    ok here is my css: #logolink { border:1px solid red; position:absolute; top: 629px; left: 633px; width: 278px; height: 357px; background-color: transparent; z-index: 99; } and my call: <a href="whatever.com"><span id="logolink"></span></a> ok this code...
  32. D

    Need a catchall for a mail server running on CentOS5

    i need to write a catchall for a domain hosted on my VPS. so any email going to anything@domain.com goes to a specific email address or addresses. help? -------------- i added this to my /etc/postfix/virtual file @domain.com catch@domain.com (all email going to that domain that isn't a...
  33. D

    Need a catchall for a mail server running on CentOS5

    i need to write a catchall for a domain hosted on my VPS. so any email going to anything@domain.com goes to a specific email address or addresses. help?
  34. D

    Need a catchall for a mail server running on CentOS5

    i need to write a catchall for a domain hosted on my VPS. so any email going to anything@domain.com goes to a specific email address or addresses. help?
  35. D

    Quick /etc/aliases question

    so i wanted to create a mailing list. i know how to edit the /etc/aliases file correctly but my question is this: my VPS hosts several sites and domains, how do i specify an alias for a certain domain? (i'm a noob so go easy) example: lets say i host domain1.com and domain2.com on my VPS...
  36. D

    Email on VPS using CentOS 5.4 only works if sent and received within same domain?!?

    so if bob@domain1.com sends an email to sam@domain1.com the email works. but if someone sends an email from lets say gmail to bob or sam the message never arrives and bob and sam can't send out email. help!?
  37. D

    -ERR [IN-USE] Unable to lock maildrop: Mailbox is locked by POP server

    thats an error i get while trying to check outlook mail sometimes. i understand this error but not sure on the best way to fix it. all webmail instances are closed so i can only assume that its the android phone and outlook locking 1 or the other out while trying to check mail?
  38. D

    Postfix Mail Server will not start! Tried to change postfix smtp port. Help!

    so i set out to change the default smtp port the server uses because my ISP blocks port 25 and i need the email to work in outlook. this morning i could receive email, but not send it. so i did some research and thought that i needed to edit the master.cf file in /etc/postfix/ by commenting out...
  39. D

    FTP program to transfer files server to server?

    i currently use filezilla and for the most part its great. however, i would like to transfer a file directly between 2 sites. i tried opening both sites in separate tabs but it won't allow me to transfer from 1 site to another. how do i accomplish this easily and quickly?
  40. D

    If I want a 5850, what board/cooler should i be looking for?

    i want a 5850, if i am going to buy one what manufacturer should i go with and what kind of cooler etc?