91 Topics

Member Avatar for
Member Avatar for JasonTyler

Hi, I have some Knowledge in SEO and working for some website. But i was wondering that how effective are the automated back link building software ? And if they are really effective then why everyone like to create back link manually ? Can you suggest some automatic link building …

Member Avatar for denysaputra
0
294
Member Avatar for barney789

I have a excel spreadsheet that contains the following information: part name, part number, calibration, rev. level and other information. I also have a form that I have to fill out every month using the information from the above mentioned spreadsheet. Is there a way to input the spreadsheet information …

Member Avatar for barney789
0
258
Member Avatar for zigga15

Hey guys, I am working on a project that requires a bit of hardware to be plugged in via USB. It is in the spec that it is too hard for the end users (bless them) to install drivers manually. So I would like my program, setup or an install …

0
142
Member Avatar for kipslem

Hello, Could someone please help me with this problem? I have developed a small application that calls up several powerpoint slideshows that are saved as .pps. The user interface screen has a textbox, when the user enters the file name of the powerpoint it is called up, but it opens …

Member Avatar for kipslem
0
291
Member Avatar for Venom Rush

Hi all I've been trawling the net trying to find out how MySQL would handle partitioning if I don't specify any values for RANGE. My code is as follows: [CODE=MySQL]PARTITION BY RANGE(vehicle_id) PARTITIONS 10()[/CODE] The table will most likely end up having roughly 50 000+ records. Can anyone perhaps give …

Member Avatar for debasisdas
0
210
Member Avatar for Rudra b Raama

Hi all, I have basic knowledge on perl concepts ... Now i am assigned with a task to automate software build installation process on windows please guide me in the following 1.what are the documents to refer for example scripts on automation 2.Should i have to install any thing else …

Member Avatar for sensamurai
0
263
Member Avatar for abhi10kumar

How Do I send emails to group of persons daily at 12:00 AM ?? I have a PHP page where I will write code to sending mail. I searched and find CRONTAB (shell scripting), a solution for this. If I want to use CRONTAB shell scripting then How I can …

Member Avatar for smantscheff
0
125
Member Avatar for riotburn

I just got a program that does forward substitution. It is working fine but I would like to make it so the user can enter size of both 2D n x n array and a n x 1 array and then be able to enter the elements of the arrays. …

Member Avatar for attefeh
0
5K
Member Avatar for nikkiae14

