Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Himanshu

Members
  • Joined

  • Last visited

  1. hey kevin.. thanks for the comment. yes i do agree the music section is getting cluttered! as for the fade in and out.. there is a video background in store too.. it serves a purpose when the video background is activated. am working on that. yes.. am a dubstep fan.. but my bro (for whom i am building this) is a dubstep composer cheers
  2. hey.. please comment on this website.. have been working on this for two days now East Stepper constructive criticism of the site would be appreciated thanks cheers
  3. uh well.. good for you! been doing it for 4 years now.. and yes, Principle of Beautiful Web Design was my first book too
  4. Well then, I don't know whats going on I can only take a wild guess in this case .. when i alert the imagid var, i get 191 .. so that shouldn't be a problem. if the variable is not being passed correctly, maybe there is a type conversion error and you could create the "imageid"+imageid string earlier and then use it fr ajax.. just a wild guess!! as random as there could be leprechauns messing with ur system inside!
  5. i hate it.. i hate it when u say that this is your first template! get tf outta here!! ur kidding right! please tell me u r! how did u learn everything at once? colors, coding (proper! if i might add)! hell if this is ur first template! god know wht ur gonna do two three yrs down the line! kudo & cheers! nice job
  6. Okay.. did not have the time to go through ur whole script.. i believe u are missing an event.preventDefault() .. without this, the page will just goto "#" and refresh itself before executing anything else.. am attaching a working code.. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="jquery-1.3.2.min.js"> </script> <script type="text/javascript"> $(document).ready(function() { $("a.button2").click(function() {event.preventDefault(); var imageid = $(this).parent('li').find('img').attr('id'); alert(imageid);} ); }); </script> </head> <body> <ul> <li> <img src='../images/back2.png' id='a191' alt='Alyssa' /> <a href='#' class='button2' >Delete</a> </li> </ul> </body> </html> do +1 if this was useful
  7.    Himanshu reacted to a post in a topic: Jquery Selector help
  8. yup.. id can't start with/or be a number..
  9. yeah.. online forums are good.. its been fun around here till now.. solving problems asking questions..
  10. if you use wmode=transparent then u can actually click what is beneath the canvas.
  11. i believe u had asked the question i replied to u ^ in a different post my apologies
  12. okay.. i looked up your problem. am attaching two images. the "entry small" has an inline position:absolute style in 1.jpg which is a capture of the preview at elegantthemes your site is missing those inline attibutes thus all the entry small class instances are positioned relative to the parent container and each other. that is why when the changes, all the others are affected if you changed it in to position:absolute in main css file, it would be okay. hope this solves ur problem
  13. agree with roothost.. it should not be a problem.. u should remove all the other default directory filenames (home.html, default.html...) etc from your control panel..lest u upload some page with that name and all your pages link to it instead of index.html
  14. Himanshu replied to Vulcan's topic in Frontend
    it can be used newhere.. it is a jQuery plugin that'll work on any site. you will need to know a bit of html and javascript to get it working though.. if you need help setting it up, feel free to PM me..
  15. +1 , that's perfect.. give the user something to explore other than just scroll..
  16.    Himanshu reacted to a post in a topic: Case: Aiming for more pages per visit.
  17. Himanshu replied to Vulcan's topic in Frontend
    woohoo.. a web guru +1ed my post!! opened the acc. thanx mate

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.