Coder

207
Reputation
153 views

Registered User

Name Coder
Member for 8 months
Seen Nov 26 at 10:31
Website
Location
Age
Nov
12
comment Function to read files one by one in a directory
Hi Alex, I have been following your questions. They are really interesting. I appreciate your enthusiasm. I have one doubt. Are you doing any thing bigger with C? or Are you just practicing every task that can be done by C based on your interests. Please let me know if you do not mind. Any ways.. Good enthusiasm.
Nov
9
revised Coding realtime clock for for ARM architecture based microcontroller
gave code
Nov
9
answered Coding realtime clock for for ARM architecture based microcontroller
Nov
9
comment what happens to older software engineers?
Programmers are the main resources and managers are overheads to a company. What would you like to be. Driving force or a burden?
Oct
30
accepted How to execute sql statements from a C program?
Oct
27
answered Calling a system() command and bringing back the results
Oct
21
revised How to pass value from Javascript to PHP and get return of PHP back to Javascript
added 330 characters in body; added 11 characters in body
Oct
21
answered How to pass value from Javascript to PHP and get return of PHP back to Javascript
Oct
20
revised Jquery DatePicker loading in the back side of the textbox - css problem
found the culprit
Oct
20
comment Jquery DatePicker loading in the back side of the textbox - css problem
Thanks for that. It solved my problem. In the div #centercontent I removed z-index. This solved my problem.Thanks a ton for helping me out.
Oct
20
comment Jquery DatePicker loading in the back side of the textbox - css problem
Thanks for that. Do you want me to put that piece of code in jquery-ui css or in my own css. I have tried putting that into my own css. But its not working. Even I made that value 0 then also its not working.
Oct
16
comment Jquery DatePicker loading in the back side of the textbox - css problem
Hi Russ Cam I have posted the css now. My doubt is how can I bring the date picker on top of every thing
Oct
16
revised Jquery DatePicker loading in the back side of the textbox - css problem
posted css; added 149 characters in body; deleted 38 characters in body
Oct
16
asked Jquery DatePicker loading in the back side of the textbox - css problem
Oct
14
revised AJAX history remote usage enabling back button and loading old page position in divs
Changed title
Oct
13
revised AJAX history remote usage enabling back button and loading old page position in divs
added 192 characters in body; added 86 characters in body
Oct
13
asked AJAX history remote usage enabling back button and loading old page position in divs
Oct
13
comment Move Browser window down to the position of a div when it is loaded by ajax & Jquery
Thanks for that. I am really able to use that with hell lot of ease. Thanks again
Oct
12
asked Move Browser window down to the position of a div when it is loaded by ajax & Jquery
Oct
12
comment Repeat a task using schtasks.exe in windows xp?
Thanks for that.
Oct
12
comment How to Replace a line in the same file by SED in Unix Shell scripting?
Thanks for that. I am looking into that.
Oct
9
revised How to Replace a line in the same file by SED in Unix Shell scripting?
added 140 characters in body
Oct
9
asked How to Replace a line in the same file by SED in Unix Shell scripting?
Oct
8
comment Is there any table changes tracking tool for mysql which will log all changes into other table?
I think PhpMyAdmin logs only the requests done through itself. In that case I need other solution.
Oct
8
comment Is there any table changes tracking tool for mysql which will log all changes into other table?
phpmyadmin supports that. God I did not know that. How can I use that to insert all logs into new table as per my requirement?? Please let me know as soon as possible. Thanks a lot in advance
Oct
8
comment Is there any table changes tracking tool for mysql which will log all changes into other table?
I am building up SQL queries by utility functions in codeigniter which will take data and give sql query string.
Oct
8
comment Is there any table changes tracking tool for mysql which will log all changes into other table?
Thanks a lot for your quick response. But I am not so good at stored procedures. Also I am not getting an idea of how to get only the changed columns old and new data.Can you suggest any example of such stored procedure for mysql. Thanks again
Oct
8
asked Is there any table changes tracking tool for mysql which will log all changes into other table?
Sep
19
comment Repeat a task using schtasks.exe in windows xp?
Thanks I can do this even with a c program. thank you very much for your advice
Sep
18
revised Repeat a task using schtasks.exe in windows xp?
added 1228 characters in body
Sep
15
comment Should I learn C?
C is not legacy. You can do almost every thing through a C program in most of the cases. Try it. It will increase your knowledge of how a compiler or a programming language works.
Sep
7
asked Repeat a task using schtasks.exe in windows xp?
Sep
7
comment How to import data from excel file to Teradata table using BTEQ scripts?
Thanks for your response. Atlast somebody from teradata's unknown land somebody responded. I will definitely look into the solution you proposed. But one thing is we can import data from excel file into teradata table using Teradata SQL assistant. Then why can't we use BTEQ for similar purpose? If it is really not possible then I will leave it. Once again thanks.
Aug
28
awarded  Popular Question
Aug
28
revised How to import data from excel file to Teradata table using BTEQ scripts?
edited to add successful implementation with text file; added 7 characters in body
Aug
27
comment How to import data from excel file to Teradata table using BTEQ scripts?
Looks like I need to believe in myself and use trial and error method until I get it... haa.... Please help if possible.
Aug
26
revised How to import data from excel file to Teradata table using BTEQ scripts?
added 374 characters in body; edited tags
Aug
26
asked How to import data from excel file to Teradata table using BTEQ scripts?
Aug
25
comment Can you recommend a good source for Teradata Best Practices?
This is very useful. But be informed that Teradata's design will fascinate you. It is carefully designed at hardware level also.
Aug
19
awarded  Popular Question
Aug
18
comment What’s the easiest way to make a hotkey for windows?
Thanks a lot. Can we do the same with Ctrl, Alt keys
Aug
18
comment What’s the easiest way to make a hotkey for windows?
AutoIT really rocks
Aug
18
comment Learning how to use AJAX with CodeIgniter
The first one with XMLHTTPRequest is not working for me and giving error as XMLHTTPRequest is not identified.... or some thing. But second one with Jquery is working fine. Thanks a lot.
Aug
14
comment What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
Thank you very much. Your explanation of group by is fantastic. The last 3 paras of your answer was very much helpful. But What will happen when you do UNION on same table? Also "group by 1,2,3" and "distinct" will give the same results. Thanks
Aug
14
comment What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
Thanks. Actually I am confused about the UNION on same table two times as in the table. How will the result set come when we do UNION on same table?
Aug
14
revised What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
added 87 characters in body; added 3 characters in body; added 12 characters in body
Aug
14
comment What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
Thanks. But what will happen if you do UNION on the same table?. Group by 1,2,3 means group by column1,column2, column3 in teradata sql. So the 1st and second query returns same.
Aug
14
comment What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
Well.. I asked in general sql. But my problem is in teradata sql.
Aug
13
revised What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?
added 88 characters in body
Aug
13
asked What is the difference between group by, distinct, Union for selecting distinct values for multiple columns?