serverside

Themes wont work when using Server Side Tags on an ASP.NET Page

The code for the asp.net page is: <div class="facebox_content"> <% if (CurrentUser.Role == "Free") { %> <table cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:380px;"> <tr> <td> User Name : </td> <td> Membership Cost : </td> </tr> <tr> <...

How to generate Image at server side in java [ blob-> string_image -> *.png or .jpg ]

Hi All I want to generate image on server side. My Image is stored in server side's database in blob format and I am able to convert it into string_image; Then How to convert that string_image into actual .jpg or .png format. Actually I am posting attachment as image on users facebook' wall. How to generate Image at server side...

Proper syntactic to add server side tags in HTML

Im trying to get a value server side. <web:Column Caption="" ColumnName="View" HyperLink="CatalogItems.aspx?UsgSvcID={0}&DisplayInactiveService=<%m_aServerSideVar %>" HyperLinkField="UsgSvcID" ></web:Column> I'm not sure if I can do this or I need to create a function to do a redirect. Thanks Brad ...

Server-side validation in ASP.NET 2.0

Hi All, My application is in ASP.NET 2.0 with C#. I have a regular expression validator with the regular expression ^[0-9]*(\\,)?[0-9]?[0-9]?$, now my client don't want this validation at client side but on button click i.e. Server Side. EX: I have to check the value of txtPrice textbox Please let me know how can I put this regular ex...

Flex 4 app, coldfusion help

I have some* experience using the flex framework for building web apps. But I have no experience with server side languages, I have heard the saying "choose one and stick to it" several times in reference to programming. I have chosen coldfusion. Now I have no clue what to do or where to start. Now to the details: It will be a site...

what should I return from server side code in an ajax call

Hi guys. Lets say i have a ajax method which call a script that checks if a user exists in the database. What is best to be returned from the server side code?. Should I Just make an echo "notfound" and then compare the response in the javascript, return a json object or any other suggestion? ...

Get information from JSP(form) to Java Bean

I have a JSP form. My requirement is to get this form's data and create a java beans object on the server side. Example: my form has fields like Name, SSN, EMAIL & Phone Number public class Test { long ssv= 1282199222991L; long phone= 4082224444L; String email = "[email protected]"; String name="abcdef" } From the knowledg...

Load random CSS on page refresh

I was wondering whats the best way to call a random css file on page refresh with Javascript? Many thanks ...

Impact of web platform on GUI

Hi all Web based systems (Client Side GUI only) are known to be platform independent, But, are they development-platform independent too?? To the best i know, Client Side GUI will always be built using HTML and JavaScript/VBScript or Java or etc which are supported by all OSs and Browsers to make it independent. I am concerned about the...

Html 2 png using FF engine

I would find some example uses of FireFox engine to generate graphic file (it can be png) on server site with using browser engine. I would like achive the same image as if i open this html file in browser and use prinscr. ...

datatable:make serverside script for filter each column

i want to make my table can filtering in each column. i get client side script from DataTable.net. To make this work, i must make change at server side script for this datatable. My table fields is: Line, Model_name, Version, Lot, Serial_number, ID_number, Lot_no_S_Serial, and Prod_date. i have tried to syncronizing each column to this ...

How do you properly escape json to be sent over ajax? (Using Datatables)

I would like to know how to properly escape my json code. I am using the datatables plugin and this is the json that is failing. "6\\\\\\\' 5\\\\\\\" Ford HD ", It originally looks like this (without the opening/closing brackets and the comma): 6\\\' 5\\\" Ford HD How would I properly escape this? ...

Server side Charting Library that is design focused

I have been looking for a good server side graphing / charting library that has a lot of design options. Most seem to be very difficult to customize the specific way we are looking to. I don't mind if it is python, php, java, etc... I just need it to generate server side and output an image to be embedded on a pdf. Specifically I need...

How build a list dynamically and pass/save user selected values from an HTML form to server?

I think in this case I need to write a client side script that onpageload/onchange gets options from server & builds a list dynamically. & stores new options to server via some JavaScript script. I will prefer to save user input in a file on server. I will be very thankful for any help. ...

is oops is the solution to improve php security?

now we are working in one project.in that project we choosed HTML5 and CSS3 designed. but still we have confuse on server side scripting, whether php,ruby,python,scala,and more and more..our requirements is nothing but SERVER SCRIPTING LANGUAGE:our server side scripting language is secure and more helpfull(ease of development,security...

Passing calendar extender's selectedDate to server side

How do you update a static DateTime variable on the server side with the selectedDate of the Ajax toolkit calendar extender? ...