- 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
We publish article with wrong minimalist. If you found any error, you can comment or suggest in each article
Tuesday, November 29, 2016
Web UI/UX Category 1
Web User Interface/User eXperience Kit Category:
Monday, November 14, 2016
Error Wifi in Windows 1
networking commands in a command prompt window.
all version windows
all version windows
- 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
- Open command prompt with administrative privileges (Windows Key + X, then A).
- Run the following command:
- Reset the TCP/IP stack
Type netsh int ip reset and press Enter. - Reset the network stack
Type netsh winsock reset and press Enter. - Release the IP address
Type ipconfig /release and press Enter. - Renew the IP address
Type ipconfig /renew and press Enter. - Flush and reset the DNS client resolver cache
Type ipconfig /flushdns and press Enter. - 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
- Go to "Network and Sharing Center"
- Change adapter settings
- Right click on Wi-Fi adapter, select properties.
- Click on configure, then go to advanced tab.
- Select "HT Mode" (different name among different adapter), change the value to 20|40. HT (High Throughput".
- Click OK, then you should be able to browsing.
Saturday, November 12, 2016
Useful bookmarklet
Useful JavaScript Bookmarklet
Enable Right-Clicking on Individual Sitesjavascript: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.