Don't wanna be here? Send us removal request.
Link
Well scalable
Cost efficient
More error proof
Performance
and a lot more
3 notes
·
View notes
Link
HTTPS everything not only login page
Prevent app being included to Iframe
XSS: enumerate trusted sources
32 notes
·
View notes
Link
0 notes
Text
Good English
If there is anything your team urgently needs in the live environment before that date, please let me know ASAP so I can make sure it is given priority.
0 notes
Link
protected void RemoveChildPostBackControls(Control control) { if (control.ID == pnlLogin.ID) { return; } if ((control.GetType().GetInterface("IPostBackDataHandler") != null || control.GetType().GetInterface("IPostBackEventHandler") != null) && (typeof(WebControl).IsAssignableFrom(control.GetType()) || typeof(HtmlControl).IsAssignableFrom(control.GetType()))) { //Response.Write("" + control.ID + " "); //debug control.Visible = false; } foreach (Control c in control.Controls) { RemoveChildPostBackControls(c); } } , , .net,
53 notes
·
View notes
Link
IIS underscores Apache and Nginx
17 notes
·
View notes
Text
Good English
There is a copy of the scheduled emails sender in TFS with the plugin, also, for reference
0 notes
Video
youtube
Dave Herman: The Future of JavaScript (от yuilibrary)
preloading
yeilds
for ... of (iterators)
private fields
binary data
hash tables (Map)
compilators to old JS
[a,b] = [b,a]
and a lot more in this video
0 notes
Video
vimeo
Entity Framework with MySQL: Part 1 (от J Wynia)
6 notes
·
View notes
Link
25 notes
·
View notes
Link
Great performance optimization features
3 notes
·
View notes
Link
Don't use == in JS. Use strict equality operator ===.
0 notes
Link
Live Writer is great desktop tool for blogging!
But it misses one important feature - integration with Tumblr - nice blogging service which I use.
You can try to overcome this problem with help of this article.
1 note
·
View note
Link
Buy Kindle to save your eyes!
Use Kindle with all its potential using the described tools!
Quite a lot of them!
0 notes