chobo2
|
Registered User
|
|
|
Dec 1 |
comment |
why does my site take so long to load? Ok cool I will have to wait till I see that slow down again and check. |
|
Nov 30 |
comment |
why does my site take so long to load? How do I make sure my views are compiled? |
|
Nov 30 |
accepted | Firefox Extension to load website with defined speed… slow down internet connection |
|
Nov 30 |
comment |
why does my site take so long to load? How do I tell if it is network lag with firebug? I use firebug currently but not sure where to check network lag. I don't know if I can see the cpu and memory as it is shared hosting. |
|
Nov 30 |
comment |
why does my site take so long to load? Hmm maybe your sort of right. I came back 2 hours later and did the same thing I did(creating 6 accounts and doing the same amount of actions) and I only had a hang up once. How do I do this reverse lookup? Also the part I am testing is under authentication. Do I have to take off the authentication in order to ping it or is there away around it? |
|
Nov 30 |
comment |
why does my site take so long to load? Any free ones???? |
|
Nov 30 |
comment |
why does my site take so long to load? I have elmah as my logging but I guess this is a different type of logging? |
|
Nov 30 |
asked | why does my site take so long to load? |
|
Nov 27 |
comment |
So confused on what version I made my application for and what version my phone runs Hmm I downloaded that I connected my device to my computer as it says to do. I then doubled clicked the .msi and when it started to install it asked me if I wanted to remove or repair the it since it is installed on my computer already. So it wanted to like reinstall over the one in my computer not anything with the phone |
|
Nov 27 |
asked | So confused on what version I made my application for and what version my phone runs |
|
Nov 27 |
comment |
How to deploy a mobile 6 application on a phone? Thanks done that but now it says my phone is not the right version. It is Hp PAQ 110 Classic. I built my with the 6.0 Professional SDK. Can I upgrade my device to whatever version it needs(the settings say it has 6.0 on it but must not be the same version). |
|
Nov 27 |
asked | How to deploy a mobile 6 application on a phone? |
|
Nov 27 |
comment |
How to close a form and open a new form up? How about if it is not a main form? Like I if I do this -> Login -> Second Form -> Third form. Can I at least close the second form? |
|
Nov 27 |
asked | How to close a form and open a new form up? |
|
Nov 26 |
asked | Possible to render html in a compact edtion mobile 6 phone form? |
|
Nov 26 |
revised |
How to draw a rectangle in Compact Edtion? added 279 characters in body |
|
Nov 26 |
asked | How to draw a rectangle in Compact Edtion? |
|
Nov 26 |
comment |
Where do you store files(such as images) on Windows Mobile 6 phones? So what do I do? When you say deployed do you mean the on the phone? Or do yo mean I make this in VS? If I am just testing it on the emulator then where do Is stick the files so that path you gave would work? Also this cab file it create a folder and then you choose where it should install? |
|
Nov 26 |
comment |
How to do Authentication between a webservice and a mobile phone? Hmm I think I understand but is there any tutorial on this? |
|
Nov 25 |
answered | Moq setup confusion in C# |
|
Nov 25 |
answered | Firefox Extension to load website with defined speed… slow down internet connection |
|
Nov 25 |
asked | Compact Edtion(Windows Mobile 6) Datagrid…Can you add a column for checkboxes? |
|
Nov 25 |
comment |
Does mobile 6 phones generate a .dll? I see. So what do I do if I want to unit test my phone application then? |
|
Nov 25 |
comment |
How to do Authentication between a webservice and a mobile phone? Whats an authentication token? How do I generate it? What happens if I wanted to add a role check to this authentication. Like I have 3 roles and some methods can only be used by certain roles. So I would have to check for that too. |
|
Nov 25 |
comment |
Validation on a mobile 6 phone? Ya I was thinking of a label but I just don't have enough room to show validation errors due the limited space so I guess popup is the only option. |
|
Nov 25 |
comment |
Does mobile 6 phones generate a .dll? Like I have only 2 things in my bin folder -> debug folder. Application and Program debug database. |
|
Nov 25 |
comment |
Validation on a mobile 6 phone? and what kind of control would I use to display the errors to the user? |
|
Nov 25 |
comment |
Does mobile 6 phones generate a .dll? I just have one project in my solution. I am making an simple application with a couple textboxes that will connect to a web service. |
|
Nov 25 |
asked | Does mobile 6 phones generate a .dll? |
|
Nov 25 |
comment |
Validation on a mobile 6 phone? How would I do that? No 3rd party ones already? |
|
Nov 25 |
comment |
Where do you store files(such as images) on Windows Mobile 6 phones? Is there some disadvantage to use the resource way? Also would you have come up with the same way as "ZHZ" for keeping it in the programme files? Or is what he have another way to do it? |
|
Nov 25 |
asked | Validation on a mobile 6 phone? |
|
Nov 25 |
comment |
Where do you store files(such as images) on Windows Mobile 6 phones? How do I do either one of these? Like I don't see a program file(unless I launch the emulator). So do I make a folder in VS and call it program file? I am not sure how to add them as resources either. |
|
Nov 25 |
asked | Where do you store files(such as images) on Windows Mobile 6 phones? |
|
Nov 25 |
comment |
How to connect to an SQLite(CE) database on a windows mobile phone? I don't know I can't get it to work. Is it possible for you to make a sample program. I tried the direct path to the actual database, I tried what you had above. The only way I can get it to work is if I use like a dataset control but I can't find the connection string it makes so I could use it. |
|
Nov 24 |
comment |
How to connect to an SQLite(CE) database on a windows mobile phone? Is there a special folder? Mine is in the root directory of my project. |
|
Nov 24 |
comment |
How to connect to an SQLite(CE) database on a windows mobile phone? ah. We searching for the answer I saw SqLite too and thought it might be another name for it. Anyways I don't think I have a password and I did this SqlCeConnection conn = new SqlCeConnection("Data Source = AppDatabase1.sdf"); but I still get the database cannot connect. |
|
Nov 24 |
asked | How to connect to an SQLite(CE) database on a windows mobile phone? |
|
Nov 24 |
comment |
Why use String.Concat() in C#? So it converts "nulls" to strings and .toString() wont? Won't you still have to test for null? Like if your planning to use it somewhere to do something won't it be better to test for null? If thats the case can't you test it before you convert it to the string? |
|
Nov 24 |
comment |
Getting a Error with Jquery.Validate Plugin in IE 8 Intresting I actually added "option" to all my selectboxes and it seems to work. If it does not then I will try this. |
|
Nov 24 |
comment |
Why use String.Concat() in C#? What you mean "best represents your intention with the code"? |
|
Nov 24 |
comment |
Why use String.Concat() in C#? Why is this important? Can't you just do .toString()? |
|
Nov 24 |
asked | Why use String.Concat() in C#? |
|
Nov 24 |
comment |
How to do Authentication between a webservice and a mobile phone? So would I have to send the credentials always over on every action? Like I see you made a new webServiceObject. So say I go to another form on my phone application and make a new webservice object. Do I need to resend the credentials? |
|
Nov 23 |
asked | How to do Authentication between a webservice and a mobile phone? |
|
Nov 23 |
comment |
How to make my own Attribute tag? How do I do a redirect to url? |
|
Nov 22 |
comment |
How to make a select list item selected in asp.net mvc? Then what is the point of the one in SelectListItem? |
|
Nov 22 |
asked | How to make a select list item selected in asp.net mvc? |
|
Nov 22 |
asked | How to detect different user settings? Javascript enabled, Cookies enabled |
|
Nov 21 |
asked | Ah getting so confused with service layers |
