Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~8K People Reached
Favorite Tags

37 Posted Topics

Member Avatar for Stefan_Lam88

hey guys, I have a problem here. I wish to generate 1 pop out date function. below is my code of javascript..but still I cant get any pop out after I click my textfield..guidance needed...ty [CODE] <link rel="stylesheet" type="text/css" media="all" href="jsDatePick_rtl.min.css" /> <script type="text/javascript" src="img/jsDatePick..min.1.3.js"></script> <script type="text/javascript"> window.onload = function(){ …

Member Avatar for gaurav517
0
112
Member Avatar for Stefan_Lam88

Hi Guys, I have a problem here. I can't manage to get the slidesshow display on my aspx. After a few tried. take a look at tis link. [url]http://www.serie3.info/s3slider/[/url] I m trying out this link and many people say it works. But still I failed to display.. mycode: [CODE]<div id="slider1"> …

Member Avatar for dineshsjce
0
190
Member Avatar for Stefan_Lam88

Hi guys, I m able to do pagination. But I face another challenge where I once click next,prev or page number,it will refresh the accordion. let say i got 3 headers of accordion.namely A,B,C. After clicking any function in either B or C. It will auto refresh to header A. …

Member Avatar for MartinRinehart
0
119
Member Avatar for Stefan_Lam88

[url]http://bxslider.com/[/url] Hi guys, refering to the above jquery bxslider.I wish to ask how to implement the public function of the code? destroyShow() Destroys the active slideshow reloadShow() Reinitialize a slide show regarding this two.. is it $("#test").bxSlider(<--characteristic-->).reloadShow()? now the situation is I got 2 sliders. after I implement first slider, …

0
60
Member Avatar for Stefan_Lam88

Hi Guys, [CODE] Yii::app()->clientScript->registerScript('highlightAC','$.ui.autocomplete.prototype._renderItem = function (ul, item) { return $("<li></li>") .data("item.autocomplete", item) .append("<a><img src=\"'.$Image.'\" border=\"0\" width=\"25px\" height=\"25px\"/> " + item.label + "</a>") .appendTo(ul); [/CODE] BY refering the above code, I wish to attach my image into an autocomplete search bar where each result will have different image depend on …

Member Avatar for Stefan_Lam88
0
243
Member Avatar for Stefan_Lam88

Hi senior developers or any experience on jquery. I have a problem here I m unable to show my accordion function correctly. [CODE] functionLoadList(){ $.ajax({ url: "List.php", data: "", type: "POST", success: function(html){ $("#list2").accordion({event: 'mouseover', animated: "bounceslide", header: "h2" }); $("#list").html("<div id=\"MyGroupListing2\" style=\"width:300px;height:800px\"></div>"); } });[/CODE] [CODE] <div id="list"></div> [/CODE]

0
63
Member Avatar for Stefan_Lam88

Hi as title shown, above... any1 know what is the problem? I m having the problem of browsing slowly on my web app.I check firebug got such problem.. any 1 have this kind of problem before?

Member Avatar for stbuchok
0
76
Member Avatar for Stefan_Lam88

Hi there, I have an issue where my mouseover only works on firefox to change theme but not on IE or chrome.any 1 know about mouseover?is it supported?

Member Avatar for Taywin
0
84
Member Avatar for Stefan_Lam88

Hi php developers, I m new to php and would like to ask anything wrong with below script? [CODE] $year = (date('Y', time()) - date('Y', $model->DOB)); [/CODE] I m getting error as title shown.any one know the problem?

Member Avatar for Stefan_Lam88
0
345
Member Avatar for Stefan_Lam88

Hi guys, Did any1 of you pro in jquery. I have a question regarding this. whether IE7 support ui-tab for jquery?my jquery uitab works for firefox,chrome,Ie8 and 9 but not IE7. Did it require any specific thing? my IE7 appear to have all information shown but it doesnt apply the …

0
80
Member Avatar for vaitalaziz
Member Avatar for sharelife
Member Avatar for Taywin
0
126
Member Avatar for Stefan_Lam88

Hi web developer, I want to know how do you guys fix your width in IE8/IE7?Because I got 1 table and let say example 4 columns.I only got 1 column temporary, it will auto populate the whole table eventhough I have defined my width in td. My condition is illustrated …

Member Avatar for Stefan_Lam88
0
109
Member Avatar for Stefan_Lam88

Hey guys, any 1 here familiar with footer push down whenever content is extended automatically?I m stucked for 2 days and google search, any recommend. a great advise needed. when I extend my content.it overlaps my footer..

Member Avatar for Taywin
0
73
Member Avatar for Stefan_Lam88

Anyone know what is the root cause unable to open the connection in php? [CODE]CDbConnection failed to open the DB connection.[/CODE] I m having trouble connecting to mssql server connection..in yiiframework

Member Avatar for chrishea
0
148
Member Avatar for Stefan_Lam88

Hi guys, any1 here know about servlet mapping? I m having problem at here...it keeps saying error 404 not found... [CODE] <servlet-name>myProject</servlet-name> <servlet-class>myProject.MyProjectServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>myProject</servlet-name> <url-pattern>/myProject</url-pattern> </servlet-mapping>[/CODE]

0
66
Member Avatar for Stefan_Lam88

Hi guys, anyone pro in tooltip of jquery? I wanna know how to call the function. Becoz I m having problem in mouseover of particular icon to display tooltip..any1?

0
60
Member Avatar for Behseini
Member Avatar for somrita
0
167
Member Avatar for leo88
Member Avatar for leo88

Means you want to insert null value to the database if the table doesnt consists of data(date)?

Member Avatar for leo88
0
1K
Member Avatar for Arjun_Sarankulu

Did you put correct username and password for ur apps setting in web config?

Member Avatar for Arjun_Sarankulu
0
304
Member Avatar for Stefan_Lam88

Hi everyone. I have a few question to ask regarding email notification in c#. I have the following codes: [CODE] SmtpClient smtpClient = new SmtpClient(); MailMessage message = new MailMessage(); message.To.Add("alex@hotmail.com"); message.To.Add("alex2@gmail.com"); message.Subject = "Test"; message.IsBodyHtml = true; message.Body = "<html><b>Hello World!</b></html>"; smtpClient.Send(message); [/CODE] While in my web.config I do …

Member Avatar for Stefan_Lam88
0
145
Member Avatar for leo88
Member Avatar for Mitja Bonca
0
232
Member Avatar for apanimesh061
Member Avatar for Stefan_Lam88

Guys I have a question here. I write a custom validation and then my validation summary doesnt show up. Any suggestion.. I just use onservervalidation,without client validation. is that possible to show up the message? [CODE] protected void ServerValidation(object source, ServerValidateEventArgs args) { if (args.Value.ToString().Equals("Select")) { args.IsValid = false; } …

Member Avatar for Stefan_Lam88
0
116
Member Avatar for niths
Member Avatar for tunlinaung
Member Avatar for Stefan_Lam88

Guys, Have a look... [CODE] File.Delete("C:\\hi.txt");[/CODE] This function is used for deleting a specific file right? But I m unable to delete it? Is there my little mistake?

Member Avatar for Stefan_Lam88
0
169
Member Avatar for Stefan_Lam88

Guys, I have a problem here recently. I open my aspx and run.. for firefox it performs ok, no problem at all. But when I use internet explorer and process, it show an exception. ....is a physical path, virtual path is expected. any1 know what is the problem?

Member Avatar for Stefan_Lam88
0
91
Member Avatar for Stefan_Lam88

Guys i m developing an application. I gt the problem while executing the code. [CODE] Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).[/CODE] Any 1 know the solution? I have been stucked for …

Member Avatar for Stefan_Lam88
0
93
Member Avatar for leo88
Member Avatar for Stefan_Lam88

Hi guys, I have a problem which make me headache. Suppose I wish to download excel file from what I have browse and some logic processing. But it returns me aspx.page content, in short a html page. [CODE] String FileName = excelApp.ActiveWorkbook+".xls"; String FilePath = input.PostedFile.FileName; System.Web.HttpResponse response = System.Web.HttpContext.Current.Response; …

Member Avatar for Stefan_Lam88
0
193
Member Avatar for virendra_sharma
Member Avatar for DaemonToad3

You could try create a window form application but you should start browse some google resource to get started.

Member Avatar for DaemonToad3
0
118
Member Avatar for Stefan_Lam88

Guys, I have a problem here. [CODE] String FileName = "FileName.xlsx"; String FilePath = input.PostedFile.FileName; System.Web.HttpResponse response = System.Web.HttpContext.Current.Response; //response.ClearContent(); //response.Clear(); response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"; response.AddHeader("Content-Disposition", "attachment; filename=" + FileName ); //response.Flush(); response.End(); [/CODE] I want to download an excel file which is converted from csv plain text file. But everytime …

Member Avatar for Stefan_Lam88
0
2K
Member Avatar for sasi_88
Member Avatar for Stefan_Lam88

Hi everyone, I have a question. I m using iterator to loop my jsp such as code below in my jsp [CODE]<%Iterator itr;%> <% List data=(List)request.getAttribute("data");%>[/CODE] I use servlet as my engine to proceed my sql statement. below is my sql statement [CODE]select * from a natural left join b …

Member Avatar for Stefan_Lam88
0
162

The End.