Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: uniopp
  • Content: Threads
  • Order by date
  1. uniopp

    Japanese Character

    I have the following code in a form submission and it jumbles my Japanese text - $name = ucfirst(strtolower(strip_tags($_REQUEST["name"]))); When I replaced it with the following my Japanese text is ok - $name=$_REQUEST['name']; The following field also gives me some jumbled text SOMETIMES -...
  2. uniopp

    Office 365/Exchange POP/IMAP access

    I am new to Office 365/Exchange Business Premium/Outlook on Mac and I am not sure how to set it up the way I need. I am currently managing 5 email accounts on my own domain (web hosting control panel). Each user has pop/imap access with their own username and password. main-user@mydomain...
  3. uniopp

    Windows CE Web Server

    I am trying to login to my LED controller using 192.168.0.220 (WIN 10 & Macbook) but every time I get - The Windows CE Web Server is enabled on this device. This file is a placeholder and should be replaced. Please see your Platform Builder docs or our Web site at...
  4. uniopp

    Talking Characters

    Is it possible to create a flash character that can speak in real time? I want to create some characters that use the speech from my pc microphone (e.g. as I speak into my mic the character uses my voice to speak (syncing the lips). I would like to use them for custom voice chat meetings (not...
  5. uniopp

    cURL Cookie Problem

    Hi, I am trying to create a schedule on a website that requires login before processing a form that generates a schedule. I have written a very basic form (form.html) that submits to a php script (create_schedule.php) that I have put together from various searches on Google. What is supposed to...
  6. uniopp

    Modify Caledar Script

    Hi, This is a different question from my previous "Calendar" question so I decided to post a new topic and include the full original code here. I downloaded a free calender script (see below) and I was wondering how difficult it would be to modify it to only show one week of each month at a time...
  7. uniopp

    Calendar

    Hello, I have a perl script that generates a calendar layout something like the following: ----------------------------------October-2009------------------------- Monday--Tuesday--Wednesday--Thursday--Friday--Saturday--Sunday ------------------------1--------2---------3-------4------40...
  8. uniopp

    Proxy Server Beginner

    I am completely new to the world of Proxy Servers and would appreciate some advice. I have a network of 10 WinXP laptops that currently access the internet through one host laptop (WinXP internet connection sharing). All of the laptops are used to access the same website and I want to speed...
  9. uniopp

    Copy IE Cache

    Is it possible to copy my IE 6 cache files from one PC to another? Is it just a matter of copying the files in my \Local Settings\Temporary Internet Files folder and they will work from the new location on my other PC? In addition, if I download a whole website (using a website clone/copy/ripper...
  10. uniopp

    Packet Size

    Hi, I posted this in the TCP/IP but haven't received a reply so I thought this may be a better place to post. I'm trying to understand about packet size and the speed of my internet connection as well as the charges relating to my 3G mobile connection. I recently setup a broadband connection...
  11. uniopp

    Packet Size

    I'm trying to understand about packet size and the speed of my internet connection as well as the charges relating to my 3G mobile connection. I recently setup a broadband connection (at home in Japan) and the speed was very slow until I adjusted the TCP Receive Window and MTU settings. On my...
  12. uniopp

    Record voice from Flash webpage

    Hi, Not sure if I am in the right forum, if not please point me in the right direction. I'm looking at developing a webpage using flash content and want my users to be able to click on a button and record their voices. The voice file would then be stored on my server for future playback. What do...
  13. uniopp

    Select Menu Default Not Working

    I'm using a php script to generate some html form pages and I'm having a strange problem with the select menus. The default value is not being selected. The code I am using is - <select name="test" id="test"> <option value="">Select</option> <option value="One"...
  14. uniopp

    Outlook Express/Internet Explorer Developers

    Hi, I looking for someone to develop two extensions/plugins for me. 1/ An extension or plugin for Outlook Express that automatically adds sent email addresses to a text file and/or MySQL database. 2/ An extension or plugin for IE 6+ that that automatically domain names to a text file and/or...
  15. uniopp

    Save/Edit Users Local files

    Hello, Is it possible for a perl script (accessed via a users web browser) to save and/or edit a file on the users local machine? I want my script to store and be able to edit a file on any users computer (with their permission of course). I guess it can be done as that is basically how cookies...
  16. uniopp

    SlideShow Help

    Hello, I'm having trouble modifying the following code to suite my needs. Could someone please help me. 1/ How do I position it in my html using class="floatimgright" ? I want my text to rap around the images. At present the JS code positions the image but I would like my text to wrap around...
  17. uniopp

    Slideshow

    Hello, I'm using the following code to run 4 instances of a slideshow on my html page. The code was originally written for one instance but I modified it so I could run 4 seperate slideshows on the one page. My javascript knowledge is very limited so I may have made a mistake somewhere because...
  18. uniopp

    Preload Images

    Hi, I'm using js similar to the the code below to preload my images. All of my html pages have the same header (with the js preload code) included when they load. I was wondering if it matters that my js preload code is repeated on each and every page load. Am I slowing the page loading down...
  19. uniopp

    File::Find

    I'm using the File::Find module to search for files in a particular sub directory on my server. I have it working but if the directory does not exist, my script seems to stall as if it's locked in an endless search. If it finds the sub directory but it is empty it seems to move up a directory...
  20. uniopp

    Regex to remove charaters

    Hi, I've been trying to find a regex that will remove all the character from my string after a specified point. $string="some_thing"; I would like to remove the "_" and everything after it. The string will be of varying length but the cut off point will always be the "_" character. How can I do...

Part and Inventory Search

Back
Top