You should have a date with me then! 🙈🙉🙊
;)

if i look back, i am lost
Claire Keane
Keni
Sweet Seals For You, Always
One Nice Bug Per Day
Game of Thrones Daily
Acquired Stardust
AnasAbdin
Aqua Utopia|海の底で記憶を紡ぐ
Monterey Bay Aquarium
occasionally subtle
No title available
Lint Roller? I Barely Know Her
tumblr dot com
Jules of Nature
NASA

No title available
sheepfilms
styofa doing anything
Stranger Things
seen from United Kingdom
seen from Belgium

seen from United States
seen from United States

seen from United Kingdom
seen from United States

seen from Canada

seen from United States
seen from Netherlands
seen from T1
seen from United States

seen from United States
seen from United States
seen from United States

seen from United States
seen from United States

seen from Switzerland

seen from United Kingdom

seen from United Arab Emirates

seen from United Kingdom
@codeliya
You should have a date with me then! 🙈🙉🙊
;)
Join us if you are a programmer
I hate reading other peoples code Haha
I know what my baby will wear:3
Need to redesign with other language :D
Custom Field Type
For Sharepoint 2013, custom field type can be added. In my project, I need color picker.
References:
1. https://ljcolorpicker.codeplex.com/
2. https://msdn.microsoft.com/en-us/library/office/jj220061.aspx
3. http://www.laktek.com/2008/10/27/really-simple-color-picker-in-jquery/
Error of Webpart
#1. Error shown after add webpart: nullreferenceexception: object reference not set to an instance of an object
Cause :
1. Check the function in cs file if there is any null return.
2. Check variable defined correctly. Eg: checkbox field type is boolean, not string.
#2. Webpart is there but no data shown and no error shown.
Cause: Check logic of ifelse statement.
#3. Webpart for carousel using Owl Carousel, all items appears in 1 row and ignore the option of items.
Cause: The webpart zone is wider the carousel.
Solution: If using with bootstrap theme, webpart zone is in row > col, and webpart for carousel is in container > row (again) > col (again). Weird huh? If it still happen, need to check the styling.
#4. Web Part appears to be causing a problem. Value cannot be null. Parameter name: source
Cause: Field name in Lists related to the webpart is wrong. Or, the Lists have no data.
Array of Colors
Google scheme for charts : ["3366CC", "DC3912", "FF9900", "109618", "990099", "0099C6", "DD4477", "66AA00", "B82E2E", "316395", "994499", "22AA99", "AAAA11", "6633CC", "E67300", "8B0707", "651067", "329262", "5574A6", "3B3EAC", "B77322", "16D620", "B91383", "F4359E", "9C5935", "A9C413", "2A778D", "668D1C", "BEA413", "0C5922", "743411"]
Color Picker scheme from laktek : ["000000", "993300", "333300", "000080", "333399", "333333", "800000", "FF6600", "808000", "008000", "008080", "0000FF", "666699", "808080", "FF0000", "FF9900", "99CC00", "339966", "33CCCC", "3366FF", "800080", "999999", "FF00FF", "FFCC00", "FFFF00", "00FF00", "00FFFF", "00CCFF", "993366", "C0C0C0", "FF99CC", "FFCC99", "FFFF99", "CCFFFF", "99CCFF", "FFFFFF"]
Web Part - Jssor Banner
Error : Cannot read property 'currentStyle' of undefined
Cause : No elements of any banner with defined ID in script.
Solution : Check the validation form, if there is field to publish or not the banner image, or validation by date. Depending on the form.
Web Part
For my notes,
Renaming project and solution directory : http://www.codeproject.com/Articles/697108/Visual-Studio-Painlessly-Renaming-Your-Project-and
Renaming the wsp: edit the Package.package
Renaming the Site Collection Features: edit the Feature1.feature. Refer : https://jaclynsaito.wordpress.com/2011/04/26/how-to-change-a-sharepoint-feature-name-in-visual-studio-2010/
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
Martin Golding
You can’t have great software without a great team, and most software teams behave like dysfunctional families.
Jim McCarthy
SharePoint 2013 Mixed Authentication
For my notes,
To enable mixed authentication, follow this: http://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-1-creating-the-membership-database/
To manage user which using Form-Based : http://sharepoint2013fba.codeplex.com/
To enable auto sign in for Active Directory (AD) user: https://sharepointobservations.wordpress.com/2015/02/24/sharepoint-2013-configure-automatic-sign-in-with-mixed-authentication/ and http://spautomaticsignin.codeplex.com/
To custom the sign in page : https://customlogingpagefbasp13.codeplex.com/ and http://www.codeproject.com/Tips/991205/Branding-Default-Login-Page-for-Form-Based-Authent
Hye!