dotnetaffairs.blogspot.com
dot NET affairs: April 2008
http://dotnetaffairs.blogspot.com/2008_04_01_archive.html
Saturday, April 12, 2008. Blackle - Make Google Black. Recently dimmed its lights observing the Earth Hour. Whether using a black background conserves energy or not is debatable and depends on the type of monitor that is used. One attempt at saving energy by dimming the background on one of the most popular pages online is Blackle. Was developed by Heap Media. A company based in Sydney, Australia and founded. Search Google in Black. Posted by T Alrahem. Links to this post. Wednesday, April 9, 2008. Http:...
dotnetaffairs.blogspot.com
dot NET affairs: Nearby Windows Phone 7 Reviews and Maps App
http://dotnetaffairs.blogspot.com/2011/01/nearby-windows-phone-7-reviews-and-maps.html
Sunday, January 2, 2011. Nearby Windows Phone 7 Reviews and Maps App. Nearby is a new Windows Phone 7 (WP7) app. The app can be downloaded here. From the Windows Phone 7 app store. With Nearby, you can find step-by-step directions to the location you are interested in. You can also navigate through the itinerary steps and see the steps on the map. List of favorite places and businesses for easy access. Find out more about Nearby at http:/ www.challengesolutions.net. Posted by T Alrahem. HTML/Div Layering...
dotnetaffairs.blogspot.com
dot NET affairs: July 2008
http://dotnetaffairs.blogspot.com/2008_07_01_archive.html
Monday, July 14, 2008. Sharepoint Server and WSS Certificates. I have posted before. General Sharepoint resources that are relevant to certain Microsoft certificates. However, in the next few posts I want to talk specifically about four Sharepoint exams that I passed not long ago and give some pointers. Before I get into that, I want to mention what happened with the 2 beta exams I was supposed to take and then my testing center canceled. TS 70-630: Microsoft Office SharePoint Server 2007, Configuring.
dotnetaffairs.blogspot.com
dot NET affairs: January 2008
http://dotnetaffairs.blogspot.com/2008_01_01_archive.html
Tuesday, January 22, 2008. It is useful many times to decide the behavior of a button based on some client side code result. For example, when a button is pressed a web page might need to execute Javascript code to validate some user input or to have the user confirm a certain action and based on the output of the client code either post back to the web server or ignore the click or execute more client side code. Return window.confirm("You really want to delete all your work? Posted by T Alrahem. I'm sur...
dotnetaffairs.blogspot.com
dot NET affairs: September 2008
http://dotnetaffairs.blogspot.com/2008_09_01_archive.html
Wednesday, September 10, 2008. TS 70-630: Microsoft Office SharePoint Server 2007, Application Development. Best way to prepare for this exam is by taking one of the available practice tests. One good one I have tried is the practice test from MeasureUP.com. Posted by T Alrahem. Links to this post. Los Angeles, California, United States. View my complete profile. Enter your search terms. How to Search with Git. How to Release iOS Ad Hoc Beta Builds with Xcode. Use Doubly Linked Not Singly Linked Lists.
dotnetaffairs.blogspot.com
dot NET affairs: March 2008
http://dotnetaffairs.blogspot.com/2008_03_01_archive.html
Sunday, March 30, 2008. Checking OS and Browser with Javascript. I've ran into cases where different browsers and even the same browsers but on different OS's respond differently to CSS attributes. So in some cases it's best to check for the type of OS and browser and apply attributes accordingly. I recently had to deal with this issue for the Firefox browser on Mac. If(navigator.platform.indexOf("Mac") navigator.userAgent.indexOf("Firefox"). Posted by T Alrahem. Links to this post. How to Search with Git.
dotnetaffairs.blogspot.com
dot NET affairs: February 2008
http://dotnetaffairs.blogspot.com/2008_02_01_archive.html
Thursday, February 21, 2008. Here is a cool browser JavaScript trick. Go to www.google.com then in the address bar of the browser paste the following and press Enter:. Without the quotes. The Google logo should start dancing. You can still use the Google search while the logo is bouncing around the page though. Like it? Posted by T Alrahem. Links to this post. Friday, February 15, 2008. Javascript Naming for CSS Float Property. Elemstyle.propertyName = "value";. Posted by T Alrahem. Links to this post.
dotnetaffairs.blogspot.com
dot NET affairs: May 2008
http://dotnetaffairs.blogspot.com/2008_05_01_archive.html
Saturday, May 24, 2008. Don't Abuse Anchors - Use CSS. Many web developers use anchors " a. " to suround texts and images simply to change the cursor. This usually involves setting the href property to "#" and possibly using the onclick event to execute some JavaScript code and then adding "return false;" at the end so that the page doesn't jump to top every time a user clicks the link. Posted by T Alrahem. Links to this post. Sunday, May 4, 2008. This video does a good job of showing how Document Inform...
dotnetaffairs.blogspot.com
dot NET affairs: June 2008
http://dotnetaffairs.blogspot.com/2008_06_01_archive.html
Monday, June 16, 2008. HTML/Div Layering over Flash and Transparent Background with Windowless Mode. To set the mode to windowless or transparent, the "wmode" parameter should be set to "transparent" as follows. The way the mode is changed depends on the browser. On IE the OBJECT tag is used. On Firefox the EMBED tag is used instead. To accommodate for all browsers use SWFObject. Or put the EMBED tag inside the OBJECT tag right before " /OBJECT ". PARAM NAME=movie VALUE="flashfile.swf". Links to this post.
dotnetaffairs.blogspot.com
dot NET affairs: November 2007
http://dotnetaffairs.blogspot.com/2007_11_01_archive.html
Thursday, November 29, 2007. ASP NET Client/Server Side Action with asp:Button. The asp:Button imitates the HTML input button's onclick event by having a property called OnClick. However, this property can only be set to a valid method name that is executed on the server. More, since the property is named the same as the HTML event, it's not possible to add client side code directly to the asp:Button tag using the onclick attribute that gets excecuted upon a click. Labels: asp .net. Posted by T Alrahem.
SOCIAL ENGAGEMENT