Tuesday, November 29, 2016

Web UI/UX Category 1

Web User Interface/User eXperience Kit Category:
  • Foundation Elements
    • Form components
      • Buttons
      • Inputs
      • Check boxes
      • Radio buttons
      • Drop down button / Combo box / Select box (field)
    • Basic HTML elements:
      • Headers / Heading
      • Textbox / Textarea
      • Icons / Images
      • Glyphs / Font Character
      • Table
      • Grid (Div, Span / Table)
      • (Block)Quotes
      • Bullet and Numbering / Unordered and Ordered List
      • Description List
      • Scrollbar
      • Decorative Lines / Horizontal Row
      • Background Color / Background Image
      • Hyperlink
  • Enhanced Elements
    • Navigation / Traverse
      • paging / pagination
      • display or view button
      • dot / indicator navigationf
      • breadcrumb navigation
      • Off(side) Canvas
      • floating component or element
      • sticky header or footer
      • (Scrolling) Paralax / Seamless
      • Header bar
        • Menu
        • Toolbar
        • Tab
      • Menu
        • Mega Menu
        • Drop down menu
    • UI kit
      • Toggles / Toogles Button / Button Label
      • Dial button
      • Tags, Cloud Tag
      • Sliders
      • Up down value
    • Response Information / Feedback
      • Text to path
      • Share
      • Progressbars
    • Dialog
      • Modal (Dialog) / Pop up
      • Tooltips / Notification / Feedback tooltip
      • Font / Glyphs / Symbol dialog
      • Color Swatches
      • Calendar
      • Login / Register
      • Contact Form
      • Wizard dialog
      • File Upload
    • Pages
      • Landing page
      • Error Page
      • Faq
      • Profile / About
      • Setting
    • Editor
  • Multimedia
    • Data Visualization
      • Chart / Graphic
    • Image
      • Image Carousel / Image Sliders / Image Transition / Image Slide show
      • (Image) Light box
    • Animation / Effect
      • Transition
        • Scroll spy / Animation at scroll
      • Mask Effect
      • Hover Effect
    • Multimedia player panel

Monday, November 14, 2016

Error Wifi in Windows 1

networking commands in a command prompt window.

all version windows

  1. search "Command prompt" in your start menu, right click with your mouse, in front of "Command prompt", then select "Run as administrator", press "Yes".
windows 8 and newer version
  1. Open command prompt with administrative privileges (Windows Key + X, then A).
  1. Run the following command:
  2. Reset the TCP/IP stack
    Type netsh int ip reset and press Enter.
  3. Reset the network stack
    Type netsh winsock reset and press Enter.
  4. Release the IP address
    Type ipconfig /release and press Enter.
  5. Renew the IP address
    Type ipconfig /renew and press Enter.
  6. Flush and reset the DNS client resolver cache
    Type ipconfig /flushdns and press Enter.
  7. Temporarily turn off firewalls
    type netsh advfirewall set allprofiles state off, and then press Enter.
    To turn on all firewalls you might have installed, at the command prompt, type netsh advfirewall set allprofiles state on, and then press Enter.
turn on 20/40 mhz network discoverable
  1. Go to "Network and Sharing Center"
  2. Change adapter settings
  3. Right click on Wi-Fi adapter, select properties.
  4. Click on configure, then go to advanced tab.
  5. Select "HT Mode" (different name among different adapter), change the value to 20|40. HT (High Throughput".
  6. Click OK, then you should be able to browsing.

Saturday, November 12, 2016

Useful bookmarklet

Useful JavaScript Bookmarklet

Enable Right-Clicking on Individual Sites
javascript:void(document.oncontextmenu=null);

Extension

RightToCopy for Chrome or Right To Click for Firefox.
Allow Copy for Chrome
Enable Copy, Cut and Paste for Firefox.
Copy in Forums for Firefox.

About:Config

”Dom.event.clipboard events.enable”, true