I have created a rrdcgi script to display information about the system performance with graphs. Now I would like to add an option for the users tocreate PDF on the fly with the details on current page (images and information) and header and footer. Is this possible to do with rrdcgi or any perl code would be really appreciated.
Hi,
I want tocreate a right to left UITableView.
right now I have the left to right table view.
I would like to know if there is an easy way to transfrom the left to right table into right to left using the latest iphone SDK?
I've tried the textAlignment on my custom table view cell but with no success.
Thanks
I'm calling CreateReport method on ReportingService web service tocreate a report on the server. I was wondering if there is a way to give this newly created report a Guid I want for the ItemID in the Catalog table?
I have a link on a website that says "add object". When I do this, an AJAX call is made and I want to do the following things:
1) if the container in the session does not exist, create one, else use existing
2) add the object to the container
I'm new to RESTful design and am wondering howto best accomplish this in Rails. Step #1 in particular
Hey Guys,
This seems like a basic problem with an easy answer but I simply cannot figure it out no matter how much I try.
I am trying tocreate a line graph based on two lists. For my x-axis, I want my list to be a set of strings.
x_axis_list = ["Jan-06","Jul-06","Jan-07","Jul-07","Jan-08"]
y_axis_list = [5,7,6,8,9]
Any suggestions on howto best graph these items?
Hi there.
i have googled alot on howtocreate a mobilesubstrate plugin for iPhone but couldnt get any basic tutorial for that. Anybody having any knowledge of howto do this? I am looking for a basic understanding of it.
Thanks :)
I have 2 tables in my linq dbml. One is people with a uniqueid called peopleid and the other is a vertical with a foreign key for peopleid and a uniqueid called id. I need tocreate a type of linq query that does a left outer join on people and gets the latest record in the vertical table based off the max(id) column. Can anyone suggest what this should look like? Thanks.
Hi,
I want tocreate a Word or RTF file with a table of contents (with links to each section) from Java. From my understanding, iText & Apache POI do not support generating a table of contents. Some clients of the app still use older versions of Word, so I need a library that supports the older Word doc format. Does anyone know how I can do this?
Thanks,
Glen
The full error is:
Message: Mysqli statement execute
error : Can't create/write to file
'/var/www/zendApp/backup/mysql/1268733580_name.sql'
(Errcode: 13)
I have tried several things already with the /var/www/ZendApp/backup/mysql directory
$chmod 777 mysql
$chmod 1777 mysql
$chown root:root mysql
$chown mysql:mysql mysql
But nothing helps. What am I doing wrong here? Do I have to tell mysql somewhere that I can write to that directory?
Hi Do anyone know Good and CHEAPER tool we can use tocreate layered PDF in LAMP?
i came to know about PDFLib+PDI8 but thats €1590... but i am looking for cheaper option.. but must be same level to that PDFLib+pdi8.
Thanks in advance
Pravin P
I want tocreate a JSON object. I have tried the following
myString=new JSONObject().put("JSON", sampleClass).toString();
but mystring gives me {"SampleClass@170f98"}.
I also tried the following
XStream xsStream=new XStream(new JsonHierarchicalStreamDriver());
SampleClass sampleClass=new SampleClass(userset.getId(),userset.getUsername());
myString=xsStream.toXML(sampleClass);
It works but when i use getJSON in javascript to get myString it does not work.
Hi:
I am trying tocreate a Database alias for many of the DBs. I wonder if there is a T-sql that can let me do it. I have not found anything about this.
Thx.
How do I create a GUID in Python that is platform independent? I here there is a method using ActivePython on Windows but it's Windows only because it uses COM. Is there a method using plain Python?
I have the datepicker component in the format of MM/dd/yyyy, But I want tocreate date picker in java the form of dd/MM/yyyy. So where can I get the suggestion or related solutions. Please give the basic idea about that.
Thanks in Advance..
I have to write a UDP client. Unfortunately, the source system is not always available
Is there a simple tool out there that I can use tocreate a fake UDP server/traffic on my machine?
Hi
I want tocreate a table like in Excel sheet. The table has rows' headers and columns' headers. Howto make the rows header move when the vertical scrollbar is dragged and statistic when the horizontal scrollbar is dragged and vice versa for the Columns header like in Excel sheet. Does anyone have any ideas howto do it? Thank you very much for your help
Hi
I wanted to know if their is any tool that can be used tocreate sql migration script of existing database in Ruby on Rails.
Also is their any visual tool that can be used to write Ruby on Rails migration script.
How would I create my own XP printer driver which will do the following:
print to file (probably XPS
format)
put this file into a password
protected ZIP file
email the zip file to a configured
email address
Do existing printer driver already offer something like this anyway?
I created a query that takes a database backup at certain specified location.
I want to use it as a stored procedure but this should act as a global stored procedure so that whenever this SP is called. Then database backup is taken.
It uses DB_Name() to take database backup of owner database.
Is it possible tocreate any such SP or Function.
I am using sql server 2005
I know a good bit of JS and I'm familiar with jQuery, and I'm trying tocreate an "endless" slideshow (like the one on http://thisismedium.com/), where the images scroll -- one right behind the other -- and when it reaches the end it loops.
I don't really know howto start, so I was hoping someone could point me in the right direction. I created a slideshow before that automatically switched images and let you click Next and Previous, but I'm stuck here. =/.
I'm writing a class that excepts a product_id and a $_FILES array as it's constructor. The class saves these variables and uses them tocreate a new directory named by product_id and attempts to copy the temp file to my specified directory.
For some reason my class isn't even getting as far as creating a directory (which should happen in the constructor)
Here's a link to my code: http://pastie.org/955454
Using Visual Studio 2005
I download open source code from one site, when i try to run the source code, it showing error like Namespace & assembly references....
What are the procedure i have to do for this kind of errors....
And also i want tocreate a dll file by using this code. For Dll what are the procedure need to do?
Need Help.
i am doing a project that has some simple values(login,password,name,age). I was searching on the internet howtocreate an excel file on Visual C++, and i cant undestand it . I just want the simple way, i just want to see on my excel files 2 colums one having some login codes of my program and on the other the passwords. My programing level its not really high and im not an english speaker, so id like you guys to explain a bit or give me something simple.
Thanks for your time