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
~11.4K People Reached
Favorite Tags
Member Avatar for alanlee9898

Hi, I'm having some problem about the qr code generator for file upload. This is the file that I'm using : https://github.com/aau-ell/qr-php-uploader When I upload a file, it's give me a string input rather than a QR image. Please help! Thanks.

Member Avatar for LastMitch
0
193
Member Avatar for alanlee9898

Hi, I wanted to create a progress bar with the jquery modal when it's downloading. How I can do it in jquery / Ajax ? I was trying with this http://johnculviner.com/post/2012/03/22/Ajax-like-feature-rich-file-downloads-with-jQuery-File-Download.aspx , but not working. The code for the download link : <a class="download" href="${cmd.fileUrl}"><span>CSV</span></a> It's using url to download …

Member Avatar for alanlee9898
0
539
Member Avatar for alanlee9898

Hi, I have problem with the dropdown menu overlapping. http://bit.ly/KSmtJT suppose the "leafs" will show the drop down menu. Please help! Thanks.

Member Avatar for milon09
0
161
Member Avatar for alanlee9898

hi hi! I have encounter a problem that need to equal height in different classes. Currently I using this code from [URL="http://www.cssnewbie.com/equal-height-columns-with-jquery/"]cssnewbie[/URL]: [CODE]function equalHeight(group) { var tallest = 0; group.each(function() { var thisHeight = $(this).height(); if(thisHeight > tallest) { tallest = thisHeight; } }); group.height(tallest); } $(document).ready(function() { equalHeight($(".contentA")); equalHeight($(".contentB")); …

Member Avatar for alanlee9898
0
176
Member Avatar for alanlee9898

Hi, I have 2 problems : 1) How to align the "Map" to stick to right without overlapping others when browser is small ? 2) How the footer stick to the bottom and center of the page ? Something like this [url]http://www.cssstickyfooter.com/[/url] . But I don't know how to apply …

Member Avatar for webdesignruk
0
124
Member Avatar for alanlee9898

Hi, I have 2 problem here. 1) Footer text will wrap together when the size of browser smaller. How can I fix the position without wrapping the text? 2) How to highlight a footer link ? Example, index page, I need to highlight "Home" in different color. Link : [url]http://alphaalps.com/[/url] …

Member Avatar for maninaction
0
72
Member Avatar for alanlee9898

Hi, Previously I have manage to center the image and the background. But I having difficulty when I set div logo to the center, then it "blocked" mouseover buttons (the company and the workshop). Link : [url]http://alphaalps.com[/url] Hope someone can help me here! Thanks.

Member Avatar for alanlee9898
0
101
Member Avatar for alanlee9898

I hope someone can show me how to center images using CSS, which apply to all browser sizes. Website: [url]http://alphaalps.com/gallery.html[/url] Currently only footer is center on every browser size. Thanks!

Member Avatar for Arkinder
0
228
Member Avatar for alanlee9898

hi, I'm working on a project which has a text form and submit button. It is a tracking code. When user key in the track number, it will show the result. This service is available on the web. How I actually build my own apps and connect with their database, …

Member Avatar for alanlee9898
0
68
Member Avatar for alanlee9898

I would like to have two dropdown list search for my posting in my blog. Example: First dropdown list : Select Cuisine Second dropdown list : Select Location Then Search button. I can't figure out the javescripts. Please help. Thank you so much!

Member Avatar for Ruthan7
0
291
Member Avatar for alanlee9898

Hi, I need help to insert multiple checkbox data into MySQL using PHP. I'm new here, any code I can refer? I have a database name called subject_name and there is only 2 column in the table which is id and subject. I would like to insert multiple checkbox data …

Member Avatar for angelos33
0
9K
Member Avatar for alanlee9898

I got problem verify the link from the email...now I can receive the email... but the link pointing is a empty link... [CODE]$item_hash = md5($item_id); //Send the email user... $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); $subject = …

Member Avatar for hielo
0
134
Member Avatar for alanlee9898

I have all the php coding Insert, view, delete. The problem now is user only can use once email address to register at my website. I would want them to register with same email at my website. is it possible? Thanks!

Member Avatar for alanlee9898
0
98
Member Avatar for alanlee9898

I'm designing the layout of the design at [url]http://humansummit.blogspot.com[/url] I found out that the right side widget is out of the margin when open in Firefox browser. IE and chrome are fine. Do anyone know how to fix it ? Thanks!

Member Avatar for alanlee9898
0
97
Member Avatar for alanlee9898

Hi everyone, I have a flash files, which has navigation menus and the contents. I just want to know how to edit the name of the buttons? Example it has 4 buttons and these 4 buttons is linked to each others. Home Home Home Home If i change one of …

Member Avatar for alanlee9898
0
163