hash

search page

11 searched posts found

21 Dec 2017
0.53K
No Comments
Interview with Malaysian Digital Artist Jawaria Hashmi

Jawaria Hashmi ArtFurry Artist | Student | Varied Malaysia About yourself I am a Freelancer, Illustrator, Comic Artist and work Full time as Graphic Designer at a fashion company. I love to tell fictional stories via comics or sometimes I write them as short story (I am not a good

Post in

19 Apr 2014
0.71K
No Comments

In html on anchor tag without a href link we had # into href but when we click on that href with # hash its moved scroll to top position of page and add # in end of the page url, and we feeling annoyed on click that link, here

Post in

16 Nov 2013
1.92K
No Comments
Php convert hash into hashtags from content

Mostly the largest social networks like #facebook , #twitter , #soundcloud and other application are using #hashtag functionality to sort their data and live-feed or content. So I have wrote this  tutorial to convert # from content and convert into a #hashtag 1. Define function named sdtutshashtag with a single parameter $post_content In $post_content

Post in

21 Jun 2017
2.44K
No Comments
Laravel custom columns login authentication

Laravel provide a great solution for login authentication, in sometimes we have typically a database table with custom table name  eg: student, customer, employee, and custom login columns eg:student_id, customer_id, employee_id but the default in Laravel authentication only use id, login and password columns. To get install laravel from composer

Post in

25 Dec 2016
0.72K
No Comments
List of Font Awesome content cheat sheet updated

Web Application Icons Address book fa-address-book “\f2b9”; Address book o fa-address-book-o “\f2ba”; Address card fa-address-card “\f2bb”; Address card o fa-address-card-o “\f2bc”; Adjust fa-adjust “\f042”; American sign language interpreting fa-american-sign-language-interpreting “\f2a3”; Anchor fa-anchor “\f13d”; Archive fa-archive “\f187”; Area chart fa-area-chart “\f1fe”; Arrows fa-arrows “\f047”; Arrows h fa-arrows-h “\f07e”; Arrows v fa-arrows-v

Post in

17 Sep 2016
4.12K
No Comments
css scroll table body – table freeze panes

By default header of table are moving on top position of table when we scrolling down, so that time we didn’t see the headings of table to identify column value, Here is I have wrote the whole code to set fixed table header in top position of table. Css of

Post in

18 Sep 2014
0.94K
No Comments

Create wordpress password for your theme function or plugins

Post in

11 Apr 2014
0.67K
No Comments

Some of designer when they slice layout they create form submit button with a anchor tag and href=”hashtag” and then users cannot able to submit form when they press enter in form fields, I have wrote little code to submit even from don’t have a input type submit button, and

Post in

6 Apr 2014
0.6K
No Comments

in #MySQL cannot do it with any compression operator to check case sensitive value in column, so first convert your value into hash and compare with column value see code example how to do it. Here is example of table case_sensitive_col_id case_sensitive_col_val 1 SDTUTS.com 2 SDTuts.com 3 Sdtuts.com Using SHA1

Post in