We would like to offer free downloads of some of our materials but we would like to be able to do the following: [LIST=1] [*]Gather contact information [*]Send an email within a few days, automatically, as a follow up [*]Automatically send an evaluation within a few weeks(this could be an …

Member Avatar for PapaRich
0
210
Member Avatar for twohot

I'm looking for ways to create variables in python3 as needed. E.g book1 = book(name1) # book is a class book2 = book(name2) book3 = book(name3) book4 = book(name4) book5 = book(name5) : : : V book-n = book(name-n) I have the names of the book in a list but …

Member Avatar for twohot
0
253
Member Avatar for Noorul Ariff

Friends... I'm doing INVENTORY project... front-end : vb.net back-end : Access I'm having PURCHASE, SALES tables... In sales form, i need to create CONTROLS during RUN-TIME... i.e, when we gone for shopping to a DEPARTMENT store, we buy LOT things... they will give us only one BILL... when they are …

Member Avatar for codeorder
0
566
Member Avatar for TrustyTony

This code is giving minimal change from real Python class to JavaMonster with every method having setter and getter not following the PEP8 naming but capitalizedWordsFormat. When instrunctor turns his head or if you put the code in your library, you can simply remove the setter/getter lines.

0
259
Member Avatar for Noorul Ariff

Hi friends... I'm doing Inventory Project... I'm Having purchase and sales tables... In purchase table fields are Code, Category, Brand,S.p, Date etc., Men, Women, Kids, Accessories are the VALUES STORED IN Category Fields... In PURCHASE FORM, When i select MEN in Combobox, it has to AUTOMATICALLY allocate(SHOW) CODE(it is also …

Member Avatar for Noorul Ariff
0
162
Member Avatar for bettersaid

helo! can anyone help me in automatically saving files with fixed filename in python? the OUTPUT would be like this: FILE- A01.txt FILE- A02.txt FILE- B01.txt File- B02.txt i was hoping that i could save a file automatically after making some changes in the older version. Thank you, Gene

Member Avatar for bettersaid
0
430
Member Avatar for senior_oracle

I Have a PDF Folder containing pdf files with the names ( sp_1.pdf , sp_2.pdf etc.....) In my word files , I have the text : " and it was created under the rule sp_1 in order to acheive the level we are working for that is sp_2 " so …

Member Avatar for SpOOKy.Is.GoD
0
113
Member Avatar for sphynx_25

Hey there everyone, I'm working in windows, writing a python program which runs various programs through command line and pipes the outputs of one into the next program. All the programs accept all instructions in one line then run. I've been using the os.system command to run these. One program …

Member Avatar for sphynx_25
0
215
Member Avatar for euroazn
Member Avatar for Priyesh_17

Hi, I am trying to write a python test script which will start a Server and Client locally and then transfer their STDOUT to two files. This I need to do from the same test script and the asserts should be the next step. When I am doing the same, …

Member Avatar for woooee
0
154
Member Avatar for main()

Hi, I'm having a little problem with IE7. I'm entering data for my work on a netbook but I get an error message saying that "Class doesn't support automation". I've tried reinstalling IE7 but that doesn't fix the problem. It works on other computers, but not the netbook I'm using. …

0
166
Member Avatar for stbtwitter

Hey Everyone, I know how to right a php script to send out an email. But I want to write a script that will send out an email at a certain time, The crux is, I need the email to be sent out even if nobody is accessing the page …

Member Avatar for stbtwitter
0
143
Member Avatar for kedakai

I want to create a program that will close itself when the user was idle(not touching/moving the mouse and keyboard) for about 5 minutes...but I have a problem in how to track a user's idle time so that I could set the closing action. Could anyone give me a simple …

Member Avatar for kedakai
0
169
Member Avatar for nicolasmarie

Hi, I urgently need the following information and techniques on how to: 1. disable input in a field text box and automatically increment the same namely a numeric primary key field (viz. StudentID) by 1 at the issuing of a blank/new record. The Database method is DATA BINDING and ACCESS. …

Member Avatar for nicolasmarie
0
159
Member Avatar for ms_sws

Please help! I have the following code in the head section of my web page: <script> ..... var serverLoc = "http://www.mydomain.com/mypath/"; var serverFile = serverLoc+"myexcel.xls"; var ehandle = new ActiveXObject("Excel.Application"); //error occurs var eWBhandle = ehandle.Workbooks.Open(serverFile); var eShandle = eWBhandle.ActiveSheet; var cell1 = eShandle.Cells(1,1).Value; // get more data ..... </script> …

Member Avatar for fxm
0
552
Member Avatar for CoolAtt

hi all, i want to use curl to automatically login on behalf of a user & get the SessionID for that user. i will configure php to store the sessionID in the url instead in a cookie on the user's browser. once curl has login on behalf of the user, …

Member Avatar for cwarn23
0
103
Member Avatar for donkey_pasta

Specs: HP dx2300 -- XP Pro SP3 -- Logitech Trackman Wheel USB mouse (wired) Problem: Applications constantly scroll up and down (intermittently will stop for a period of time then start scrolling erratically again). This happens in all applications; FireFox, Notepad, Task Manager, etc. I have not changed anything in …

Member Avatar for donkey_pasta
0
130
Member Avatar for konczuras

Hello, I'm trying to deploy an application. On my development machine, I have Office 2007, and using it to automate excel from c#. On the target machine, there's Office 2003, and I getting an error message when trying to installm that I should isntall Microsoft.Vbe.Interop version 12.0.0.0. I removed all …

Member Avatar for DdoubleD
0
256
Member Avatar for EddieC

Even Microsoft is sometimes faced with the decision of whether to "buy or build." This time it chose to buy. With the acquisition of Opalis Software announced yesterday, Redmond in one stroke takes a major leap in data center process automation. And it couldn't have come at a better time. …

0
146
Member Avatar for michelle1

Hello, There seems to be a multitude of different unit testing frameworks for C and I'm having difficulty in choosing which one to use. (I have no experience with C development at all) Is [URL="http://cunit.sourceforge.net/"]CUnit[/URL] generally the well known and widely used framework as NUnit is for .net and JUnit …

Member Avatar for Iam3R
0
253
Member Avatar for khess

Has your IT budget just taken a big hit for 2009? Many have. These desperate times call for desperate measures but don't worry these measures aren't nearly so desperate and they just might help you fix that ailing IT budget. All you need is a little creative thinking and some …

0
190
Member Avatar for EddieC

GUIdancer 2.2 Automates Failure Retires If at first you don't succeed, try, try again. Such is the way of GUIdancer 2.2, the latest version of the function-test automation tool from Bredex, which began shipping yesterday. The keyword-driven tool for Java (Swing, SWT and RCP) and HTML can now retry failed …

0
361

The End.