Posts
 
Reputation
Joined
Last Seen
Ranked #379
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
72% Quality Score
Upvotes Received
24
Posts with Upvotes
21
Upvoting Members
21
Downvotes Received
13
Posts with Downvotes
12
Downvoting Members
4
15 Commented Posts
~176.37K People Reached
About Me

I have extreme interest in learning new Technologies.

Currently working in IPTV Domain. Its cool!

Interests
Coding, Movies, Chess, Learning new Technologies.
PC Specs
Intel i3 2.66 GHz, 6GB Ram, 500 GB Hard Disk.
Favorite Tags
Member Avatar for Luckychap

A simple graphical year calendar. Compiler: Turbo C In main current year is set manually, for more generic way use date function to get current year.

Member Avatar for santlaha
0
343
Member Avatar for MissMolly

[http://jsfiddle.net/re2af/193/](http://jsfiddle.net/re2af/193/) Does anyonw know how I can add some pre-filled data to this table? I've commented what I'm trying to do but bascially: Click add item button > creates new row with prefilled data (eg test - test - 1 - 1 - £1) > adds the whole thing to …

Member Avatar for Luckychap
0
172
Member Avatar for Luckychap

This is a program for Encryption and Decryption This program uses the Simple Data Encryption Standard (SDES) Algorithm. This Algo takes 8-bits of plaintext at a time and produces 8-bits of ciphertext. It uses 10-bits of key for Encryption and Decryption.

Member Avatar for overwraith
1
13K
Member Avatar for Nybuler

Greeting to all! Thank in advanced for help I wanted to retrieve a value in text area using javascript and store it into s variable so that i can pass the variable as parameter for AJAX purpose. This might be a stupid question.... and i'm sorry about that~ besides, thank …

Member Avatar for ahmadmomi
0
7K
Member Avatar for mbarandao

Hello, If I have an array structured like the following: '0' ... '0' ... '1' ... '2' ... '1' ... '0' => "Mike" '1' => "1892" '2' => "1" '2' ... '0' => "Paul" '1' => "1672" '2' => "1" '3' ... '0' => "Sam" '1' => "1872" '2' => …

Member Avatar for mbarandao
0
362
Member Avatar for Luckychap

Hi All, How can we enable HTML code compression in .Net? Is there anything we need to do in web.config or external tool is needed? Thanks!

Member Avatar for vsmash
0
158
Member Avatar for jelly46

I'm a bit new to DOM [please bare with me] and what I want remove some html as I don't actually have access to the HTML file. This is because it is a CMS so would it be possible to manipulate code via DOM? Here is a code sample I …

Member Avatar for Troy III
0
170
Member Avatar for Ricky_2

I'm try to make javascript onclick function in php file.the result is make an alert window in my page. but nothing happen.please help me. this is my code: <script type="text/javascript" charset="utf-8"> $('#printdata').click(function() { datastring = {customer :'val', person :'val', address :'val', phone :'val'}; $.ajax({ type:'POST', url:'print.php', data:datastring, cache:false, success:function(){ alert('?????'); …

Member Avatar for diafol
0
233
Member Avatar for lifeonholiday

Hi I am looking to create a personalised web page, based on the web address I am going to give somebody. So say I have the web address beanburger.co.uk and was going to send you an email and your name was barbara I would give you the url beanburger.co.uk?name=Barbara (or …

Member Avatar for stbuchok
0
162
Member Avatar for Evil_genius82

Hi all, I have a small silly issue which i'm embarrassed I cant solve... I have a function which loops every second to see if a status has changed. When the status changes, I want it to call a phonegap 'beep' notification. The issue is it keeps calling the beep …

Member Avatar for Luckychap
0
185
Member Avatar for RikTelner

http://stackoverflow.com/questions/10487292/position-absolute-but-relative-to-parent Hey, so, please check link above. There is first resolving answer, which was resolving my problem. But now I have problem, that DIV isn't displaying well when it is set to `position: relative` and `position: fixed` does work correctly. DIV itself has no children, first I am trying to …

Member Avatar for Luckychap
0
154
Member Avatar for centenond

Hello, long time no ask I have this problem... seems to work fine if i put it like this function cerrarTimeout() { setTimeout("cerrar()",1400); } But i want to pass a variable to cerrar() and it wont work like this function cerrarTimeout(id) { setTimeout(cerrar(id),1400); } nor like this function cerrarTimeout(id) { …

Member Avatar for Luckychap
0
232
Member Avatar for Luckychap

Here is simple Digital Clock coded in C++ and compiler used is TurboC. A class DIGIT is designed to draw digits. Follwoing are the details for this class: Consructor: DIDGT(); for default settings DIGITE(int s,int c,int st); for user define settings s -> is size of the digit c -> …

Member Avatar for irum.nageen.3
-2
15K
Member Avatar for Luckychap

Hi All, I am in search for some good "Responsive web Designing" CSS frameworks. Kindly Suggest few. I have gone through:- Bootstrap, Foundation and Amazium. All seems same to me.

Member Avatar for madelinekim
0
200
Member Avatar for Monstette

Having problems with my add button, it works . . . when it wants to. its OK when adding but when trying to add after deleting it gets moody and doesn't work. I didn't use a loop but there's a counter for the sake of the IDs cause i will …

Member Avatar for kanna443
0
983
Member Avatar for Luckychap
Member Avatar for roachae

I'm trying to add 'session ending warning' and 'session expired' pop-ups to a site that displays secure data. The session timeout is after an hour. The pop-ups are controlled by javascript using the code below, which checks the time left in the session every minute. BUT... the call to the …

Member Avatar for Taywin
0
352
Member Avatar for tqmd1

Dear experts I have following codes [CODE]<html> <head> <script type="text/javascript" src=jquery.js"></script> <scritp type="text/javascript"> $(document).ready(function(){ $('button[name="button1"]'.click(function(){ $("p").hide(); }); }); </script> </head> <body> <form> <p>hello</p> <input type=button name=button1 value=hide> </form> </body> </html>[/CODE] Why it does not work?

Member Avatar for AleMonteiro
0
104
Member Avatar for tapandesai007

I am using a AJAX ModalPopUp control to display some data, which I am fetching through a WebService, what I want to do is that when the Data is being fetched by webservice,(during the time when the data is being fetched) I want to show a .GIF progress bar image …

Member Avatar for Luckychap
0
99
Member Avatar for prashanth18

Hello All, I have this situation. 1. I have one Text box (say first) and add button. 2. If i click add, one text box should be added + one delete button. 3. if i click add again, second text box should be added + one delete button. and so …

Member Avatar for kunalkrishneel
0
6K
Member Avatar for allena
Member Avatar for anupama385

I have a HTML form and I would like to display the values in the form on the same page below the form itself . My question is how can I display the values entered in the form above .I would like to use a javascript. Please help.....

Member Avatar for anupama385
0
90
Member Avatar for Emiliya

Hi all... I have 3 table columns. Columns 1 and 3 have different colored backgrounds. Column 2 is white background and contains the content. I want the heights of columns 1 & 3 to increase according to the height or the amount of content in column 2. Thanks in advance..

Member Avatar for I'mHere
0
166
Member Avatar for scorpionz

Hi this is ScorpionZ can anyone have an idea like I have a div box with its 'id' and an Text area When i click on my Div box I get this the ID through Javascript and Print it on Text area Here is a little piece of code [code=html] …

Member Avatar for maniac23
1
730
Member Avatar for azegurb

hi all, i have search form that retrieves data from database. and i have select options. when i choose with only [CODE]select option[/CODE] it can populate data from database. but i want to retrieve data from database with both input tag (by typing into it) and select tag it cannot …

Member Avatar for azegurb
0
190
Member Avatar for KPheasey

I have the following code which should update the total items in a categories list every time that a search filter is changed. However, the function will only run once. [CODE] function getXMLHTTP() { //fuction to return the xml http object var xmlhttp=false; try{ xmlhttp=new XMLHttpRequest(); } catch(e) { try{ …

Member Avatar for stbuchok
0
442
Member Avatar for ALLNO

Hello, I have recently been working on a custom gui and am having trouble with a section of my code that handles the creation of window-style dialogs: (i appologise in advance but i had to include the whole code as Google Chrome would not pin point the error and only …

Member Avatar for Luckychap
0
111
Member Avatar for Mona Ali

Hi i have made a web page in html in which i want as user enters his data and press a button load then computers MAC id,CPU id and Motherboard id is automatically inserted in the check boxes.if u have any idea how to do it then tell me This …

Member Avatar for urtrivedi
0
560
Member Avatar for newbie14

Dear All, I have a page here [url]http://183.78.169.53/tm/addAssign.php[/url]. You can select a value from the dropdown list and you will get a list of configurations with the word "Select". If you click on the "Select" word you will get a pop-up value with a list of checkboxes. So what I …

Member Avatar for almostbob
0
167
Member Avatar for Luckychap

I have seen many beautiful clocks using images and and canvas and flash. So I thought of developing one with pure HTML,CSS3 and javascript, no images at all. This clock can be completely design using CSS. A brief description of Javascript used:- 'AnalogClock' is the name of the class which …

Member Avatar for Luckychap
0
464