hi as you can see in question i want to create a similar in view html5 app like http://custom.case-mate.com/ although i know normal jquery i have some doubts, i.e.: 1.how to add buttons is it html5 or jquery. 2.how to put shadow in last output like that site and 3.how can this be a responsive design so every browser out their accepts it. modern browser of course. 4.my main query is regarding those buttons my app have different purpose so i really need those buttons. are their any fun tutorial available for such transition of jquery/html. thanks
Alok Sharma ji
Posts
-
I want to achieve something similar like http://custom.case-mate.com/ -
beginnerTheir are many standard publications who have good books but you should always buy books with label like beginner guide or absolute beginner guide or guide for dummies(no offense) and yes you must start with core c#, it hurts me too much when some random guy show up for interview and fail to explain Object callings and references.
-
How to create a lan based Window application backend sql?can you re-create the given sample for a simple test table in sql, yesterday one of my friends told me to just share connection string path to server as one approach to do the thing ; But will it be on the same performance with socks?
-
How to create a lan based Window application backend sql?Indeed I always heard the rumors of SQL notification to subjugate LAN as RTS but caching one is like "fools gold".
-
How to create a lan based Window application backend sql?are you sure big DB data can travel through sockets ??
-
How to create a lan based Window application backend sql?i think i will just put an edit lock for client 2 if client 1 is working on same table.
-
How to create a lan based Window application backend sql?hi folks, i want a general idea of how to create a server-client environment in window application(c#.net). So what i am looking for is: 1. A sample mini project so far none found on google :mad: 2. what technology should i use udp/tcp/socket layer or something else. 3. how does client A gets notification of SQL update by client B ;when both are viewing/working on same table. So the record can get an auto refresh or something like that. Regards
-
Request hangs in browseri am not much in tracing issues, but why not use pagemethods for AJAX calls they are built to remove slow AJAX problems; try reading it here http://blogs.microsoft.co.il/blogs/gilf/archive/2008/10/04/asp-net-ajax-pagemethods.aspx[^] and also here http://stackoverflow.com/questions/9555203/updatepanel-vs-page-methods[^] have a nice coding. regards Alok Sharma
-
Scroll down in the grid view fetches next set of records without freezing the screenas the above answer suggest giving all data at once is not a good practice , why not convince your client to use search from gridview (you can provide search box above gridview) IMHO you should convince him/her for that because as the records will increase the performance of your project will go down with time no matter what you use (Async or not) because even browser apps take space in memory and soon with so much data if its not a good system, the browser will start crashing(Personal experience) regards Alok sharma
sometimes noobs perform better but its sheer luck...
-
Grouping gridview row datahi friends, i have a very specific need for my new project and even logical explanation will do the job :). I want to show repeated gridview data in a column with seperated commas and i am also using onrowcreated and rowdatabound methods for multiple headers of gridview from this example: http://www.dotnettwitter.com/2010/12/how-to-create-multiple-row-header-and.html[^] i also tried grouped gridview example from here: GroupedGridview - A Customized GridView Control[^] but this doesnt fix my needs as i want data like this: database fields/values from query: Column_groupid | Group_users | designation | Period 58 Matt Admin 5 58 Andrew Admin 5 58 Sachin Admin 5 58 Dinesh Admin 5 59 Sara SuperAdmin 2 59 John SuperAdmin 2 as you can see the name field is changing while others are distinct (which may change but not an issue for now); now i want to display the data in gridview as: Sr_no | Group_Persons | designation | Period 1 Matt, Andrew, Admin 5 Sachin, Dinesh 2 Sara,John SuperAdmin 2 how can i solve this problem currently i am thinking of using list and filling it in asp:table but i am afraid of performance issues. thanks & Regards Alok Sharma
Once their was a rumor, then it became reality...........
-
Cant change asp:textbox font to hindi UTF-8 ?BUMP!!!
-
developing a secure asp.net application?hi, friends as you can see in title my question is about security of asp.net app i am going to write for this project, and my background is of java :^) (errr not very friendly with asp.net concepts) so i want to know some tips and tricks to develop a secure web application , also i want to confirm: 1. that is MVC helpful in that , i am making it in tier-3. 2. What about database integrity and security 3. will obsfuctator be of any help 4. last of all how can i test the security of system, is their any firm/company for that. thanks & Regards Alok Sharma
if its installed & running, then everything is fine :java:
-
JTextArea problemyour problem is right in front of you, you are changing size of textAREA but i can't see font rules.
if you cant solve it, you might missed something.....
-
Cant change asp:textbox font to hindi UTF-8 ?hi folks, i am developing a new webapplication, in which i need to show entered text as hindi font but on type my page is still showing text in english. here is the code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server"></form>
</body>
</html> -
Block desktop until app running?well i have heard it first time ('kiosk technique') so i will look into that.......
-
help me -
Block desktop until app running?i was creating a new app and was thinking of creating an additional feature as to give additional security to lock all desktop components , and i never want to loose focus from app before one makes a login. So i tried this: 1. created a JFrame/JWindow to test made it pretty much workable by setting it always on top true & with fullscreen only. 2. fullscreen mode doesnt have any problem. But with a small frame in center when someone click out of it on desktop system looses its focus. 3. i tried all possible solutions as window deactivated event jframe focus lost etc. but they just acted one time, as you click out of it they will bring focus once again but after that on second click this thing doesn't work. 4. i googled and found this tutorial Lock Windows Desktop[^] but its in VB , Nothing in Java!??:confused: 5. i guess it would be nice to have an virtual desktop or something like above tutorial created in java, so i want suggestions is it possible in java as in many forums i read about java limitations over native codes i really want to going on it and putting such thing on sourceforge, if its possible in it. Regards Alok sharma
We always wonder what comes next and neglect what is available... :cool:
-
forcing java functions to execute in sequence??k i will try that.......
-
forcing java functions to execute in sequence??see that is the problem , i know it has to be this way but priview shows as a blank jtable as the number 2 executes while first is in middle of execution (taking the jtable data of mainframe), any solution??......
-
forcing java functions to execute in sequence??any idea how to do it , as i have a main Jframe and another data frame which previews and print the data in JTable ,now my problem is when i execute my code to print then flush the jtable data, it works vice-versa, as it flushes all the data in jtable then shows the preview frame. it is as:
{
functionshow_print_preview();
functionflush_table_and_refresh();
}